-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
flutter 3.13.2 impeller #281
Comments
I encounter the same issue when I update my project to version 3.13. |
same here, reverted back to 3.10 |
Only way I can make it work is if turn impeller off. Anyone have any luck with this or any ideas as to why or what we could change. :-) |
@sdegenaar |
@SNhenil 100%. Thats what we have to figure out and fix unless anyone else or the creators can give some insight? Cheers! |
Anyone have any ideas here? @florent37 |
@sdegenaar @dantetwc I am using version 3.19.1 and I haven't encountered this issue anymore. Can you guys confirm that? |
Same here with flutter 3.16.6. It seems a lot of flutter's theme API is updated:
|
Here is my fix, which updates the SDK constraints to support Flutter >= 3.10.0. It works as expected:
|
Hi, I upgraded to flutter 3.13.2 and am having lots of issues with the shadows and flickering. If I disable impeller all works fine. I assume this is not playing nice with impeller. Is anyone else seeing this. Thanks!
The text was updated successfully, but these errors were encountered: