0 purchases
custom route transition j
Route Transitions #
Este paquete ayuda con con las transciones entre diferentes pantallas de froma facil.
Getting started #
Usage #
RouteTransition(
context: context,//BuildContext
child: const Page2Page(), //Page Widget
animation: AnimationType.fadeIn, //animacion
duration: const Duration(seconds: 1)
repacement: true
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.