custom_route_transition_peterpaulez 0.3.0 copy "custom_route_transition_peterpaulez: ^0.3.0" to clipboard
custom_route_transition_peterpaulez: ^0.3.0 copied to clipboard

discontinuedreplaced by: transitioner
outdated

This package helps how to manage transitions between different views/pages with custom curve animation also.

Route Transitions #

This package helps how to manage transitions between different views/pages.
I am going to add more types of transitions, keep posted.

Use example case #

/// [context] from the BuildContext
/// [child] destiny widget
/// [animation] type of transition to show
RouteTransitions(
    context: context,
    child: UnoPage(),
    animation: AnimationType.fadeIn,
    duration: Duration(milliseconds: 2000), // Optional value
    replacement: true, // Optional value
    curveType: CurveType.decelerate, // Optional value
);
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

This package helps how to manage transitions between different views/pages with custom curve animation also.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on custom_route_transition_peterpaulez