You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add 'Simple screen' to template, but give it a better name like 'BaseScreen' for example. Replace every screen in the app with this screen, including the debug screens. Add an automatic back button if the current route can go back so this doesn't have to be passed everytime. You can check if the current route can be popped by using: ModalRoute.of(context)?.impliesAppBarDismissal
The text was updated successfully, but these errors were encountered:
Add 'Simple screen' to template, but give it a better name like 'BaseScreen' for example. Replace every screen in the app with this screen, including the debug screens. Add an automatic back button if the current route can go back so this doesn't have to be passed everytime. You can check if the current route can be popped by using:
ModalRoute.of(context)?.impliesAppBarDismissal
The text was updated successfully, but these errors were encountered: