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

Docs/Guide/Tutorial? #280

Closed normancarcamo closed 4 years ago

normancarcamo commented 4 years ago

I'm trying hard to implement all the classes as a puzzle to know how the classes work, is there any guide to follow? I would like to pause and blend animations manually from flutter using the controller but I don't have much luck.

umberto-sonnino commented 4 years ago

You can start by taking a look at the example folder in the repo. There are a few sample apps that might be a good starting point!

Also, you can find a few articles on Medium - here's one that explains some of the controllers' concepts & APIs.

normancarcamo commented 4 years ago

Thank you.