From c89f9fd6d7fd303b08d90641076db827f531aa06 Mon Sep 17 00:00:00 2001 From: fuwa Date: Mon, 24 Jun 2019 04:41:27 +0000 Subject: [PATCH] fix app title --- cyberwow/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyberwow/lib/main.dart b/cyberwow/lib/main.dart index 659329b..1982b3a 100644 --- a/cyberwow/lib/main.dart +++ b/cyberwow/lib/main.dart @@ -40,7 +40,7 @@ class MyApp extends StatelessWidget { Widget build(BuildContext context) { return MaterialApp ( - title: 'Flutter Demo', + title: 'CyberWOW', theme: ThemeData ( primarySwatch: Colors.purple,