route_transition_yr 0.0.5 copy "route_transition_yr: ^0.0.5" to clipboard
route_transition_yr: ^0.0.5 copied to clipboard

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

Route Transition #

This package helps the transition of routes.

usage example #

import 'package:route_transition_yr/route_transition_yr.dart';

RouteTransitions(
    context: context,  // BuildContext
    child: Page2Screen(), // Page Widget
    animation: AnimationType.fadeInUp, // Animation Type
    duration: const Duration( milliseconds: 900 ), // Duration
    alignment: Alignment.topLeft,
    replacement: true, 
);

1
likes
130
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

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on route_transition_yr