This Flutter application allows users to generate and scan QR codes with a clean and modern, user-friendly interface.
- Generate QR Code: Enter data to generate a QR code.
- Scan QR Code: (To be implemented) Scan a QR code using the device camera.
- Save/Share QR Code: (To be implemented) Save or share the generated QR code.
- Clone the repository:
git clone https://github.com/shaaradnj/qr-code-generator.git
- Navigate to the project directory:
cd qr-code-generator
- Install the dependencies:
flutter pub get
- Run the app:
flutter run
Contributions are welcome! Please create a pull request or open an issue to discuss what you would like to change.