route_transitions_easy

Creator: coderz1093

Last updated:

0 purchases

route_transitions_easy Image
route_transitions_easy Images
Add to Cart

Description:

route transitions easy

This package is designed to make an Easy and Elegant Page Transition applying "easeOut"
Animation just for testing and educational purpose
Features #

This package can make an Easy and Elegant Page Transition applying "easeOut"
Animation or a normal next page using clean code.
Getting started #

Just use the default constructor of RouteTransitionsEasy.

"context" (BuildContext) and "child" (Widget to Go next) are required.
"animation" by defoult is "normal" another option is fadeIn (easeOut).
"duration" by default is 300 milliseconds and only works if fadeIn is selected.
"replacement" by default is false, this feature establish if the next page could go back clicking the arrow Back.

Usage #

RouteTransitionsEasy(
context: context,
child: const Page2(),
animation: AnimationType.fadeIn,
duration: const Duration(milliseconds: 500),
replacement: true
);
copied to clipboard
Additional information #

Easy Page Transition applying "easeOut" Animation is created just for testing and educational purpose,
but you could use it for any project that you desire, this is simple but powerfull package.

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.

Related Products

More From This Creator