starter_architecture_flutter_firebase icon indicating copy to clipboard operation
starter_architecture_flutter_firebase copied to clipboard

Add widget tests for MyApp

Open bizz84 opened this issue 4 years ago • 1 comments

With the introduction of the onboarding screen (#41), the top-level widget switching logic would benefit from some tests.

This is to check that SignInPage, OnboardingPage or HomePage is returned depending on the application state.

bizz84 avatar Oct 31 '20 15:10 bizz84

i dont know if its related, but i had to signout from the Dashboard (first page of the app) because, when i was signing out from the profile page (the page was push on the stack (on top of dashboard)), the top-level widget was not updated (even if the code was working, messages log show that the good widget was return)....

Abacaxi-Nelson avatar Nov 03 '20 12:11 Abacaxi-Nelson