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
);
26
likes
20
pub points
9%
popularity

Publisher

verified publisherfernando-herrera.com

A transition package for your routes

Homepage

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on route_transitions_do