0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.