custom_route_transition_go

Creator: coderz1093

Last updated:

0 purchases

custom_route_transition_go Image
custom_route_transition_go Images

Languages

Categories

Add to Cart

Description:

custom route transition go

Route Transitions #
Este paquete te permitira insertar una transición cuando quieras navegar a otra pagina, actualmente tiene la transición de opacidad y la normal sin ningun efecto. Todo esto para mostrar la navegacion de forma elegante y facil.
This packages can you to insert a new transition when you can navigate to other page, in these moment has the teansition of opacity and the normal whit any efects. All these for show the navigation of form more elegant and easy.
Ejemplo de uso #
/// [child] es el widget a navegar,
/// [animation] es el tipo de animación,
/// [duration] es el tiempo quedemorara en realizar la animacion
/// [replacement] es un indicador, si queremos retornar a la pagina anterior o no
RouteTransitions(
context: context,
child: Page2(),
duration: Duration( milliseconds: 100 ),
replacement: true
);
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.