Skip to content

Commit

Permalink
Added Email Auth(himanshusharma89#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
puruganda committed Mar 20, 2021
1 parent 31628b2 commit 3ca4092
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 215 deletions.
3 changes: 1 addition & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import 'package:google_mobile_ads/google_mobile_ads.dart';
import 'package:retro_shopping/views/login.dart';
import 'dashboard.dart';



Future<void> main() async {
//firebase Initialization
WidgetsFlutterBinding.ensureInitialized();
Expand Down Expand Up @@ -55,6 +53,7 @@ class MyApp extends StatelessWidget {
GoogleFonts.poppinsTextTheme(Theme.of(context).textTheme)),
routes: <String, WidgetBuilder>{
'/login': (BuildContext context) => LoginScreen(),
'/dashboard': (BuildContext context) => Dashboard(),
},
home: LoginScreen(),
),
Expand Down
Loading

0 comments on commit 3ca4092

Please sign in to comment.