dynamsoft_capture_vision_flutter 0.0.3 dynamsoft_capture_vision_flutter: ^0.0.3 copied to clipboard
barcode for flutter.
dynamsoft_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>