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 22, 2021
1 parent 380776d commit e7f7e99
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 246 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 e7f7e99

Please sign in to comment.