mb_route_transitions 0.0.1
mb_route_transitions: ^0.0.1 copied to clipboard
A Flutter package that allows developers to easily navigate between pages.
MB Route Transitions #
Features #
This small package allows the developer to handle transitions between pages with ease.
Getting started #
This package is really a simple one. Actually it was just my first try at building one.
Usage #
MBRouteTransitions(
context: context,
child: Page2(),
animation: AnimationType.cupertino,
replacement: false,
duration: const Duration(seconds: 2),
);