0 purchases
custom route transition sa
Description #
This package is for handling custom route transitions between pages.
Use example: #
CustomRouteTransitionSa(
context: context,
child: Page2(),
animation: AnimationType.fadeIn,
duration: Duration (milliseconds: 100) // optional value
replacement: true // optional value
);
copied to clipboard
Author #
The author of this package is Santiago Albisser, looking forward to make this package open source. That way it can be improved with the help of the community.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.