diff --git a/README.md b/README.md index 4a4399d..bf0396d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ + +# ZXScanner +
+## 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