route_transitions
A package for your page transition needs!
Getting Started
You need to install the package and then you are ready to call this:
RouteTransitionDo(
context: context, // BuildContext
animationType: AnimationType.fadeIn, // Animation you want
child: Page2() // Page to go
);