animated_switcher_transitions

Last updated:

0 purchases

animated_switcher_transitions Image
animated_switcher_transitions Images
Add to Cart

Description:

animated switcher transitions

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.

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)),
)
copied to clipboard
Sponsoring #


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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.