glorylab / wave

A Flutter package for displaying waves.
https://wave.glorylab.xyz
MIT License
1.11k stars 96 forks source link

BlurStyle.outer causes the app to crash on real device #5

Open ahmedkassem opened 5 years ago

ahmedkassem commented 5 years ago

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 commented 5 years ago

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

RockerFlower commented 5 years ago

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!

matthewrice345 commented 5 years ago

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

zurie commented 5 years ago

also crashes on a 6plus that I have laying around