Skip to content
New issue

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

Unhandled Exception: Unsupported operation: Isolate.resolvePackageUri #102

Open
jveryspace opened this issue Feb 9, 2022 · 1 comment
Open

Comments

@jveryspace
Copy link

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)

@nmfisher
Copy link
Collaborator

Can you provide a sample project to reproduce this issue? Without any further information it looks like a Flutter/Dart isolate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants