Main flutter #2
This commit is contained in:
parent
b8b264a5b9
commit
1576d40472
|
|
@ -9,6 +9,8 @@ class MyApp extends StatelessWidget {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MaterialApp();
|
||||
return MaterialApp(
|
||||
home: Scaffold(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue