route_transition_lmg

Este paquete ayuda a mejorar el efecto de las transiciones de pantalla de una manera elegante y fácil de usar..


License
MIT

Documentation

Path transition

This package helps for the moment of making an ugly, elegant transition, etc.

Example of its use

/// [context] es el BuildContext
RuteTransitions(
 context: context,   
 child: Page2(), 
 animation: AnimationType.fadeIn,
);