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

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

Hello World #

  • Example

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

0
likes
140
points
39
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Homepage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on enjoy_route_transitions