diff --git a/pubspec.lock b/pubspec.lock index e731ed3..9840af5 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: @@ -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: @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml index dc9da9f..4ad2780 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: