Gordon
Gordon
Hi @Amir-P are you setting the ndk-version to: ``` ndkVersion "25.1.8937393" ``` See docs here: https://github.com/rive-app/rive-flutter/blob/master/platform_considerations.md#android
Hey @Amir-P, I can confirm what you're seeing. This release is a build-up in preparation for new features that are launching, which are included in those libraries. We'll investigate this...
Hi all, if this is only reproducing when using Impeller (and not Skia) then this is a bug that should be reported to Flutter (https://github.com/flutter/flutter/issues). It seems like this should...
Hi @ductranit I did a quick test and it seems to be related to [this issue](https://github.com/flutter/flutter/issues/134432) with Impeller. You can try to disable Impeller by running: `flutter run --no-enable-impeller` and...
Hi @PickleCubeSoftwareLtd, You're correct in that we do not expose a way to easily manipulate nested artboard controllers. There are plans underway to improve the way that interaction occurs with...
If there are particular features you feel are missing or if there is some flow between the editor and runtime you're missing, then be sure to add it on our...
Hi @FuadFox additive animations are supported, but it seems like you found a bug/inconsistency between the runtime and the editor. We'll take a look into this, thanks for opening the...
Hi @MortadhaFadhlaoui, could you please provide us with an easy to reproduce example. Either as a zip or a repository that includes a .riv that reproduces the issue. This will...
@MortadhaFadhlaoui I see you're using the `url` parameter to pass in the local resource URI for the expo asset. Note that the `url` parameter is intended for loading Rive assets...
Awesome 👍 I'm going to rename the issue for better discoverability and leave it open until we have a better solution.