Senior-Project-CSE-3213 / sp_flutter_app

iOS/Android app built with Flutter using MVVM architecture
3 stars 1 forks source link

Tidy up Auth flow #49

Closed JustinASmith closed 3 years ago

JustinASmith commented 3 years ago

I cleaned up a few things for the auth flow. I have been stuck with figuring out how to handle a second stream below the user auth stream using StreamBuilder. The issue I have had with trying to check if a user has a profile and is signed in just doesn't work like I expect. I will dig into this in my own time and stop eating up time with building the app.

I upgraded Flutter to 2.0 on my local machine and also updated our packages in this repo. I will still need to clean up unused files and functions later.

I will have a new PR soon for revamping the map view and another for updating the registration process.

SamBoggs1337 commented 3 years ago

Reviewed. Looks good to me.