custom_route_transition_sa 0.0.3
custom_route_transition_sa: ^0.0.3 copied to clipboard
A custom route transition package. This helps with the transitions between screens with different animations.
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
);
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.