Skip to content

Commit

Permalink
fix: webview on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Jul 15, 2024
1 parent 8d61729 commit 8886832
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1083,10 +1083,10 @@ packages:
dependency: "direct overridden"
description:
name: js
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
url: "https://pub.dev"
source: hosted
version: "0.6.7"
version: "0.7.1"
json_annotation:
dependency: transitive
description:
Expand Down Expand Up @@ -1965,13 +1965,13 @@ packages:
source: hosted
version: "4.8.0"
webview_flutter_android:
dependency: transitive
dependency: "direct overridden"
description:
name: webview_flutter_android
sha256: f42447ca49523f11d8f70abea55ea211b3cafe172dd7a0e7ac007bb35dd356dc
sha256: dad3313c9ead95517bb1cae5e1c9d20ba83729d5a59e5e83c0a2d66203f27f91
url: "https://pub.dev"
source: hosted
version: "3.16.4"
version: "3.16.1"
webview_flutter_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -2038,4 +2038,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.4.3 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.22.1"
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ dependency_overrides:
uuid: ^4.0.0 # for dart_code_metrics
web: ^0.4.0 # for flutter test from SDK / http
pdfx: ^2.6.0
js: ^0.6.7
js: ^0.7.1 # for pdfx 2.6
webview_flutter_android: 3.16.1 # compare https://github.com/pichillilorenzo/flutter_inappwebview/issues/2150

# out-comment the following to enable git-based development:
enough_mail:
Expand Down

0 comments on commit 8886832

Please sign in to comment.