Skip to content
New issue

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

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

Open
ahmedkassem opened this issue Dec 9, 2018 · 4 comments
Open

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

ahmedkassem opened this issue Dec 9, 2018 · 4 comments
Labels
good first issue Good for newcomers

Comments

@ahmedkassem
Copy link

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
Copy link
Author

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

@RockerFlower
Copy link
Sponsor Member

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 RockerFlower added the good first issue Good for newcomers label Dec 10, 2018
@matthewrice345
Copy link

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

@zurie
Copy link

zurie commented Mar 13, 2019

also crashes on a 6plus that I have laying around

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants