0 purchases
epic route transitions
route_transitions #
This package handle screen transitions with an animation
Example:
EpicRouteTransitions(
context: context, // BuildContext
child: Page2(), // Page Widget
animation: AnimationType.fadeIn, // AnimationType
// duration: Duration(milliseconds: 100), // Duration
// replacement: false, //
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.