yubioath-flutter/android/flutter_plugins/qrscanner_zxing/example/pubspec.yaml

25 lines
446 B
YAML
Raw Normal View History

2022-04-22 16:28:08 +03:00
name: qrscanner_zxing_example
description: Demonstrates how to use the qrscanner_zxing plugin.
2022-04-22 12:22:59 +03:00
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
environment:
2023-10-10 14:49:01 +03:00
sdk: '>=3.0.0 <4.0.0'
2022-04-22 12:22:59 +03:00
dependencies:
flutter:
sdk: flutter
2022-04-22 16:28:08 +03:00
qrscanner_zxing:
2022-04-22 12:22:59 +03:00
path: ../
2023-11-15 10:17:46 +03:00
cupertino_icons: ^1.0.6
file_picker: ^6.1.1
2022-04-22 12:22:59 +03:00
dev_dependencies:
flutter_test:
sdk: flutter
2023-11-15 10:17:46 +03:00
flutter_lints: ^3.0.1
2022-04-22 12:22:59 +03:00
flutter:
uses-material-design: true