-
-
Notifications
You must be signed in to change notification settings - Fork 992
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
[Bug]: share_plus does file I/O on the main thread #2398
Comments
More details about how to enable/use StrictMode here: https://developer.android.com/reference/android/os/StrictMode |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days |
Good catch, indeed the Android |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days |
Platform
Android 12
Plugin
share_plus
Version
7.2.1
Flutter SDK
Any
Steps to reproduce
StrictMode catches that the plugin does I/O on the main thread. This leads to ANR bugs.
Code Sample
No response
Logs
Flutter Doctor
Checklist before submitting a bug
flutter pub upgrade
flutter clean
The text was updated successfully, but these errors were encountered: