Skip to content

Instantly share code, notes, and snippets.

@narenarjun
Created February 4, 2020 21:20
Show Gist options
  • Save narenarjun/94a8160eb65906a58a30aa8e4ad58bfd to your computer and use it in GitHub Desktop.
Save narenarjun/94a8160eb65906a58a30aa8e4ad58bfd 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) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment