This is a simple QR Code and Barcode Scanner app built using Flutter. The app allows users to scan both QR codes and barcodes, and it displays the retrieved data on the screen.
- Scan QR Codes & Barcodes: The app can scan both QR codes and barcodes.
- Display Scanned Data: After scanning, the app shows the data from the QR code or barcode on the screen.
- User-friendly UI: A simple and easy-to-use interface.
- Flutter: The framework used to build the app.
- qr_code_scanner: A package to scan QR codes and barcodes.
- Dart: The programming language used to build the app.
To run this project locally on your machine, follow these steps:
-
Clone the repository:
git clone https://github.com/NabarupDev/QR-code-Scanner.git
-
Navigate to the project directory:
cd QR-code-Scanner -
Install dependencies: Make sure you have Flutter installed. Run the following command to install the required dependencies:
flutter pub get
-
Run the app:: You can run the app on a connected device or emulator:
flutter run
- Open the app.
- Grant necessary permissions for camera access.
- The app will start scanning QR codes or barcodes automatically.
- When a QR code or barcode is detected, it will display the retrieved data on the screen.
Feel free to fork this repository, make improvements, and submit pull requests! If you encounter any bugs or have suggestions for new features, please open an issue.
This project is licensed under the MIT License - see the LICENSE file for details.