Browse Source

Bump flutter_launcher_icons from 0.12.0 to 0.13.1

Bumps [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) from 0.12.0 to 0.13.1.
- [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.12.0...v0.13.1)

---
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>
pull/96/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
8becd98552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      pubspec.lock
  2. 2
      pubspec.yaml

8
pubspec.lock

@ -63,7 +63,7 @@ packages: @@ -63,7 +63,7 @@ packages:
name: cli_util
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.5"
version: "0.4.0"
clock:
dependency: transitive
description:
@ -304,7 +304,7 @@ packages: @@ -304,7 +304,7 @@ packages:
name: flutter_launcher_icons
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.0"
version: "0.13.1"
flutter_lints:
dependency: "direct dev"
description:
@ -532,7 +532,7 @@ packages: @@ -532,7 +532,7 @@ packages:
name: msix
url: "https://pub.dartlang.org"
source: hosted
version: "3.9.1"
version: "3.11.0"
nested:
dependency: transitive
description:
@ -1043,5 +1043,5 @@ packages: @@ -1043,5 +1043,5 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=2.18.0 <3.0.0"
dart: ">=2.19.0 <3.0.0"
flutter: ">=3.3.0"

2
pubspec.yaml

@ -46,7 +46,7 @@ dev_dependencies: @@ -46,7 +46,7 @@ dev_dependencies:
flutter_lints: ^2.0.0
integration_test:
sdk: flutter
flutter_launcher_icons: ^0.12.0 #flutter pub run flutter_launcher_icons:main
flutter_launcher_icons: ^0.13.1 #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