We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug BlurStyle.outer causes the app to crash on real device
To Reproduce Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered:
I/Choreographer( 6333): Skipped 38 frames! The application may be doing too much work on its main thread.
Sorry, something went wrong.
MaskFilter's doc says A blur is an expensive operation and should therefore be used sparingly.
MaskFilter
I will optimize the performance of widget. Thank you!
After ~5 seconds of running in an iPhone 6s my app crashes even when not using a blur.
also crashes on a 6plus that I have laying around
No branches or pull requests
Describe the bug
BlurStyle.outer causes the app to crash on real device
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: