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: ">=2.16.1 <3.0.0" dependencies: cupertino_icons: ^1.0.2 flutter: sdk: flutter flutter_zxing: path: ../ path_provider: ^2.0.9 share_plus: ^4.0.3 dev_dependencies: flutter_lints: ^1.0.0 flutter_test: sdk: flutter flutter: uses-material-design: true