From 2196f83992ae82cc8673bfe678aa084388cbc750 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Fri, 29 Sep 2023 18:26:13 +0600 Subject: [PATCH] fix: scrobblenaut local path --- pubspec.lock | 8 +++++--- pubspec.yaml | 4 +++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 7f657f2e..721350bb 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1705,9 +1705,11 @@ packages: scrobblenaut: dependency: "direct main" description: - path: "../Scrobblenaut" - relative: true - source: path + path: "." + ref: dart-3-support + resolved-ref: d90cb75d71737f3cfa2de4469d48080c0f3eedc2 + url: "https://github.com/KRTirtho/scrobblenaut.git" + source: git version: "3.0.0" scroll_to_index: dependency: "direct main" diff --git a/pubspec.yaml b/pubspec.yaml index 27aae52c..9ce2c836 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -82,7 +82,9 @@ dependencies: piped_client: ^0.1.0 popover: ^0.2.6+3 scrobblenaut: - path: ../Scrobblenaut + git: + url: https://github.com/KRTirtho/scrobblenaut.git + ref: dart-3-support scroll_to_index: ^3.0.1 shared_preferences: ^2.0.11 sidebarx: ^0.15.0