Gordon
Gordon
@MortadhaFadhlaoui if it's not too much trouble, do you mind updating the repository you made with your plugin you made here. So that someone can easily find a working example
Hi @mikeesouth, thanks for the detailed report! This does seem like a Flutter/Impeller issue and will need to be reported to the Flutter team. Especially if it used to work...
Great! I see they have already been able to repro edit: spelling
Hey @stMerlHin, we can explore adding first-class support after a few other priorities. There is a community version of rive-common (the package that will need Linux support to work) that...
Hi @Kang-Kim1 have you tried a Flutter clean? Set your version to `^0.10.1` (or whatever the latest is), then: ```bash flutter clean flutter pub get flutter pub upgrade ```
Did you do `flutter pub upgrade` After doing that, can you please confirm which versions are in `pubspec.lock`, you should see `rive` as `0.10.1` and `rive_common` as `0.0.2` Can you...
Hi @Kang-Kim1 any update on this issue? Are you still experiencing this?
Hi @user97116 can you provide more information please. A reproducible example will be great. Also note that you need to be on a later version of Rive: https://help.rive.app/runtimes/feature-support For follow...
I just tested and it works fine for me. Can you share the code you're using.
Hi @user97116, any update on this? If you can provide a sample that demonstrates the issue that'll be helpful.