File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -325,12 +325,13 @@ packages:
325
325
source: hosted
326
326
version: "6.0.0"
327
327
flutter_inappwebview_android:
328
- dependency: transitive
328
+ dependency: "direct overridden"
329
329
description:
330
- name: flutter_inappwebview_android
331
- sha256: d247f6ed417f1f8c364612fa05a2ecba7f775c8d0c044c1d3b9ee33a6515c421
332
- url: "https://pub.flutter-io.cn"
333
- source: hosted
330
+ path: flutter_inappwebview_android
331
+ ref: d89b1d32638b49dfc58c4b7c84153be0c269d057
332
+ resolved-ref: d89b1d32638b49dfc58c4b7c84153be0c269d057
333
+ url: "https://github.com/holzgeist/flutter_inappwebview"
334
+ source: git
334
335
version: "1.0.13"
335
336
flutter_inappwebview_internal_annotations:
336
337
dependency: transitive
Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ dependency_overrides:
19
19
# http: 0.13.0
20
20
# gql_http_link: 0.3.2
21
21
# http_parser: 4.0.0
22
+ # fix inappwebview R8 issue https://github.com/pichillilorenzo/flutter_inappwebview/issues/2193
23
+ flutter_inappwebview_android :
24
+ git :
25
+ url : https://github.com/holzgeist/flutter_inappwebview
26
+ path : flutter_inappwebview_android
27
+ ref : d89b1d32638b49dfc58c4b7c84153be0c269d057
22
28
23
29
dependencies :
24
30
flutter :
You can’t perform that action at this time.
0 commit comments