-
Notifications
You must be signed in to change notification settings - Fork 1.7k
"Cannot invoke a native callback outside of an isolate" Flutter FFI #55626
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
Comments
Are you sure? This error message can only occur with Could you provide a minimal reproduction on a GitHub repo? |
Thank you for your response. We call CPP dll in Flutter using Flutter ffi. This is our CPP function in dll.
|
|
@liamappelbe sir and @dcharkes sir thank you issue is resloved |
"Cannot invoke a native callback outside of an isolate".Within the C++ DLL file. A separate thread with a callback was started internally. we also check for NativeCallable.listener but issue is still persistent
The text was updated successfully, but these errors were encountered: