openfoodfacts 1.9.0 copy "openfoodfacts: ^1.9.0" to clipboard
openfoodfacts: ^1.9.0 copied to clipboard

outdated

Dart package for the Open Food Facts API, a food products database made by everyone, for everyone.

Pub Version likes popularity pub points

Open Food Facts - Dart #

Dart package for the Open Food Facts API. Easily access to more than 1.9 million products from all around the world. Open Food Facts is powered by contributors from around the world and is constantly growing thanks to them.

How to use ? #

You can find the full documentation here : Documentation. You can find automated code documentation here: Documentation.

General principles #

  • You can look for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • You can also implement the complete flow so that they get immediately the result with some effort on their side.

Contributing #

If your users do not expect a specific result immediately (eg. Inventory apps) #

  • Send photos (front/nutrition/ingredients/packaging): most painless thing for your users
  • The Open Food Facts AI Robotoff will generate some derived data from the photos
  • Overtime, other apps, and the Open Food Facts community will fill the data gaps

If your users do expect a result immediately (eg Nutrition apps, Scoring apps…): #

  • Send nutrition facts + category > get the Nutri-Score
  • Send ingredients > get the NOVA group (about food ultra-processing), additives, allergens, normalized ingredients, vegan, vegetarian…
  • Send category (strict minimum) + labels + origins of ingredients + packaging (photo and text) > get the Eco-Score (about environmental impact)

Open Data Licence #

The database in under the OdBL. This means attributing the source and also contributing back any additions (photos, data), which this package makes easy to do. You can check the terms of use here : Terms of use.

List of current features #

GENERAL #

  • Multilingual (180 languages are supported)
  • Create users
  • Check if users exist

READ #

  • Product: you can retrieve information about products
  • Product images (get product image by field, size and language, current fields are: Front, Ingredients, Nutrition, Packaging)
  • Additives, Allergens, Environment impact, Ingredient analysis, Nutrient levels, Nutrition facts (incl. micro-nutrients)
  • Language dependant fields (like ingredients, product name, packaging text)
  • Eco-Score, Nutri-Score, NOVA groups
  • Translated, high-level and customizable product information (Attributes)
  • Product completion status

PERSONALIZATION #

  • Recommended Daily Intakes
  • Translated, high-level and customizable product information (Attributes)
  • Autocompleting for the user inputs, by giving suggestions for (Labels, categories, ingredients, additives, traces ...)
  • search products by tags
  • search products with / without additives
  • search products with keywords
  • Personalized search

WRITE #

  • Save product to Open Food Facts
  • Send images
  • User comments and auth
  • Anonymous photo upload

ML #

  • Robotoff support
  • Extract ingredients from ingredients image: User can extract the ingredients text if it is missing
  • Get the OCR of the ingredients photo (for validation purposes)

Roadmap #

List of new APIs to implement: https://github.com/openfoodfacts/api-documentation/issues

READ #

  • ???

WRITE #

  • Photo operations (rotate, crop, select, unselect with language awareness)

Other #

Contribute #

There are many ways to contribute, and Open Food Facts has a lot of projects beside this package. Most of our operations are coordinated through our Slack which you can join here : Open Food Facts Slack.

Regarding this package, we accept pull requests as well feature requests.

Testing #

Execute the following command from the root of the repository to run the tests:

dart test

Authors #

109
likes
0
pub points
90%
popularity

Publisher

verified publisheropenfoodfacts.org

Dart package for the Open Food Facts API, a food products database made by everyone, for everyone.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, image, json_annotation, meta, path

More

Packages that depend on openfoodfacts