synaptic_transitions 0.0.3 copy "synaptic_transitions: ^0.0.3" to clipboard
synaptic_transitions: ^0.0.3 copied to clipboard

Simple package to make transitions between pages with animations

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
     );
1
likes
140
pub points
0%
popularity

Publisher

verified publisherprecursorsinaptico.com

Simple package to make transitions between pages with animations

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on synaptic_transitions