Route Transitions
A package for pre-defined and short-hand navigations with different animations. For learning purposes and based on the Flutter Advanced course from Udemy made by Fernando Herrera.
Features
Getting started
This is an example plugin for learning purposes.
Usage
Just use the class RouteTransitions to navigate with style.
Example usage:
RouteTransitions(
context: context,
child: NextPage(),
animation: AnimationType.fadeIn,
duration: Duration(milliseconds: 500),
replacement: true,
);
Additional information
Just that.