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
Yes, it's an error on the unmounted dialog context...
I fixed it by manually dismissing the dialog, keeping the navigator instance cached before the dialog being showed like:
final router =Navigator.of(context, rootNavigator: useRootNavigator);
AwesomeDialog(...).show();
then you can use the cached router to call pop() on the dismissCallback or something...
awesome_dialog 3.0.2
This problem appears only main page:
The text was updated successfully, but these errors were encountered: