Browse Source

Bump flutter_zxing from 0.7.0 to 0.7.1 in /zxscanner

Bumps [flutter_zxing](https://github.com/khoren93/flutter_zxing) from 0.7.0 to 0.7.1.
- [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/16/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
a21f38dd17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      zxscanner/pubspec.lock
  2. 1
      zxscanner/pubspec.yaml

2
zxscanner/pubspec.lock

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

1
zxscanner/pubspec.yaml

@ -19,6 +19,7 @@ dependencies:
flutter_mobx: ^2.0.6 flutter_mobx: ^2.0.6
flutter_zxing: flutter_zxing:
path: ../ path: ../
version: ^0.7.1
font_awesome_flutter: ^10.1.0 font_awesome_flutter: ^10.1.0
hive: ^2.2.3 hive: ^2.2.3
hive_flutter: ^1.1.0 hive_flutter: ^1.1.0

Loading…
Cancel
Save