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

A custom route transition package. This helps with the transitions between screens with different animations.

Description #

This package is for handling custom route transitions between pages.

Use example: #

CustomRouteTransitionSa(
    context: context, 
    child: Page2(),
    animation: AnimationType.fadeIn,
    duration: Duration (milliseconds: 100) // optional value
    replacement: true // optional value
);

Author #

The author of this package is Santiago Albisser, looking forward to make this package open source. That way it can be improved with the help of the community.

1
likes
160
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

A custom route transition package. This helps with the transitions between screens with different animations.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on custom_route_transition_sa