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

https://github.com/vedantvisoliya/flutter-qr-code-generator

Flutter Qr Code Generator
https://github.com/vedantvisoliya/flutter-qr-code-generator

dart flutter flutter-web-app qr-flutter qrcode qrcode-generator

Last synced: about 1 month ago
JSON representation

Flutter Qr Code Generator

Awesome Lists containing this project

README

          

# ๐Ÿ“ฑ QR Code Generator App

A minimal, elegant, and user-friendly Flutter web application that lets you generate QR codes quickly and easily from text or URLs. Ideal for sharing links, contact info, or any custom data.

---

## ๐Ÿš€ Features

- ๐Ÿ”ณ Generate QR codes instantly from input
- ๐ŸŒ Support for text and URLs
- ๐Ÿงผ Clean, Material UI-based interface
- ๐Ÿ“ฅ Download generated QR codes
- ๐Ÿ” Generate multiple codes easily

> โš ๏ธ Customization features like logo embed, color themes, and styling will be added in future versions.

---

## ๐Ÿ“ธ Screenshots

![qrcode-start-page](assets/start-page.png)
![qrcode-home-page](assets/home-page.png)
![qrcode-qr-page](assets/qr-page.png)

---

## ๐Ÿ› ๏ธ Tech Stack

- **Flutter**
- **Dart**
- **qr_flutter**
- **Google Fonts**

---

## ๐Ÿ“ฆ Installation

```bash
git clone https://github.com/vedantvisoliya/Flutter-Qr-Code-Generator.git
cd qr_code_generator_app
flutter pub get
flutter run
```