We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 105 received from application: Isolate must be runnable #0 _rootHandleUncaughtError. (dart:async/zone.dart:1112:29) #1 _microtaskLoop (dart:async/schedule_microtask.dart:41:21) #2 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5) #3 _runPendingImmediateCallback (dart:isolate/runtime/libisolate_patch.dart:115:13) #4 _RawReceivePortImpl._handleMessage (dart:isolate/runtime/libisolate_patch.dart:172:5) 即使当前是flutter页面也无法使用
The text was updated successfully, but these errors were encountered:
+1,同样的报错无法使用热更新,按 r 后 VS Code 会结束调试
Sorry, something went wrong.
这个看起来是Flutter工具本身的问题,建议到Flutter提issues
No branches or pull requests
Error 105 received from application: Isolate must be runnable
#0 _rootHandleUncaughtError. (dart:async/zone.dart:1112:29)
#1 _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
#2 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
#3 _runPendingImmediateCallback (dart:isolate/runtime/libisolate_patch.dart:115:13)
#4 _RawReceivePortImpl._handleMessage (dart:isolate/runtime/libisolate_patch.dart:172:5)
即使当前是flutter页面也无法使用
The text was updated successfully, but these errors were encountered: