delivery_tracker 1.0.0-Alpha copy "delivery_tracker: ^1.0.0-Alpha" to clipboard
delivery_tracker: ^1.0.0-Alpha copied to clipboard

A package useful to retrieve information about your deliveries using the tracking number.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add delivery_tracker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  delivery_tracker: ^1.0.0-Alpha

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:delivery_tracker/delivery_tracker.dart';
1
likes
40
pub points
50%
popularity

Publisher

unverified uploader

A package useful to retrieve information about your deliveries using the tracking number.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_localizations, get, intl, provider

More

Packages that depend on delivery_tracker