1 Star 0 Fork 18

夜琉璃君/fluttertpc_mobile_scanner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pubspec.yaml 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
wolfx 提交于 2024-04-29 16:06 +08:00 . 部分功能适配ohos
name: mobile_scanner
description: A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
version: 3.5.6
repository: https://github.com/juliansteenbakker/mobile_scanner
screenshots:
- description: 'Flutter Demo Home Page'
path: example/screenshots/homepage.png
- description: 'Mobile Scanner with controller'
path: example/screenshots/controller.png
- description: 'Mobile Scanner with controller (returning image)'
path: example/screenshots/returningImage.png
- description: 'Mobile Scanner with zoom slider'
path: example/screenshots/zoomSlider.png
- description: 'Mobile Scanner pageView'
path: example/screenshots/pageView.gif
- description: 'Mobile Scanner with overlay'
path: example/screenshots/overlay.png
environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
js: ">=0.6.3 <0.8.0"
dev_dependencies:
flutter_test:
sdk: flutter
lint: ">=1.10.0 <3.0.0"
flutter:
plugin:
platforms:
ohos:
pluginClass: MobileScannerPlugin
android:
package: dev.steenbakker.mobile_scanner
pluginClass: MobileScannerPlugin
ios:
pluginClass: MobileScannerPlugin
macos:
pluginClass: MobileScannerPlugin
web:
pluginClass: MobileScannerWebPlugin
fileName: mobile_scanner_web_plugin.dart
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yeliulee/fluttertpc_mobile_scanner.git
git@gitee.com:yeliulee/fluttertpc_mobile_scanner.git
yeliulee
fluttertpc_mobile_scanner
fluttertpc_mobile_scanner
master

搜索帮助