https://github.com/ahmetfurkandemir/flutter-and-python-flask-api
QR code detection application with Flask API and Flutter
https://github.com/ahmetfurkandemir/flutter-and-python-flask-api
flask-api flutter flutter-camera qrcode
Last synced: 18 days ago
JSON representation
QR code detection application with Flask API and Flutter
- Host: GitHub
- URL: https://github.com/ahmetfurkandemir/flutter-and-python-flask-api
- Owner: AhmetFurkanDEMIR
- Created: 2022-03-31T16:30:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T16:33:32.000Z (about 3 years ago)
- Last Synced: 2025-04-15T21:52:34.145Z (18 days ago)
- Topics: flask-api, flutter, flutter-camera, qrcode
- Language: Dart
- Homepage:
- Size: 106 KB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
  
## QR code detection application with Flask API and Flutter
* This application sends the image taken from the phone with Flutter to the Flask API, then the QR codes are detected and marked in the captured image, then this image is encoded with base64 and returned to the phone, finally this base64 encoded image is decoded and displayed on the phone screen.

