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

A Flutter package project to manage the route transitions between the screens in a easy way.

Enjoy Route Transitions #

A Flutter package project to manage the route transitions between the screens in a easy way.


    EnjoyRouteTransitions(
        context: context,                       // BuildContect
        child: const Page2(),                   // PageWidget
        animation: AnimationType.fadeIn,        // AnimationType
        duration: Duration(milliseconds: 100),  // Duration
        replacement: true,                      // TypePush
    );

0
likes
150
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package project to manage the route transitions between the screens in a easy way.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on enjoy_route_transitions