Open sdegenaar opened 1 year ago
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 Then we lose performance benefits, can't we do something in Plugin's code?
@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:
../../../.pub-cache/hosted/pub.dev/flutter_neumorphic-3.2.0/lib/src/widget/app.dart:89:7: Error: No named parameter with the name 'accentColor'.
accentColor: theme.variantColor,
^^^^^^^^^^^
Here is my fix, which updates the SDK constraints to support Flutter >= 3.10.0. It works as expected:
flutter_neumorphic:
git:
url: https://github.com/banghuazhao/Flutter-Neumorphic.git
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!