A simple and efficient QR Code Scanner application built using Flutter. This app allows users to scan QR codes instantly using the device's camera and displays the content in real-time.
- 📷 Real-time QR code scanning using the camera
- 🔍 Automatic detection and decoding
- 📋 Display and copy scanned content
- 🌗 Light and dark mode support
- ⚡ Fast and lightweight performance
- 🛡️ Camera permission handling
- Flutter
- Dart
qr_code_scannerpackage for QR scanning- Material Design components
- Open the app and grant camera permissions.
- The camera starts and scans for QR codes.
- Once detected, the data is displayed on the screen.
- The user can copy the content to clipboard or open links.
- Flutter SDK installed
- Android Studio or VSCode
- A device or emulator with a camera
git clone https://github.com/adam-ben-rhaiem/QR-Code-Scanner-App.git
cd QR-Code-Scanner-App
flutter pub get
flutter run