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
In hello_world_demo.dart, rather than creating a global NavStackController and assigning it in onGenerateStack, it may be better to wire up the keyboard navigation in scaffoldBuilder
In
hello_world_demo.dart
, rather than creating a globalNavStackController
and assigning it inonGenerateStack
, it may be better to wire up the keyboard navigation inscaffoldBuilder
Example implementation:
The text was updated successfully, but these errors were encountered: