Route Transitions

Este paquete ayuda con con las transciones entre diferentes pantallas de froma facil.

Getting started

Usage

 RouteTransition(
            context: context,//BuildContext
            child: const Page2Page(), //Page Widget
            animation: AnimationType.fadeIn, //animacion
             duration: const Duration(seconds: 1)
             repacement: true
          );