custom_route_transitions_ex_plugin_01 0.0.3
custom_route_transitions_ex_plugin_01: ^0.0.3 copied to clipboard
A transition package for Flutter that provides a set of pre-defined transitions for learning purposes.
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.