Last updated:
0 purchases
easy route transitions
easy_route_transitions #
This Package helps to transitions page to page.
Example #
RouteTransitions(
context: context,
child: PageToNavigate(),
animation: AnimationType.fadeIn,
duration: Duration(milliseconds: 100),
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.