Flutter plugin for scanning and generating QR codes using the ZXing library, supporting Android, iOS, and desktop platforms
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.

38 lines
741 B

3 years ago
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
3 years ago
environment:
sdk: ">=2.16.1 <3.0.0"
dependencies:
convex_bottom_bar: ^3.0.0
cupertino_icons: ^1.0.2
flex_color_scheme: ^5.0.1
3 years ago
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_mobx: ^2.0.5
3 years ago
flutter_zxing:
path: ../
font_awesome_flutter: ^10.1.0
nb_utils: ^4.5.0
path_provider: ^2.0.9
share_plus: ^4.0.4
flutter_intl:
main_locale: en_US
enabled: true
3 years ago
dev_dependencies:
build_runner: ^2.1.10
flutter_lints: ^1.0.0
3 years ago
flutter_test:
sdk: flutter
mobx_codegen:
3 years ago
flutter:
uses-material-design: true