ms_ean_db 0.2.0
ms_ean_db: ^0.2.0 copied to clipboard
A Dart package to access the EAN database API for product information.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ms_ean_dbThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ms_ean_db: ^0.2.0Alternatively, 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:ms_ean_db/ms_ean_db.dart';