Route Transitions
Package for Flutter that customizes the animation in transitions and navigation from one screen to another.
Usage
RouteTransitions(
context: context,
child: Page2Screen(),
animation: AnimationType.fadeIn,
);
Package for Flutter that customizes the animation in transitions and navigation from one screen to another.
RouteTransitions(
context: context,
child: Page2Screen(),
animation: AnimationType.fadeIn,
);