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

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

Route Transitions #

Este paquete ayuda a la transición de screens.

Ejemplo de uso #

RouteTransitions(
    context: context, // BuildContext
    child: const Screen2(), // Screen Widget
    animation: AnimationType.fadeIn, /AnimationType
    duration: const Duration(milliseconds: 300), // Animation duration
    replacement: true,
);
0
likes
160
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on route_transitions_jam