Edouard Marquez 6b1c38369a fix: Hotfixes on 4.20.0 (#6600)
* Ensure the NutriScore guide always have a white status bar

* Fix food icons

* Product card without attributes

* Non-selected popular languages must be in the general list

* Fix infinite scroll

* Minor fixes for NOVA 2/3
2025-05-16 21:30:02 +02:00
2025-04-26 12:06:27 +02:00
2023-05-06 21:07:57 +02:00
2025-05-16 21:30:02 +02:00
2021-07-02 14:35:35 +02:00
2024-11-11 09:48:00 +01:00
2020-04-23 14:13:57 +02:00
2025-05-15 14:09:38 +02:00
2025-04-04 14:21:58 +02:00

Smooth App: The new OpenFoodFacts mobile app for Android and iPhone

GitHub language count GitHub top language GitHub last commit Github Repo Size

Presentation

  • This new mobile application aims to showcase Open Food Facts's power to a broad range of users through a smooth user experience and sleek user interface. It is a Flutter application by Open Food Facts.
  • We pioneered the collaborative scanning app in 2012. With this experimental app, were reinventing it from the ground up.

Stable version

Beta version

  • Google Play offers a Beta version you can join freely. We typically push to beta a couple of days before final release.

Testing version

  • Note that an internal development build (Android or iPhone/iPad (App Store) if you'd like to use the results of your PRs quicker.
app showcase
  • Smooth-app is developed in parallel to the openfoodfacts-dart plugin, which provides a high level interface with the Open Food Facts API and openfoodfacts_flutter_lints which provides specific linting
  • We also have smooth-app_assets to host assets used by the app (currently the tagline)
  • Every new interaction with the API should be implemented in the plugin in order to provide these new features to other developers.
  • We support desktop platforms (Linux, macOS and Windows), but only for development

Weekly meetings

  • We e-meet on Fridays at 09:00 Paris Time (08:00 London Time, 11:30 IST, 12:00 AM PT)
  • Google Meet Video call link: https://meet.google.com/gnp-frks-esc
  • Join by phone: https://tel.meet/gnp-frks-esc?pin=1110549945262
  • Add the Event to your Calendar by adding the Open Food Facts community calendar to your calendar
  • Weekly Agenda: please add the Agenda items as early as you can. Make sure to check the Agenda items in advance of the meeting, so that we have the most informed discussions possible, leading to argumented decisions.
  • The meeting will handle Agenda items first, and if time permits, collaborative bug triage.
  • We strive to timebox the core of the meeting (decision making) to 30 minutes, with an optional free discussion/live debugging afterwards.
  • We take comprehensive notes in the Weekly Agenda of agenda item discussions and of decisions taken.

Current Release

  • https://github.com/openfoodfacts/smooth-app/releases
  • Latest commit deployed to Apple App Store: Released on May 15th, 2025 as Version 4.20.0
  • Latest commit deployed to PlayStore: May 15th, 2025 as Version 4.20.0
  • Latest commit deployed to F-Droid: March 10th, 2025 as Version 4.19.0

📚 Code documentation

🎨 Design & User interface

Features of the app

Features

Full list of features on the wiki: https://wiki.openfoodfacts.org/Mobile_App/Features

  • a scan that truly matches who you are (Green: the product matches your criteria, Red: there is a problem, Gray: Help us answer you by photographing the products)
  • a product page that's knowledgeable, building on the vast amount of food facts we collect collaboratively, and other sources of knowledge, to help you make better food decisions

You can

  • scan and compare in 15 seconds the 3 brands of tomato sauces left on the shelf, on your terms.
  • get a tailored comparison of any food category
  • set your preferences without ruining your privacy

Criteria you can pick

  • Environment: Eco-Score
  • Health: Additives & Ultra processed foods, Salt, Allergens, Nutri-Score

🚀 How to run the project

  • Make sure you have installed Flutter and all the requirements

  • Currently, the app uses the following version of Flutter: 3.27. We have predefined run configurations for Android Studio and Visual Studio Code In order to run the application, make sure you are in the packages/smooth_app directory and run these commands:

  • flutter pub get .

  • On Android 🤖: flutter run -t lib/entrypoints/android/main_google_play.dart

  • On iOS/macOS 🍎: flutter run -t lib/entrypoints/ios/main_ios.dart

  • Troubleshooting : If you get an error like App depends on scanner shared from path which depends on camera_platform_interface from git, version solving failed. then run

    • flutter pub cache clean or manually delete the
    • C:\Users\~\AppData\Local\Pub\Cache file. Then redo the above procedure to run the app.
  • Contributing Guidelines


Thanks

The app was initially created by Primael. The new Open Food Facts app (smooth_app) was then made possible thanks to an initial grant by the Mozilla Foundation in February 2020, after Pierre pitched them the idea at FOSDEM. A HUGE THANKS 🧡 In addition to the core role of the community, we also had the support from several Google.org fellows and a ShareIt fellow that helped us eventually release the app in June 2022.

Contributors

List of contributors to this repository
Description
🤳🥫 The new Open Food Facts mobile application for Android and iOS, crafted with Flutter and Dart
Readme Apache-2.0 221 MiB
Languages
Dart 97.9%
C++ 0.7%
CMake 0.6%
Shell 0.3%
Ruby 0.3%
Other 0.1%