From fc7bb674bb8e81b750d3712bf1c8ee8ca2b889f7 Mon Sep 17 00:00:00 2001 From: Takashi Kawasaki Date: Fri, 31 Jan 2020 17:25:05 +0900 Subject: [PATCH] #5: https://github.com/pichillilorenzo/flutter_inappwebview/issues/220 --- example/pubspec.lock | 10 ++++++---- pubspec.lock | 10 ++++++---- pubspec.yaml | 6 +++++- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index e59f021..238104c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -79,10 +79,12 @@ packages: flutter_inappwebview: dependency: transitive description: - name: flutter_inappwebview - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.0+1" + path: "." + ref: master + resolved-ref: "9c7ac0da8f01ceb40430da58397bdb31968ca5b1" + url: "https://github.com/pichillilorenzo/flutter_inappwebview.git" + source: git + version: "3.0.0" flutter_secure_storage: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index 3e35343..579cf35 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -72,10 +72,12 @@ packages: flutter_inappwebview: dependency: "direct main" description: - name: flutter_inappwebview - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.0+1" + path: "." + ref: master + resolved-ref: "9c7ac0da8f01ceb40430da58397bdb31968ca5b1" + url: "https://github.com/pichillilorenzo/flutter_inappwebview.git" + source: git + version: "3.0.0" flutter_secure_storage: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index c5092a6..6704da9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,11 @@ dependencies: flutter: sdk: flutter crypto: - flutter_inappwebview: ^2.1.0+1 + #flutter_inappwebview: ^2.1.0+1 + flutter_inappwebview: + git: + url: https://github.com/pichillilorenzo/flutter_inappwebview.git + ref: master http: ^0.12.0+2 rxdart: ^0.23.1 flutter_secure_storage: ^3.3.1+1