Skip to content

Commit

Permalink
fix: dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
lollipopkit committed May 27, 2024
1 parent cbe7daa commit 841749f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions lib/data/res/github_id.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ abstract final class GithubId {
'SeaHI-Robot',
'Http-200',
'bxoooooo',
'Annalasu',
};

static const contributors = {
Expand Down
8 changes: 5 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 841749f

Please sign in to comment.