Skip to content

Commit 63ee599

Browse files
Jeff McMorrisJeff McMorris
authored andcommitted
updated screenshot
1 parent 730a952 commit 63ee599

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Flutter Auth with Firebase Example
1+
# Flutter Auth with Firebase Example
22

3-
![flutter firebase auth screenshots](https://github.com/delay/flutter_firebase_auth_example/blob/master/website_images/screenshot_auth.png)
3+
![flutter firebase auth screenshots](https://github.com/delay/flutter_firebase_auth_example/blob/master/website_images/screenshot_auth.jpg)
44
There are numerous tutorials on using firebase auth with flutter. I went through many of these to work through making my own take on a Firebase Auth flutter project that worked the way I needed it to. Definitely check out these projects which provide much more in depth tutorials.
55

66
[Simple Recipe app made in flutter firebase and google sign in](https://medium.com/flutter-community/simple-recipes-app-made-in-flutter-firebase-and-google-sign-in-14d1535e9a59)
@@ -16,15 +16,15 @@ I setup my project to combine firebase auth with saving my user info to shared p
1616

1717
I also use validation for text fields and handle and display error messages via a snackbar style notification [flushbar package)](https://pub.dartlang.org/packages/flushbar). Finally I use global state to keep track of when the data changes.
1818

19-
##Overview of files...
19+
## Overview of files...
2020

2121
**main.dart** - this file initializes the app and contains the routing as well as the global state setup and references the custom theme.
2222

23-
##/ui/
23+
## /ui/
2424

2525
**theme.dart** - contains some custom theme info.
2626

27-
##/ui/screens/
27+
## /ui/screens/
2828

2929
**home.dart** - HomeScreen when the user is logged in, also redirects the user when he is not logged in to the SignInScreen.
3030

@@ -34,11 +34,11 @@ I also use validation for text fields and handle and display error messages via
3434

3535
**forgot_password.dart** - ForgotPasswordScreen lets you send a firebase query to reset your password.
3636

37-
##/ui/widgets
37+
## /ui/widgets
3838

3939
**loading.dart** - LoadingScreen - small modification to the excellent package https://pub.dartlang.org/packages/modal_progress_hud to wrap the circular progress indicator.
4040

41-
##/util/
41+
## /util/
4242

4343
**auth.dart** - The Auth class which controls authenticating and reading and storing info related to auth.
4444

website_images/screenshot_auth.jpg

120 KB
Loading

website_images/screenshot_auth.png

-236 KB
Binary file not shown.

0 commit comments

Comments
 (0)