Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flutter_launcher_icons from 0.12.0 to 0.13.1 #96

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down