mb_route_transitions 0.0.1 copy "mb_route_transitions: ^0.0.1" to clipboard
mb_route_transitions: ^0.0.1 copied to clipboard

outdated

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),
            );
1
likes
0
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that allows developers to easily navigate between pages.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on mb_route_transitions