check hot reload
This commit is contained in:
@@ -12,7 +12,7 @@ class MainApp extends StatelessWidget {
|
|||||||
return const MaterialApp(
|
return const MaterialApp(
|
||||||
home: Scaffold(
|
home: Scaffold(
|
||||||
body: Center(
|
body: Center(
|
||||||
child: Text('Hello World!'),
|
child: Text('Wow, nice, Hello World!'),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user