Last updated:
0 purchases
route transitions snk
Route Transitions #
This package helps us to do route transitions from scratch.
Use example #
RouteTransitions(
context: context,
animation: AnimationType.fadeIn,
duration: const Duration(milliseconds: 1000),
replacement: true,
child: ScreenTwo(),
);
copied to clipboard
You can see a small example in the example section.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.