mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-29 23:20:03 +03:00
25 lines
446 B
YAML
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 |