Route Transitions
A transition package to create good looking page transitions with no pain
Example
/// [context] BuildContext
/// [child] Navigation page
/// [animation] Animation type
RouteTransitions(
context: context,
child: Page2(),
animation: AnimationType.fadeIn
);