herry_capture_vision_flutter 0.0.3 copy "herry_capture_vision_flutter: ^0.0.3" to clipboard
herry_capture_vision_flutter: ^0.0.3 copied to clipboard

discontinued
PlatformAndroidiOS

barcode for flutter.

henry_capture_vision_flutter #

A lightweight Flutter barcode scanner plugin implemented with Dynamsoft Camera Enhancer and Dynamsoft Barcode Reader.

Supported Platforms #

  • Android
  • iOS

Mobile Camera and Barcode SDK Version #

  • Dynamsoft Camera Enhancer 2.1.3
  • Dynamsoft Barcode Reader 9.0.0

Build Configuration #

Android #

Change the minimum Android sdk version to 21 (or higher) and change the compile sdk version to 31 (or higher) in your android/app/build.gradle file.

minSdkVersion 21
compileSdkVersion 31

iOS #

Add camera access permission to ios/Runner/Info.plist:

<key>NSCameraUsageDescription</key>
<string>Can I use the camera please?</string>