cab_sharing 1.0.1 cab_sharing: ^1.0.1 copied to clipboard
This a a cutsom cab sharing project that allows users to share cabs from campus to airport and vice-versa
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cab_sharing
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
cab_sharing: ^1.0.1
Alternatively, 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:cab_sharing/cab_sharing.dart';