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

This package helps in the managment of transitions between pages in an easy and elegant way.

Route Transitions #

this package helps in the transition of routes. Just put your page on the child parameter of RouteTransitions and you will be able to used it!!.

Example of use #

/// [context] is the BuildContext
/// [child] is Page widget
/// [animation] is the animationType
/// [duration] is the duration of the transition
RouteTransitions(
    context: context,
    child: Page2(), 
    animation: AnimationType.fadeIn,
    duration: Duration(milliseconds: 1000), 
    replacement: true,
);
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

This package helps in the managment of transitions between pages in an easy and elegant way.

Homepage

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on custom_route_transition_vid