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 24, 2021
1 parent 3bc2a72 commit 2be1260
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import 'package:retro_shopping/helpers/ad_state.dart';
import 'package:retro_shopping/helpers/constants.dart';
import 'package:google_mobile_ads/google_mobile_ads.dart';
import 'package:retro_shopping/views/auth/login_view.dart';
import 'dashboard.dart';

Future<void> main() async {
//firebase Initialization
Expand Down Expand Up @@ -52,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

0 comments on commit 2be1260

Please sign in to comment.