diff --git a/macos/Podfile.lock b/macos/Podfile.lock index fbe6bfd..ad60c50 100644 --- a/macos/Podfile.lock +++ b/macos/Podfile.lock @@ -23,6 +23,8 @@ PODS: - FlutterMacOS - url_launcher_macos (0.0.1): - FlutterMacOS + - wakelock_plus (0.0.1): + - FlutterMacOS - window_manager (0.5.0): - FlutterMacOS @@ -38,6 +40,7 @@ DEPENDENCIES: - shared_preferences_foundation (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin`) - universal_ble (from `Flutter/ephemeral/.symlinks/plugins/universal_ble/darwin`) - url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`) + - wakelock_plus (from `Flutter/ephemeral/.symlinks/plugins/wakelock_plus/macos`) - window_manager (from `Flutter/ephemeral/.symlinks/plugins/window_manager/macos`) EXTERNAL SOURCES: @@ -63,6 +66,8 @@ EXTERNAL SOURCES: :path: Flutter/ephemeral/.symlinks/plugins/universal_ble/darwin url_launcher_macos: :path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos + wakelock_plus: + :path: Flutter/ephemeral/.symlinks/plugins/wakelock_plus/macos window_manager: :path: Flutter/ephemeral/.symlinks/plugins/window_manager/macos @@ -78,6 +83,7 @@ SPEC CHECKSUMS: shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78 universal_ble: cf52a7b3fd2e7c14d6d7262e9fdadb72ab6b88a6 url_launcher_macos: c82c93949963e55b228a30115bd219499a6fe404 + wakelock_plus: 9d63063ffb7af1c215209769067c57103bde719d window_manager: e25faf20d88283a0d46e7b1a759d07261ca27575 PODFILE CHECKSUM: 54d867c82ac51cbd61b565781b9fada492027009 diff --git a/pubspec.lock b/pubspec.lock index 25bec19..eac694e 100755 --- a/pubspec.lock +++ b/pubspec.lock @@ -910,7 +910,7 @@ packages: path: "." ref: HEAD resolved-ref: "22b713600511ef5adff60aa70b941ada99ba2890" - url: "git@github.com:jonasbark/universal_ble.git" + url: "https://github.com/jonasbark/universal_ble.git" source: git version: "0.21.1" url_launcher: diff --git a/pubspec.yaml b/pubspec.yaml index de819d6..e9bf353 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -38,7 +38,7 @@ dependencies: dependency_overrides: universal_ble: git: - url: git@github.com:jonasbark/universal_ble.git + url: https://github.com/jonasbark/universal_ble.git dev_dependencies: flutter_test: