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