I have a requirement for downloadable animations in a flutter app. These animations will not be known at apk compile time so need to be downloaded. I know it is possible to download image or sound files, unzip them to the users directory (getApplicationDocumentsDirectory) and display them.
Is it possible to download rive animations and show them or do the animations need to be compiled with the APK?