0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.