0 purchases
transitions page
Transitions Page #
This package help to routes transition between screen
Usage example #
/// [context] BuildContext
/// [page] Widget
TransitionsPage(
context: context,
child: Page2(),
animation: AnimationType.fadeIn,
duration: Duration(milliseconds: 300),
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.