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

Este package te ayuda a realizar transacciones entre pantalla de una manera mas eficiente y elegante.

Route Transitions #

Este package te ayuda a realizar transacciones entre pantalla de una manera mas eficiente y elegante.

Ejemplo de uso #

RouteTransition(
    context: context, // BuildContext
    child: Pagina2(),//Page Widget
    duration: Duration(milliseconds: 300), // Duration
    animation: AnimationType.normal, // AnimationType
    replacement: true 
);
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Este package te ayuda a realizar transacciones entre pantalla de una manera mas eficiente y elegante.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on custom_route_transitions