smart_flare 0.2.2
smart_flare: ^0.2.2 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.
0.2.1 - 2019-04-12 #
- Refactored the PanFlareActor to use the SmartFlareActor and it's interactive areas
- Added a new ActiveArea type called RelativePanArea which extends the RelativeActiveArea. Normal pan area coming soon
- Debugable areas show different colors depending on the area type. Tap areas show blue, draggable/pannable areas show red
0.2.2 - 2019-04-12 #
Fixed Some weird overriding crash outside the package example.