From e1efe1a0e9177c575f1f42ce5e478e585743ea0a Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Thu, 21 May 2020 10:52:19 +0200 Subject: [PATCH] Avoid our fork of ssh_key The required change has been upstreamed. --- pubspec.lock | 10 ++++------ pubspec.yaml | 3 +-- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index db78ee03..e0aad687 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -818,12 +818,10 @@ packages: ssh_key: dependency: "direct main" description: - path: "." - ref: HEAD - resolved-ref: "60e088a136a62cd1afe553e8858558f76df00f2d" - url: "https://github.com/GitJournal/ssh_key.git" - source: git - version: "0.5.0" + name: ssh_key + url: "https://pub.dartlang.org" + source: hosted + version: "0.5.1" stack_trace: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 4bf8b681..d2364258 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -48,8 +48,7 @@ dependencies: equatable: ^1.1.0 purchases_flutter: ^1.1.0 cached_network_image: ^2.2.0+1 - ssh_key: - git: https://github.com/GitJournal/ssh_key.git + ssh_key: ^0.5.1 isolate: ^2.0.3 flutter_webview_plugin: ^0.3.11 image_picker: ^0.6.6+1