Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 731 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 731 Bytes

Scan Nutri Score

A simple Flutter application to scan product barcodes and display their Nutri-Score.

Reason

Just to learn Flutter from a usable point of view

Features

  • Barcode scanning with the device’s camera
  • Automated API requests to fetch nutrition data
  • Displays Nutri-Score in a clean, user-friendly interface

Installation

  1. Clone this repository
  2. Run flutter pub get to install dependencies
  3. Run flutter run to launch the app

Usage

  1. Tap the barcode scanner button
  2. Align the barcode in the camera view
  3. View the product’s Nutri-Score results

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Submit a pull request

License

MIT License