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

outdated

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
99
likes
0
pub points
80%
popularity

Publisher

verified publisheroodavid.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on animated_clipper