0 purchases
custom route transition drun
Route transition - pluggin de transiciones de pantallas
Features #
Este paquete ayuda a la transicion entre pantallas de una forma elegante y facil.
Usage #
/// [context] BuildContext app
/// [child] from Widget
/// [animation] Animatios types
RouteTransitions(
context: context,
child: const Page2(),
animation: AnimationType.fadeIn,
);
copied to clipboard
Additional information #
Paquete de funcionalidades.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.