Skip to content

Instantly share code, notes, and snippets.

@chamithchathuka
Created July 20, 2021 18:13
Show Gist options
  • Select an option

  • Save chamithchathuka/4735a2fbe5ffe46f88dc4b12594a5cc2 to your computer and use it in GitHub Desktop.

Select an option

Save chamithchathuka/4735a2fbe5ffe46f88dc4b12594a5cc2 to your computer and use it in GitHub Desktop.
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment