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 flutter_modular version 6.3.2, using modular.to.pop() causes a blank page to appear. However, using Navigator.of(context).pop(); allows navigation to work as expected.
The text was updated successfully, but these errors were encountered:
In flutter_modular version 6.3.2, using
modular.to.pop()
causes a blank page to appear. However, usingNavigator.of(context).pop();
allows navigation to work as expected.The text was updated successfully, but these errors were encountered: