Main flutter #2

This commit is contained in:
Win 2025-12-24 11:37:23 +00:00
parent b8b264a5b9
commit 1576d40472
1 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ class MyApp extends StatelessWidget {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return MaterialApp(); return MaterialApp(
home: Scaffold(),
);
} }
} }