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
Flutter 2.10.0 error only on IOS, multiple flutter engine code: let newEngine = appDelegate.engines.makeEngine(withEntrypoint: entryPoint, libraryURI: "package:fsapp/env/test.dart") super.init(engine: newEngine, nibName: nil, bundle: nil) error: // 2022-02-09 20:28:14.298442+0800 Runner[1197:362070] [VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: Unsupported operation: Isolate.resolvePackageUri #0 Isolate.resolvePackageUri (dart:isolate-patch/isolate_patch.dart:335:7) #1 Isolate.spawn (dart:isolate-patch/isolate_patch.dart:369:30) #2 compute (package:flutter/src/foundation/_isolates_io.dart:22:17)
The text was updated successfully, but these errors were encountered:
Can you provide a sample project to reproduce this issue? Without any further information it looks like a Flutter/Dart isolate issue.
Sorry, something went wrong.
No branches or pull requests
Flutter 2.10.0
error only on IOS, multiple flutter engine
code:
let newEngine = appDelegate.engines.makeEngine(withEntrypoint: entryPoint, libraryURI: "package:fsapp/env/test.dart")
super.init(engine: newEngine, nibName: nil, bundle: nil)
error:
//
2022-02-09 20:28:14.298442+0800 Runner[1197:362070] [VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: Unsupported operation: Isolate.resolvePackageUri
#0 Isolate.resolvePackageUri (dart:isolate-patch/isolate_patch.dart:335:7)
#1 Isolate.spawn (dart:isolate-patch/isolate_patch.dart:369:30)
#2 compute (package:flutter/src/foundation/_isolates_io.dart:22:17)
The text was updated successfully, but these errors were encountered: