route_transitions_do 0.0.1 copy "route_transitions_do: ^0.0.1" to clipboard
route_transitions_do: ^0.0.1 copied to clipboard

outdated

A transition package for your routes

route_transitions #

A package for your page transition needs!

Getting Started #

You need to install the package and then you are ready to call this:

RouteTransition(
    context: context, // BuildContext
    animationType: AnimationType.fadeIn, // Animation you want
    child: Page2() // Page to go
);
27
likes
20
points
11
downloads

Publisher

verified publisherfernando-herrera.com

Weekly Downloads

A transition package for your routes

Homepage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on route_transitions_do