2d-inc/Flare-Flutter

Docs/Guide/Tutorial?

normancarcamo opened this issue · 2 comments

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.

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.

Thank you.