transitions_route_basic

Creator: coderz1093

Last updated:

0 purchases

transitions_route_basic Image
transitions_route_basic Images
Add to Cart

Description:

transitions route basic

transitions_route_basic #
This package provides an management to implement animations between screens
Example to use #
/// [context] BuildContext provided from your app
TransitionsRouteBasic(
context: context, // BuildContext
child: Page2(), // Page - Widget
animation: AnimationType.nomal, // AnimationType
duration: Duration(milliseconds: 300), // Duration
);

copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.