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

Este paquete ayuda al manejo de transiciones entre pantallas de forma elegante y fácil

Route transitions #

Hola mundo

Usage example #

/// [context] es el BuildContext
RouteTransitions(
              context: context,
              child: Page2(), 
              animation: AnimationType.fadeIn, 
              duration: Duration(milliseconds: 200), 
              replacement: false,
            );
0
likes
150
pub points
0%
popularity

Publisher

unverified uploader

Este paquete ayuda al manejo de transiciones entre pantallas de forma elegante y fácil

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on custom_route_transitions_idbl