0 purchases
custom route transition dira
Route Transitions #
Este paquete ayuda a la transicion de rutas.
Ejemplo de uso #
/// [context] Es el BuildContext
RouteTransitions(
context: context,
child: Page2(),
animation: AnimationType.fadeIn,
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.