Last updated:
0 purchases
animates transitions
Animates Transitions #
Este paquete ayuda a la transición de paginas y les agrega una animación.
Ejemplo #
AnimatesTransition(
context: context,
child: Page2(),
animation: AnimationType.fadeIn,
duration: Duration(miliseconds: 300),
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.