mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
25 lines
515 B
YAML
25 lines
515 B
YAML
name: qrscanner_zxing
|
|
description: Android-only QR Scanner plugin based on zxing and CameraX API's
|
|
version: 1.0.0
|
|
homepage:
|
|
|
|
environment:
|
|
sdk: ">=2.17.0-266.1.beta <3.0.0"
|
|
flutter: ">=2.5.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
plugin_platform_interface: ^2.0.2
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^2.0.0
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
android:
|
|
package: com.yubico.authenticator.flutter_plugins.qrscanner_zxing
|
|
pluginClass: QRScannerZxingPlugin |