diff --git a/lib/main.dart b/lib/main.dart index 7b7f5b6..4fedf5c 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -11,6 +11,7 @@ class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( + title: 'Flutter Demo', theme: ThemeData( // This is the theme of your application.