animated_clipper 0.2.0+2 copy "animated_clipper: ^0.2.0+2" to clipboard
animated_clipper: ^0.2.0+2 copied to clipboard

Clip your widgets with Animated Clippers. Includes a collection of PathBuilders and helper widgets.

0.2.0 - 2021-03-25 #

Null Safety

0.1.6+2 - 2020-07-05 #

Update the readme (clearer animations for the PathBuilders)

0.1.6+1 - 2020-07-05 #

Improve the package description

0.1.6 - 2020-07-05 #

Update the readme

0.1.5 - 2020-07-05 #

Add another example gif to the readme

0.1.4 - 2020-07-05 #

Use StackFit.expand for the Stack widgets

0.1.3 - 2020-07-05 #

Humorous docs for circleIn, circleOut, splitHorizontalIn and splitHorizontalOut

0.1.2 - 2020-07-05 #

Updated circleIn and circleOut

0.1.1 - 2020-07-05 #

Updated splitHorizontalIn and splitHorizontalOut

0.1.0 - 2020-07-05 #

Better documentation, example gif

0.0.1 - 2020-07-05 #

Intitial commit to define the Widgets and interfaces.

From highest to lowest level of abstraction:

  • Stateful widgets with a built-in AnimationController
    • AnimatedCrossClip
    • AnimatedClipReveal
    • ClipSwitch (abstracts to AnimatedCrossClip)
  • Stateless widgets, bring your own AnimationController
    • ClipPathTransition
  • Abstract Classes
    • PathBuilder
      • Returns a Path for a given value, where:
        • 0 is completely hidden
        • intermediate values are partially visible
        • 1 is completely visible
    • PathBuilderClipper
      • To allow a PathBuilder to be used as a CustomClipper

Plus, a collection of PathBuilder objects:

  • PathBuilders.slideUp
  • PathBuilders.slideDown
  • PathBuilders.slideLeft
  • PathBuilders.slideRight
  • PathBuilders.splitVerticalIn
  • PathBuilders.splitVerticalOut
  • PathBuilders.splitHorizontalIn
  • PathBuilders.splitHorizontalOut
  • PathBuilders.circleIn
  • PathBuilders.circleOut
111
likes
160
points
11
downloads

Publisher

verified publisheroodavid.com

Weekly Downloads

Clip your widgets with Animated Clippers. Includes a collection of PathBuilders and helper widgets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on animated_clipper