weebi_openfoodfacts_service 1.3.2
weebi_openfoodfacts_service: ^1.3.2 copied to clipboard
Advanced OpenFoodFacts integration with multi-language support, image caching, offline capabilities, and Open Prices integration for real-world pricing data.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add weebi_openfoodfacts_serviceThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
weebi_openfoodfacts_service: ^1.3.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:weebi_openfoodfacts_service/weebi_openfoodfacts_service.dart';