Added necessary dependencies for google sing in, created the google_sign_in provider, modified Info.plist to work with google sign in
This commit is contained in:
parent
410ede26cc
commit
c2a6886240
4 changed files with 7 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ import './models/task_model.dart';
|
|||
import './models/user_model.dart';
|
||||
import './resources/firestore_provider.dart';
|
||||
|
||||
/* class App extends StatelessWidget {
|
||||
class App extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return MaterialApp(
|
||||
title: 'Do more',
|
||||
|
|
@ -18,9 +18,9 @@ import './resources/firestore_provider.dart';
|
|||
),
|
||||
);
|
||||
}
|
||||
} */
|
||||
}
|
||||
|
||||
class App extends StatelessWidget {
|
||||
/* class App extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
final fire = FirestoreProvider();
|
||||
return MaterialApp(
|
||||
|
|
@ -86,4 +86,4 @@ class App extends StatelessWidget {
|
|||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
} */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue