0 purchases
custom route transition scr3amind
Route Transitions #
Este paqueta ayuda al manejo de transiciones de rutas.
Ejemplo de uso #
RouteTransitions(
context: context,
child: Page2(),
animation: AnimationType.fadeIn,
duration: Duration(milliseconds: 500),
replacement: true
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.