mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 16:32:01 +03:00
24 lines
473 B
YAML
24 lines
473 B
YAML
name: qrscanner_zxing
|
|
description: Android-only QR Scanner plugin based on zxing and CameraX API's
|
|
version: 1.0.0
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
plugin_platform_interface: ^2.1.6
|
|
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^3.0.1
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
android:
|
|
package: com.yubico.authenticator.flutter_plugins.qrscanner_zxing
|
|
pluginClass: QRScannerZxingPlugin |