transitions_page 1.0.0 copy "transitions_page: ^1.0.0" to clipboard
transitions_page: ^1.0.0 copied to clipboard

This package helps to manage the transitions between screens facilitating the user experience.

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),
);
0
likes
140
pub points
52%
popularity

Publisher

unverified uploader

This package helps to manage the transitions between screens facilitating the user experience.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on transitions_page