transition_route_vic 0.0.2
transition_route_vic: ^0.0.2 copied to clipboard
Mi primer paquete en Pub.Dev. Sirve para el Manejo de transiciones entre Pantallas de forma Personalizada.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add transition_route_vicThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
transition_route_vic: ^0.0.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:transition_route_vic/transition_route_vic.dart';