An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Flutter-02569B?style=for-the-badge&logo=flutter&logoColor=white) ![](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue) ![](https://img.shields.io/badge/Flask-000000?style=for-the-badge&logo=flask&logoColor=white)

## 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.

![index0](https://user-images.githubusercontent.com/54184905/161105117-d42006a4-3bda-45c1-8d6c-0fd0b585f74d.jpeg)

![index](https://user-images.githubusercontent.com/54184905/161105164-732787a0-740e-4078-bcdc-423b8bc3fa2a.jpeg)