transitions_route_basic 0.0.3 copy "transitions_route_basic: ^0.0.3" to clipboard
transitions_route_basic: ^0.0.3 copied to clipboard

Package that provides to manage transitions between screens, very symple

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
          );

1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Package that provides to manage transitions between screens, very symple

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on transitions_route_basic