custom_route_transitions

Creator: coderz1093

Last updated:

0 purchases

custom_route_transitions Image
custom_route_transitions Images

Languages

Categories

Add to Cart

Description:

custom route transitions

Route Transitions #
Este package te ayuda a realizar transacciones entre pantalla de una manera mas eficiente y elegante.
Ejemplo de uso #
RouteTransition(
context: context, // BuildContext
child: Pagina2(),//Page Widget
duration: Duration(milliseconds: 300), // Duration
animation: AnimationType.normal, // AnimationType
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.