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

This package helps to handle transitions between screens in an elegant and easy way.

Route Transitions #

Este paquete ayuda a la transición de rutas

Ejemplo de uso #

/// [context] es el BuildContext
/// [child] Page Widget
/// [animation] AnimationType
/// [duration] Duration
RouteTransitions(
    context: context, 
    child: Page2(), // Page Widget
    animation: AnimationType.fadeIn, // AnimationType
    duration: Duration( milliseconds: 100 ), // Duration
);
0
likes
160
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

This package helps to handle transitions between screens in an elegant and easy way.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on custom_route_transitions_ean