Browse Source

Bump flutter_native_splash from 2.2.10+1 to 2.2.13 in /zxscanner

Bumps [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash) from 2.2.10+1 to 2.2.13.
- [Release notes](https://github.com/jonbhanson/flutter_native_splash/releases)
- [Changelog](https://github.com/jonbhanson/flutter_native_splash/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jonbhanson/flutter_native_splash/compare/v2.2.10...v2.2.13)

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

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

6
zxscanner/pubspec.lock

@ -297,7 +297,7 @@ packages:
name: flutter_native_splash name: flutter_native_splash
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.2.10+1" version: "2.2.13"
flutter_plugin_android_lifecycle: flutter_plugin_android_lifecycle:
dependency: transitive dependency: transitive
description: description:
@ -377,7 +377,7 @@ packages:
name: html name: html
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.15.0" version: "0.15.1"
http: http:
dependency: transitive dependency: transitive
description: description:
@ -412,7 +412,7 @@ packages:
name: image name: image
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "3.2.0" version: "3.2.2"
image_picker: image_picker:
dependency: "direct main" dependency: "direct main"
description: description:

2
zxscanner/pubspec.yaml

@ -39,7 +39,7 @@ dev_dependencies:
build_runner: ^2.2.1 build_runner: ^2.2.1
# espresso: ^0.2.0+2 # espresso: ^0.2.0+2
flutter_lints: ^2.0.1 flutter_lints: ^2.0.1
flutter_native_splash: ^2.2.10 # flutter pub run flutter_native_splash:create flutter_native_splash: ^2.2.13 # flutter pub run flutter_native_splash:create
flutter_test: flutter_test:
sdk: flutter sdk: flutter
hive_generator: hive_generator:

Loading…
Cancel
Save