Easy QR Code πΈπ¨
Effortlessly create and read QR codes in your Flutter app.
With easy_qr_code
, you can easily generate QR codes from text and decode QR codes from images, simplifying QR code integration in your apps with minimal setup.
Features β¨
- π€ Generate QR Codes: Create visually appealing QR codes from any string data.
- π₯ Decode QR Codes: Read and decode QR codes from images, including gallery and camera captures.
- πΌοΈ Web and Mobile Support: Works seamlessly across Flutter web and mobile platforms.
- π§ Customizable: Easily adjust the size and style of your QR codes.
- π‘ Minimal Setup: Quick integration with straightforward APIs.
Getting Started π
Prerequisites
Before using this package, ensure your project meets the following requirements:
- Flutter SDK version >= 3.4.3
- Add the following dependencies in your
pubspec.yaml
:
dependencies:
easy_qr_code: ^0.0.1