0 purchases
custom router transition ah
Route Transitions #
This package helps route traction
Example of use #
//[context] es el BuildContext
RouteTransitions(
context: context,
child: const Page2(),
animation: AnimationType.fadeIn,
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.