Route Transitions
Package for Flutter that customizes the animation in transitions and navigation from one screen to another.
Usage
´´´ RouteTransitions( context: context, child: Page2Screen(), animation: AnimationType.fadeIn, // duration: const Duration( seconds: 2 ), // replacement: true, ); ´´´