From e755c17a4de37fc8417120e1a59634115b00697d Mon Sep 17 00:00:00 2001
From: Khoren Markosyan
Date: Sat, 14 Jan 2023 16:13:58 +0400
Subject: [PATCH] updated README.md
---
README.md | 11 ++++++++---
pubspec.yaml | 1 +
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 4a4399d..bf0396d 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+
+# ZXScanner
+
@@ -12,9 +15,7 @@
-# flutter_zxing
-
-Flutter ZXing is a Flutter plugin for scanning and generating QR codes using the ZXing (Zebra Crossing) barcode scanning library. The plugin is implemented using the Dart FFI (Foreign Function Interface) and the [zxing-cpp](https://github.com/zxing-cpp/zxing-cpp) library, and allows you to easily integrate barcode scanning and generation functionality into your Flutter apps.
+ZXScanner is a free QR code and barcode scanner app for Android and iOS. It is built using Flutter and the [flutter_zxing](https://github.com/khoren93/flutter_zxing) plugin.
## Demo Screenshots
@@ -22,6 +23,10 @@ Flutter ZXing is a Flutter plugin for scanning and generating QR codes using the
+## Flutter ZXing
+
+Flutter ZXing is a Flutter plugin for scanning and generating QR codes using the ZXing (Zebra Crossing) barcode scanning library. The plugin is implemented using the Dart FFI (Foreign Function Interface) and the [zxing-cpp](https://github.com/zxing-cpp/zxing-cpp) library, and allows you to easily integrate barcode scanning and generation functionality into your Flutter apps.
+
## Features
- Scan QR codes and barcodes from the camera stream (on mobile platforms only), image file or URL
diff --git a/pubspec.yaml b/pubspec.yaml
index eaa3e22..1fb5f79 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -33,4 +33,5 @@ flutter:
ffiPlugin: true
windows:
ffiPlugin: true
+
# flutter pub publish --dry-run