0 purchases
custom route transitions jmabar
Route Transitions #
This package helps with route transitions.
Features #
Transition to a Widget easily giving properties such as animation, duration and more.
Getting started #
No prerequisites to use the package.
Usage #
///[context] refers to the BuildContext of the App at that time.
RouteTransitions(
context: context,
child: Page2(),
animation: AnimationType.fadeIn,
);
copied to clipboard
Additional information #
TODO: Tell users more about the package: where to find more information, how to
contribute to the package, how to file issues, what response they can expect
from the package authors, and more.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.