0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.