0 purchases
synaptic transitions
Synaptic transitions #
EN:Simple package to make transitions between pages with animations
ES:Paquete simple para realizar transiciones entre paginas con estupendas animaciones
example of use #
SynapticTransitions(
context: context, // BuildContext
child: const Page2(), //Page Widget
animation: AnimationType.fadeIn, // Animation Type
duration: const Duration(seconds: 1), // Duration
replacement: false, // Replacement
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.