feat: Added native and local splash screens

This commit is contained in:
Deven Joshi
2021-02-10 13:21:33 +05:30
parent 72627d675b
commit 221d6eb20f
12 changed files with 162 additions and 113 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class AppRoutes {
return MaterialPageRoute(
settings: const RouteSettings(name: Routes.APP),
builder: (_) {
return MyApp(args);
return MyApp();
});
case Routes.HOME:
return MaterialPageRoute(