animated_clipper 0.2.0+2
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
AnimationControllerAnimatedCrossClipAnimatedClipRevealClipSwitch(abstracts toAnimatedCrossClip)
- Stateless widgets, bring your own
AnimationControllerClipPathTransition
- Abstract Classes
PathBuilder- Returns a
Pathfor a given value, where:0is completely hidden- intermediate values are partially visible
1is completely visible
- Returns a
PathBuilderClipper- To allow a
PathBuilderto be used as a CustomClipper
- To allow a
Plus, a collection of PathBuilder objects:
PathBuilders.slideUpPathBuilders.slideDownPathBuilders.slideLeftPathBuilders.slideRightPathBuilders.splitVerticalInPathBuilders.splitVerticalOutPathBuilders.splitHorizontalInPathBuilders.splitHorizontalOutPathBuilders.circleInPathBuilders.circleOut