animated_grow 0.0.1 copy "animated_grow: ^0.0.1" to clipboard
animated_grow: ^0.0.1 copied to clipboard

AnimatedGrow is awesome and useful library of animation. It will give you the moves you really wanted.

animated_grow #

AnimatedGrow - Widgets can be easily moved.

GrowIn GrowOut
GrowIn GrowOut
GrowInFixed GrowOut

GrowIn #

GrowIn(
  direction: GrowDirection.leftToRight,
  child: ..
)

GrowOut #

GrowOut(
  direction: GrowDirection.rightToLeft,
  child: ..
)

GrowController #

AnimationController? controller;

GrowIn(
  controller: (growController) => controller = growController;
  direction: GrowDirection.leftToRight,
  child: ..
)

Collapsed widget #

  • true: collapsed widget(default)
  • false: not widget
GrowIn(
  direction: GrowDirection.leftToRight,
  collapsed: false,
  child: ..
)

Fixed child widget #

  • true: fixed child widget
  • false: not fixed child widget(default)
GrowIn(
  direction: GrowDirection.leftToRight,
  fixed: true,
  child: ..
)
0
likes
160
points
21
downloads

Publisher

verified publisherlagerstroemia.net

Weekly Downloads

AnimatedGrow is awesome and useful library of animation. It will give you the moves you really wanted.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on animated_grow