route_transitions_pm

Creator: coderz1093

Last updated:

0 purchases

route_transitions_pm Image
route_transitions_pm Images
Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator