easy_qr_code 0.1.2

SDKflutter
Platformandroidioswindowslinuxmacos

Simple QR code generation and decoding for Flutter apps with minimal setup.

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.
  • 🖼️ Save and Share QR Codes: Save generated QR codes as images on the device and share them directly.
  • 🖼️ Web and Mobile Support: Works seamlessly across Flutter web and mobile platforms.
  • 🔧 Customizable: Easily adjust the size 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.1.0