This repository has been archived by the owner on May 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 140
Your code should not run on the main thread #70
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Comments
Efficiency first. |
Same issue here, I need to display a loader, but UI is stuck by flutter_native_image |
btastic
added
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
labels
Apr 7, 2021
You can try to use |
@giaur500
To use
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Your code should not run on the main thread. This will cause the program to freeze. All IO operations / time-consuming operations should be on the worker thread.
The text was updated successfully, but these errors were encountered: