Skip to content

Instantly share code, notes, and snippets.

@Eng-MFQ
Created October 10, 2020 07:38
Show Gist options
  • Save Eng-MFQ/0c4c4de94fdb31e147c0ac40f36d9ea7 to your computer and use it in GitHub Desktop.
Save Eng-MFQ/0c4c4de94fdb31e147c0ac40f36d9ea7 to your computer and use it in GitHub Desktop.
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
/// this is your APP Main screen configuration
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
// TODO: implement build
return null;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment