diff --git a/pubspec.lock b/pubspec.lock index 61a94e8b..be4f08b6 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -325,12 +325,13 @@ packages: source: hosted version: "6.0.0" flutter_inappwebview_android: - dependency: transitive + dependency: "direct overridden" description: - name: flutter_inappwebview_android - sha256: d247f6ed417f1f8c364612fa05a2ecba7f775c8d0c044c1d3b9ee33a6515c421 - url: "https://pub.flutter-io.cn" - source: hosted + path: flutter_inappwebview_android + ref: d89b1d32638b49dfc58c4b7c84153be0c269d057 + resolved-ref: d89b1d32638b49dfc58c4b7c84153be0c269d057 + url: "https://github.com/holzgeist/flutter_inappwebview" + source: git version: "1.0.13" flutter_inappwebview_internal_annotations: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 87598d6c..b3b524cf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -19,6 +19,12 @@ dependency_overrides: #http: 0.13.0 #gql_http_link: 0.3.2 #http_parser: 4.0.0 + # fix inappwebview R8 issue https://github.com/pichillilorenzo/flutter_inappwebview/issues/2193 + flutter_inappwebview_android: + git: + url: https://github.com/holzgeist/flutter_inappwebview + path: flutter_inappwebview_android + ref: d89b1d32638b49dfc58c4b7c84153be0c269d057 dependencies: flutter: