flutter_boost
flutter_boost copied to clipboard
android 使用 flutter attach 命令调试时,启动一个页面显示正常,但是有报错 log 'package:flutter_boost/src/boost_channel.dart': Failed assertion: line 50 pos 12: 'containerId.isNotEmpty': is not true.
══╡ EXCEPTION CAUGHT BY SERVICES LIBRARY ╞══════════════════════════════════════════════════════════ The following assertion was thrown during a platform message callback: 'package:flutter_boost/src/boost_channel.dart': Failed assertion: line 50 pos 12: 'containerId.isNotEmpty': is not true.
When the exception was thrown, this was the stack:
#2 BoostChannel.enablePopGesture (package:flutter_boost/src/boost_channel.dart:50:12)
#3 BoostLifecycleBinding.containerDidShow
(package:flutter_boost/src/boost_lifecycle_binding.dart:103:12)
#4 FlutterBoostAppState.onContainerShow (package:flutter_boost/src/flutter_boost_app.dart:626:38)
#5 BoostFlutterRouterApi.onContainerShow.