Flutter plugin for scanning and generating QR codes using the ZXing library, supporting Android, iOS, and desktop platforms
flutterbarcode-generatorbarcode-scannergeneratorqrqrcodeqrcode-generatorqrcode-scannerscannerzxingbarcodezxscanner
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
405 B
21 lines
405 B
name: flutter_zxing_example |
|
description: Demonstrates how to use the flutter_zxing plugin. |
|
version: 0.0.1 |
|
publish_to: "none" # Remove this line if you wish to publish to pub.dev |
|
|
|
environment: |
|
sdk: '>=3.0.5 <4.0.0' |
|
|
|
dependencies: |
|
flutter: |
|
sdk: flutter |
|
flutter_zxing: |
|
path: ../ |
|
|
|
dev_dependencies: |
|
flutter_lints: ^2.0.1 |
|
flutter_test: |
|
sdk: flutter |
|
|
|
flutter: |
|
uses-material-design: true
|
|
|