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
While trying to disable animation by setting animationDuration : Duration.zero caused the exception package:flutter/src/widgets/navigator.dart': Failed assertion: line 5295 pos 12: '!_debugLocked': is not true
Had searched for solution, however, I couldn't find one. Is there a solution of this issue?
The text was updated successfully, but these errors were encountered:
Raise up this.
Generally, I don't want to have animations, so I put 0 as it seems logical to me.
But it breaks navigation, as I will not be able to use navigator.pop() -> it will try to remove /flushbarRoute instead
While trying to disable animation by setting
animationDuration : Duration.zero
caused the exceptionpackage:flutter/src/widgets/navigator.dart': Failed assertion: line 5295 pos 12: '!_debugLocked': is not true
Had searched for solution, however, I couldn't find one. Is there a solution of this issue?
The text was updated successfully, but these errors were encountered: