From fbee6be91b5eded80cebb1b177261bd2f753813f Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Wed, 25 Jan 2023 13:04:46 +0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8a3e386..58bee92 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,13 @@ ZXScanner is a free QR code and barcode scanner app for Android and iOS. It is b 01_scanner_screen  02_creator_screen  +All screenshots for iOS were generated using [Fastlane Snap](https://docs.fastlane.tools/actions/snapshot/). To generate your own, run the command: + +```bash +cd zxscanner/ios +bundle exec fastlane screenshots +``` + ## 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.