tattwei46 / flutter_login_demo

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

How can I split LoginScreen and SignUpScreen in 2 files? #19

Open gabrielcosi opened 4 years ago

gabrielcosi commented 4 years ago

I want to have custom ui for each screen so I want to split them but the RootPage has a case when not logged in returns LoginScreen widget with auth and callback, how can I return both widgets or what can I do to make it works? image