tattwei46 / flutter_login_demo

A demo login app with Flutter and Firebae
369 stars 215 forks source link

OnSignedOut everywhere? #4

Open claudelk opened 5 years ago

claudelk commented 5 years ago

Hey there.

Thanks again for the great example, it helps me a lot.

Based on your implementation, if I would want to extend the app to more pages, would all of them need to implement all those methods every time? I just heard of ScopedModel but I am having a hard time understanding how to combine ScopedModel and your implementation. The goal obviously would be to:

Thanks