Route Pagination

This package help to improve our transition pagination routes.

Get Started

Just install the dart depency and lets try!!, Thanks for use my package❤️❤️

Usage Example

RouteTransitions(
 context: context, // this is a BuildContext
 child: const Page2Page(), // This is Page Widget
  animation: AnimationType.fadeIn,
 );