route_transitions_easy 0.0.3 copy "route_transitions_easy: ^0.0.3" to clipboard
route_transitions_easy: ^0.0.3 copied to clipboard

This package is designed to make a page transition easy and elegant just for testing and educational purpose

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.

  1. "context" (BuildContext) and "child" (Widget to Go next) are required.
  2. "animation" by defoult is "normal" another option is fadeIn (easeOut).
  3. "duration" by default is 300 milliseconds and only works if fadeIn is selected.
  4. "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
  );

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.

2
likes
160
pub points
0%
popularity

Publisher

verified publishernftlatinoamerica.com

This package is designed to make a page transition easy and elegant just for testing and educational purpose

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on route_transitions_easy