navigator_transitions_route 0.0.2 copy "navigator_transitions_route: ^0.0.2" to clipboard
navigator_transitions_route: ^0.0.2 copied to clipboard

outdated

This package helps to manage the transitions between screens in an elegant and easy way.

Navigator Transitions Route #

This package helps the transition of routes.

Example of use #

NavigatorTransitionsRoute(
    context: context, // BuildContext
    child: Page2(), // Page Widget
    animation: AnimationType.fadeIn, // Animation type
    duration: Duration(milliseconds: 300), // Transtition duration
    replacement: true // If you want to replace
);
```
5
likes
0
pub points
0%
popularity

Publisher

unverified uploader

This package helps to manage the transitions between screens in an elegant and easy way.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on navigator_transitions_route