route_transitions
This package handle screen transitions with an animation
Example:
EpicRouteTransitions(
context: context, // BuildContext
child: Page2(), // Page Widget
animation: AnimationType.fadeIn, // AnimationType
// duration: Duration(milliseconds: 100), // Duration
// replacement: false, //
);