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