Open rt234cw opened 1 year ago
Just put up await it will fix it up
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 exception package:flutter/src/widgets/navigator.dart': Failed assertion: line 5295 pos 12: '!_debugLocked': is not trueHad searched for solution, however, I couldn't find one. Is there a solution of this issue?