Yuwen Yan

Results 2 comments of Yuwen Yan

Hi @nisimjoseph , right now I'm adding `MemoryFlare` https://github.com/2d-inc/Flare-Flutter/pull/215 , with this provider, you can fetch flare data by yourself and render it with `FlareActor.memory(xxx)` I'm also planning to add...

@luigi-rosso it's about error handling, AFAIK, there are two ways to fail: * Throw exception in AssetProvider.load() , in this case, we should raise this exception to client application and...