Skip to content

Commit e2cf051

Browse files
committed
shit, pushed the local path
1 parent a600757 commit e2cf051

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

pubspec.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -698,9 +698,11 @@ packages:
698698
the_last_bluetooth:
699699
dependency: "direct main"
700700
description:
701-
path: "../the_last_bluetooth"
702-
relative: true
703-
source: path
701+
path: "."
702+
ref: master
703+
resolved-ref: "29b54e86f0ac2c4cc784382a216bc0f77976a486"
704+
url: "https://github.com/TheLastGimbus/the_last_bluetooth.git"
705+
source: git
704706
version: "0.0.1"
705707
tuple:
706708
dependency: transitive

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ dependencies:
3333
# Platform plugins
3434
# flutter_foreground_task: ^4.1.0 - not using it really yet
3535
the_last_bluetooth:
36-
# git:
37-
# url: https://github.com/TheLastGimbus/the_last_bluetooth.git
38-
# ref: master
39-
path: "../the_last_bluetooth"
36+
git:
37+
url: https://github.com/TheLastGimbus/the_last_bluetooth.git
38+
ref: master
39+
# path: "../the_last_bluetooth"
4040
app_settings: ^5.1.0
4141
url_launcher: ^6.3.0
4242
permission_handler: ^11.3.0

0 commit comments

Comments
 (0)