animated_switcher_transitions 1.0.0 copy "animated_switcher_transitions: ^1.0.0" to clipboard
animated_switcher_transitions: ^1.0.0 copied to clipboard

Provides a collection of pre-built transition and layout builders for AnimatedSwitcher.

Pub Version GitHub GitHub GitHub

This package provides a collection of pre-built layout and transition builders for AnimatedSwitcher. These transition builders define how widgets are animated when switching between them within the AnimatedSwitcher widget. They offer a variety of visual effects to enhance the user experience and make transitions between widgets more engaging.

Preview

Demo

Usage #

To read more about classes and other references used by animated_switcher_transitions, see the API Reference.

AnimatedSwitcher(
  duration: const Duration(milliseconds: 500),
  switchInCurve: Curves.linear,
  switchOutCurve: Curves.linear,
  transitionBuilder: AnimatedSwitcherTransitions.flipY,
  layoutBuilder: AnimatedSwitcherLayouts.inOut,
  child: Text('$counter', key: ValueKey(counter)),
)

Sponsoring #

Buy Me A Coffee Ko-Fi

If this package or any other package I created is helping you, please consider to sponsor me so that I can take time to read the issues, fix bugs, merge pull requests and add features to these packages.

10
likes
160
points
84
downloads

Documentation

API reference

Publisher

verified publisherwidgetarian.com

Weekly Downloads

Provides a collection of pre-built transition and layout builders for AnimatedSwitcher.

Repository (GitHub)
View/report issues

Topics

#ui #layout #transition #animated-switcher #widgetarian

Funding

Consider supporting this project:

buymeacoffee.com
ko-fi.com

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on animated_switcher_transitions