smart_flare 0.2.5 copy "smart_flare: ^0.2.5" to clipboard
smart_flare: ^0.2.5 copied to clipboard

outdated

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] - [0.2.4] 2019-04-12 #

Fixed Some weird overriding crash for flare controls play function.

[0.2.5] - 2019-04-12 #

  • Added completeOnThresholdReached to PanFlareActor to indicate that we want the animation to play until completion once we reach the defined threshold
  • Made sure the animation always starts of at the correct place when the actor is shown for the first time.
53
likes
0
pub points
66%
popularity

Publisher

verified publisherfilledstacks.com

A package that helps with larger flare animations and interactions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flare_flutter, flutter

More

Packages that depend on smart_flare