flutter bug Error thrown on na
2019-10-30 本文已影响0人
月未雪
flutter bug Error thrown on navigator pop until : “!_debugLocked': is not true.”
Navigator.of(context).popUntil( ModalRoute.withName('/setting'));
原因:栈内路由表没有对应路由的信息
解决办法:对应路由跳转进栈,路由跳转出栈
flutter bug Error thrown on navigator pop until : “!_debugLocked': is not true.”
Navigator.of(context).popUntil( ModalRoute.withName('/setting'));
原因:栈内路由表没有对应路由的信息
解决办法:对应路由跳转进栈,路由跳转出栈