Last updated:
0 purchases
enjoy route transitions
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
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.