2d-inc / Flare-Flutter

Load and get full control of your Rive files in a Flutter project using this library.
https://rive.app/
MIT License
2.55k stars 469 forks source link

Load FlareActor From Other Data Sources #162

Open danmork opened 5 years ago

danmork commented 5 years ago

Hi. Thank you for this package! We need to load Flare content from data sources other than asset bundle files (e.g. Uint8List). Please consider this enhancement to support other data sources.

luigi-rosso commented 5 years ago

There are actually ways to do this with the existing package. It's not a quick one-liner but I'll see if I can cook up an example for you. In the future we'll look into making this easier. I'll share something a little later.