From 93007dbb5347579e9b82f8128c30270858d845d2 Mon Sep 17 00:00:00 2001 From: dab246 Date: Mon, 20 Mar 2023 13:17:02 +0700 Subject: [PATCH] TF-997 Using the latest version fixed the `conflict version image:^4.0.15` error on `pub.dev` (cherry picked from commit 8218d05fa6469b92aab9e59c9f58774a76193b09) --- pubspec.lock | 11 +++++------ pubspec.yaml | 6 +----- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 2dfe859f2..8888e5a68 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -666,12 +666,11 @@ packages: flutter_launcher_icons: dependency: "direct dev" description: - path: "." - ref: upgrade-dependencies - resolved-ref: "4f40f567d6c6ed449830a2bbbda8adb33d382d7d" - url: "https://github.com/dab246/flutter_launcher_icons.git" - source: git - version: "0.11.0" + name: flutter_launcher_icons + sha256: "02dcaf49d405f652b7160e882bacfc02cb497041bb2eab2a49b1c393cf9aac12" + url: "https://pub.dev" + source: hosted + version: "0.12.0" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index b0d9ee5d2..7e389184b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -211,11 +211,7 @@ dev_dependencies: flutter_native_splash: 2.2.18 - # flutter_native_splash >=2.2.18 and enough_html_editor depends on image ^4.0.15 - flutter_launcher_icons: - git: - url: https://github.com/dab246/flutter_launcher_icons.git - ref: upgrade-dependencies + flutter_launcher_icons: 0.12.0 xml: 6.2.2