From 093c5b870d44b5869da324b7d2c1637964a94922 Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Sun, 27 Oct 2019 17:19:53 +0700 Subject: [PATCH] Name Update --- lib/main.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 5ce0fe6..35ce04b 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -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'), ); } }