diff --git a/pubspec.lock b/pubspec.lock index 9eb5e95..9710d61 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -698,9 +698,11 @@ packages: the_last_bluetooth: dependency: "direct main" description: - path: "../the_last_bluetooth" - relative: true - source: path + path: "." + ref: master + resolved-ref: "29b54e86f0ac2c4cc784382a216bc0f77976a486" + url: "https://github.com/TheLastGimbus/the_last_bluetooth.git" + source: git version: "0.0.1" tuple: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index c854279..9dd7aa2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -33,10 +33,10 @@ dependencies: # Platform plugins # flutter_foreground_task: ^4.1.0 - not using it really yet the_last_bluetooth: - # git: - # url: https://github.com/TheLastGimbus/the_last_bluetooth.git - # ref: master - path: "../the_last_bluetooth" + git: + url: https://github.com/TheLastGimbus/the_last_bluetooth.git + ref: master + # path: "../the_last_bluetooth" app_settings: ^5.1.0 url_launcher: ^6.3.0 permission_handler: ^11.3.0