custom_route_transition_fp 0.0.4 custom_route_transition_fp: ^0.0.4 copied to clipboard
An awesome, elegant and easy page transition between routes in your flutter proyect.
Route Transitions #
Este paquete ayuda a la transición de rutas.
Ejemplo de uso #
AwesomeRouteTransitions(
context: context, /// BuildContext
child: Screen2(), /// PageWidget
animation: AnimationType.fadeIn, ///AnimationType
duration: Duration(Milliseconds: 300), /// Duracion de la transición
replacement: false /// replacement del widget anterior
);