custom_route_transition_ic 0.0.2 copy "custom_route_transition_ic: ^0.0.2" to clipboard
custom_route_transition_ic: ^0.0.2 copied to clipboard

A flutter library to make easy and useful transitions.

Route Transitions #

Este paquete nos permite hacer transiciones útiles y sencillas entre rutas.

Ejemplo de uso #

RouteTransitions(
  context: context, // BuildContext
  child: Page2(), // Page Widget
  animation: AnimationType.fadeIn, // Animation Type
  // duration: Duration(milliseconds: 100), // Duration
  // replacement: true
);
1
likes
130
points
41
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A flutter library to make easy and useful transitions.

Homepage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on custom_route_transition_ic