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
     );