A simple Flutter application to scan product barcodes and display their Nutri-Score.
Just to learn Flutter from a usable point of view
- Barcode scanning with the device’s camera
- Automated API requests to fetch nutrition data
- Displays Nutri-Score in a clean, user-friendly interface
- Clone this repository
- Run
flutter pub get
to install dependencies - Run
flutter run
to launch the app
- Tap the barcode scanner button
- Align the barcode in the camera view
- View the product’s Nutri-Score results
- Fork the repository
- Create a feature branch
- Submit a pull request
MIT License