wave
wave copied to clipboard
BlurStyle.outer causes the app to crash on real device
Describe the bug BlurStyle.outer causes the app to crash on real device
To Reproduce Steps to reproduce the behavior:
- use the main.dart file in the example folder
- Run the app on real device (N.B the app works fine on Genymotion emulator).
- When clicking on the icon to change the BlurStyle and it is on the BlurStyle.outer, the app crashes
I/Choreographer( 6333): Skipped 38 frames! The application may be doing too much work on its main thread.
MaskFilter
's doc says A blur is an expensive operation and should therefore be used sparingly.
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