enjoy_route_transitions 0.0.2
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
);