custom_route_transition_test

Creator: coderz1093

Last updated:

0 purchases

custom_route_transition_test Image
custom_route_transition_test Images

Languages

Categories

Add to Cart

Description:

custom route transition test

Custom route transitions #
Este paquete permite realizar transiciones entre paginas de una forma mucho mas sencilla además de incluir la opción de agregar animaciones a las mismas.
Ejemplo de uso #
RouteTransition(
context,
child: Page(),
type: AnimationType.fadeIn,
replacement: true,
duration: Duration(milliseconds: 700),
);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.