From 00d0d38b5450aeb877195afdfb9424f83762d178 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Thu, 24 Nov 2022 13:16:57 +0600 Subject: [PATCH] fix: platform_ui local path --- pubspec.lock | 8 +++++--- pubspec.yaml | 4 +++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 645a552d6..9a473fa0a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1050,9 +1050,11 @@ packages: platform_ui: dependency: "direct main" description: - path: "../platform_ui" - relative: true - source: path + path: "." + ref: bf42bc4caf9cb382f5215ea2db711adbf2a99f4b + resolved-ref: bf42bc4caf9cb382f5215ea2db711adbf2a99f4b + url: "https://github.com/KRTirtho/platform_ui.git" + source: git version: "0.1.0" plugin_platform_interface: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index bce3be6f8..c9f4a37e4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -63,7 +63,9 @@ dependencies: tuple: ^2.0.1 uuid: ^3.0.6 platform_ui: - path: ../platform_ui + git: + url: https://github.com/KRTirtho/platform_ui.git + ref: bf42bc4caf9cb382f5215ea2db711adbf2a99f4b fluent_ui: ^4.0.3 macos_ui: ^1.7.5 libadwaita: ^1.2.5