yubioath-flutter/android/flutter_plugins/qrscanner_zxing/example/pubspec.yaml
2023-11-15 08:17:46 +01:00

25 lines
446 B
YAML

name: qrscanner_zxing_example
description: Demonstrates how to use the qrscanner_zxing plugin.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
qrscanner_zxing:
path: ../
cupertino_icons: ^1.0.6
file_picker: ^6.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter:
uses-material-design: true