darb_delivery 0.1.0
darb_delivery: ^0.1.0 copied to clipboard
Client for the Darb delivery marketplace (Oman). Send a customer and a destination; Darb prices the delivery, charges your credit and assigns a courier.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add darb_deliveryWith Flutter:
$ flutter pub add darb_deliveryThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
darb_delivery: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:darb_delivery/darb_delivery.dart';