Browse Source

Bump flutter_launcher_icons from 0.10.0 to 0.11.0 (#32)

Bumps [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/fluttercommunity/flutter_launcher_icons/releases)
- [Changelog](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: flutter_launcher_icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sun <huachuang20@gmail.com>
pull/40/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
9a0a3c2d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pubspec.lock
  2. 2
      pubspec.yaml

2
pubspec.lock

@ -318,7 +318,7 @@ packages: @@ -318,7 +318,7 @@ packages:
name: flutter_launcher_icons
url: "https://pub.dartlang.org"
source: hosted
version: "0.10.0"
version: "0.11.0"
flutter_lints:
dependency: "direct dev"
description:

2
pubspec.yaml

@ -45,7 +45,7 @@ dev_dependencies: @@ -45,7 +45,7 @@ dev_dependencies:
flutter_lints: ^2.0.0
integration_test:
sdk: flutter
flutter_launcher_icons: ^0.10.0 #flutter pub run flutter_launcher_icons:main
flutter_launcher_icons: ^0.11.0 #flutter pub run flutter_launcher_icons:main
flutter_native_splash: ^2.2.16 #flutter pub run flutter_native_splash:create
msix: ^3.7.0 # 1. flutter build windows 2. flutter pub run msix:create

Loading…
Cancel
Save