Gordon
Gordon
Hi @akanksha-coditas, I'd like to confirm. Is this only an issue if the .riv file contains hosted out-of-band assets? It appears that the image data is corrupt. If you have...
We can try to reproduce this issue on our end, but if you can provide a reproducible sample, or share how you are using the runtime code that'll be helpful....
Closing this issue as we're not able to reproduce this. But please reopen if you can provide a reproducible example
This should now be resolved in v0.13.13 Please reopen if you're still experiencing issues after upgrading.
Android should use the latest NDK that is specified. The warning above is just an indication that Rive requires a higher NDK than the default for a new Flutter project....
Hi @daniel102102, which version of the Rive-Flutter runtime are you using? And did this recently start after updating?
@kaptnkoala I'd just like to confirm a few things. - Does your Rive file contain Rive Text or Rive Audio? - Are you specifying a buildType or using the defaults?...
Could you please confirm if you're Rive file makes use of Rive Text or Rive Audio. Answering this is important to help me pinpoint the issue. Could you also answer...
Thanks for the info @kaptnkoala. The other link I wanted to send was this: https://github.com/simolus3/sqlite3.dart/tree/main/sqlcipher_flutter_libs#problems-on-android-6 In older versions of Flutter, Android 6 caused [issues](https://issuetracker.google.com/issues/147096055), old documentation mentions: ``` If you...
After version `0.13.1` the requirement to load in these libraries changed. Previously the native libraries were **only** loaded if a .riv file contained Rive Text. We optimistically checked to see...