smart_flare 0.2.0
smart_flare: ^0.2.0 copied to clipboard
A package that helps with larger flare animations and interactions.
0.0.1 - 2019-03-25 #
Basic interactions and debug overlay functionality.
0.1.0 - 2019-03-30 #
- New CycleFlareActor that you supply a list of animations too and it will cycle through them as you tap on it.
- Relative Active Areas: You can now place your active areas using coordinates relative to your animations dimensions.
0.2.0 - 2019-04-11 #
- PanFlareActor: Added the new PanFlareActor that allows you to advance your Flare animation by panning accross the device. It comes with a few basic things like reversing on release, a threshold to indicate when to play animatin to the end, swiping direction, using an open and close animation or just open that can be reversed.
Code Refactor: Moved the actors into their own folder to keep code more maintainable.