Name Update

This commit is contained in:
Supan Adit Pratama 2019-10-27 17:19:53 +07:00
parent e1ea137c8e
commit 093c5b870d

View File

@ -11,7 +11,7 @@ class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
title: 'Geo Smart App',
theme: ThemeData(
// This is the theme of your application.
//
@ -24,7 +24,7 @@ class MyApp extends StatelessWidget {
// is not restarted.
primarySwatch: Colors.blue,
),
home: MyHomePage(title: 'Flutter Demo Home Page'),
home: MyHomePage(title: 'Geo Smart App'),
);
}
}