Umberto Sonnino
Umberto Sonnino
That link doesn't seem to work for me. If your file is public on Rive, could you share its url?
Thanks a lot for your contribution! This is all great feedback, I'm trying to review it and understand what we can improve in the current implementation; could you provide some...
Thanks for the PR, but I've merged the fix with #34 a few minutes ago, so this should be already in place!
Unfortunately images are [not supported yet](https://github.com/flutter/flutter/issues/33616) in Flutter for Web. Only workaround for now is to recreate those assets as vector shapes.
Actually, the latest Flutter master with CanvasKit should support images -- just flutter run your app with the flag: `--dart-define=FLUTTER_WEB_USE_SKIA=true`
I just ran the snippet you posted, and it seems to be running correctly on my side. What Flutter version are you using? Are you running the latest Flare-Flutter?
Regarding anti-aliasing, there's [this](https://github.com/2d-inc/Flare-Flutter/pull/228) PR from the `antialiasing_flag` branch that adds a boolean toggle for the `FlareActor` widget. The example app in the `/simple` folder within that branch shows how...
Thanks for the report! Could you provide an example Rive file for us to test?
So we've taken a look at this, and we can see the artifacts too -- but only while drawing paths on Flutter Stable. In fact, running that same file on...
Would you mind providing a repro? I tried running the code from [this flutter issue](https://github.com/flutter/flutter/issues/60767) - which was highlighting the issue back in July - on the latest master and...