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

Message sent from native to Flutter on a non-Platform thread #68

Open
aavaa-farnood opened this issue Dec 23, 2024 · 0 comments
Open

Message sent from native to Flutter on a non-Platform thread #68

aavaa-farnood opened this issue Dec 23, 2024 · 0 comments

Comments

@aavaa-farnood
Copy link

I get the following error when initializing the application on windows:

ERROR:flutter/shell/common/shell.cc(1053)] The 'dev.leanflutter.plugins/auto_updater_event' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent on the platform thread. Failure to do so may result in data loss or crashes, and must be fixed in the plugin or application code creating that channel.
See https://docs.flutter.dev/platform-integration/platform-channels#channels-and-platform-threading for more information.

Flutter version:

Flutter 3.27.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 17025dd882 (7 days ago) • 2024-12-17 03:23:09 +0900
Engine • revision cb4b5fff73
Tools • Dart 3.6.0 • DevTools 2.40.2

Package version:

auto_updater: ^1.0.0
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

1 participant