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,
);
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.