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'));
原因:栈内路由表没有对应路由的信息
解决办法:对应路由跳转进栈,路由跳转出栈
本文标题:flutter bug Error thrown on na
本文链接:https://www.haomeiwen.com/subject/wvravctx.html
网友评论