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
- Host: GitHub
- URL: https://github.com/vedantvisoliya/flutter-qr-code-generator
- Owner: vedantvisoliya
- Created: 2025-06-22T07:14:18.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-22T08:34:35.000Z (12 months ago)
- Last Synced: 2025-06-22T09:25:45.173Z (12 months ago)
- Topics: dart, flutter, flutter-web-app, qr-flutter, qrcode, qrcode-generator
- Language: Dart
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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



---
## ๐ ๏ธ 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
```