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.
32 lines
617 B
32 lines
617 B
name: flutter_zxing_example |
|
description: Demonstrates how to use the flutter_zxing plugin. |
|
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev |
|
|
|
environment: |
|
sdk: ">=2.16.1 <3.0.0" |
|
|
|
dependencies: |
|
flutter: |
|
sdk: flutter |
|
|
|
flutter_zxing: |
|
path: ../ |
|
|
|
cupertino_icons: ^1.0.2 |
|
|
|
dev_dependencies: |
|
flutter_test: |
|
sdk: flutter |
|
flutter_lints: ^1.0.0 |
|
|
|
# The following section is specific to Flutter. |
|
flutter: |
|
|
|
uses-material-design: true |
|
|
|
# To add assets to your application, add an assets section, like this: |
|
# assets: |
|
# - images/a_dot_burr.jpeg |
|
# - images/a_dot_ham.jpeg |
|
|
|
|