Last updated:
0 purchases
route transitions pm
Route Transitions #
Custom route transitions.
This package helps in handling transitions between screens.
Example #
RouteTransitions(
context: context, // BuildContext
child: const Page1(), // Page Widget
animation: AnimationType.fadeIn, // AnimationType
duration: const Duration(milliseconds: 600), // Duration
replacement: true, // Navigation.pushReplacement
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.