0 purchases
custom route transition ajmendoza
Route Transitions #
This package helps route transition
Example of use #
'''
// [context] is the Buildcontext
RouteTransitions(
context: context,
child: Page2(),
animation: AnimationType.fadeIn,
duration: Duration( milliseconds: 100 ),
replacement: true
);
'''
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.