wave icon indicating copy to clipboard operation
wave copied to clipboard

BlurStyle.outer causes the app to crash on real device

Open ahmedkassem opened this issue 6 years ago • 4 comments

Describe the bug BlurStyle.outer causes the app to crash on real device

To Reproduce Steps to reproduce the behavior:

  1. use the main.dart file in the example folder
  2. Run the app on real device (N.B the app works fine on Genymotion emulator).
  3. When clicking on the icon to change the BlurStyle and it is on the BlurStyle.outer, the app crashes

ahmedkassem avatar Dec 09 '18 17:12 ahmedkassem

I/Choreographer( 6333): Skipped 38 frames! The application may be doing too much work on its main thread.

ahmedkassem avatar Dec 09 '18 18:12 ahmedkassem

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!

RockerFlower avatar Dec 10 '18 02:12 RockerFlower

After ~5 seconds of running in an iPhone 6s my app crashes even when not using a blur.

matthewrice345 avatar Feb 22 '19 19:02 matthewrice345

also crashes on a 6plus that I have laying around

zurie avatar Mar 13 '19 04:03 zurie