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

This package helps to control the screen transitions, easy to control of transition and duration.

Route Transiotions ML #

This package helps manage the screen transitions beetween routes

Use example #

/// [context] is BuildContext
/// [child] is the page widget
RouteTransitions(
  context: context,
  child: Page2(),
  animation: AnimationType.fadeIn,
  // duration: Duration( seconds: 1 ),
  // replacement: true
);
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

This package helps to control the screen transitions, easy to control of transition and duration.

Homepage

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on custom_route_transition_ml