custom_route_transition_ml

Creator: coderz1093

Last updated:

0 purchases

custom_route_transition_ml Image
custom_route_transition_ml Images

Languages

Categories

Add to Cart

Description:

custom route transition ml

Route Transiotions ML #
This package helps manage the screen transitions beetween routes
Use example #
/// [context] is BuildContext
/// [child] is the page widget
RouteTransitions(
context: context,
child: Page2(),
animation: AnimationType.fadeIn,
// duration: Duration( seconds: 1 ),
// replacement: true
);
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.