Browse Source

Bump flutter_zxing from 0.7.1 to 0.7.2 in /example

Bumps [flutter_zxing](https://github.com/khoren93/flutter_zxing) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/khoren93/flutter_zxing/releases)
- [Changelog](https://github.com/khoren93/flutter_zxing/blob/main/CHANGELOG.md)
- [Commits](https://github.com/khoren93/flutter_zxing/commits)

---
updated-dependencies:
- dependency-name: flutter_zxing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/19/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
c54c3cc6fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      example/pubspec.lock
  2. 1
      example/pubspec.yaml

2
example/pubspec.lock

@ -148,7 +148,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.7.1" version: "0.7.2"
font_awesome_flutter: font_awesome_flutter:
dependency: "direct main" dependency: "direct main"
description: description:

1
example/pubspec.yaml

@ -11,6 +11,7 @@ dependencies:
sdk: flutter sdk: flutter
flutter_zxing: flutter_zxing:
path: ../ path: ../
version: ^0.7.2
font_awesome_flutter: ^10.1.0 font_awesome_flutter: ^10.1.0
image: ^3.2.0 image: ^3.2.0
image_picker: ^0.8.5 image_picker: ^0.8.5

Loading…
Cancel
Save