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

A flutter package for modifying the transitions from one page to another.

Route transitions #

Package for modifiyng the transition of routes

Use example #

///[context] is the BuildContext
 RouteTranstions(
     child: Page2(),   //Page Widget
     context: context, //BuildContext
     replacement: false, //Replacment
     animation: AnimationType.fadeIn, //AnimationType
     duration: const Duration(seconds: 1) // Duration
   );

0
likes
140
pub points
0%
popularity

Publisher

unverified uploader

A flutter package for modifying the transitions from one page to another.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on custom_route_transitions_x