From 841749f97c58db799869ebf6a1908be3f80b55da Mon Sep 17 00:00:00 2001 From: lollipopkit Date: Mon, 27 May 2024 21:47:46 +0800 Subject: [PATCH] fix: dep. --- lib/data/res/github_id.dart | 1 + pubspec.lock | 8 +++++--- pubspec.yaml | 8 ++++---- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/lib/data/res/github_id.dart b/lib/data/res/github_id.dart index 35122de..4914b9d 100644 --- a/lib/data/res/github_id.dart +++ b/lib/data/res/github_id.dart @@ -3,6 +3,7 @@ abstract final class GithubId { 'SeaHI-Robot', 'Http-200', 'bxoooooo', + 'Annalasu', }; static const contributors = { diff --git a/pubspec.lock b/pubspec.lock index ef77ab9..35a47e4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -405,9 +405,11 @@ packages: fl_lib: dependency: "direct main" description: - path: "../fl_lib" - relative: true - source: path + path: "." + ref: main + resolved-ref: "8b6e86918deba6fd3fdac971429edfaeb7076212" + url: "https://github.com/lollipopkit/fl_lib" + source: git version: "0.0.1" flutter: dependency: "direct main" diff --git a/pubspec.yaml b/pubspec.yaml index a1fee34..2289e7b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,10 +24,10 @@ dependencies: image_picker: ^1.0.7 audioplayers: ^6.0.0 fl_lib: - # git: - # url: https://github.com/lollipopkit/fl_lib - # ref: main - path: ../fl_lib + git: + url: https://github.com/lollipopkit/fl_lib + ref: main + # path: ../fl_lib dev_dependencies: flutter_test: