From 68fb2b2671c57b12dedd6683697f6a98fb15edd5 Mon Sep 17 00:00:00 2001 From: "balazsmanus@chameleon" Date: Sun, 23 Feb 2025 12:30:56 +0100 Subject: [PATCH] add back wkwebview override --- refilc/pubspec.yaml | 3 +++ refilc_kreta_api/pubspec.yaml | 3 +++ refilc_mobile_ui/pubspec.yaml | 5 ++++- refilc_plus/pubspec.yaml | 3 +++ 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/refilc/pubspec.yaml b/refilc/pubspec.yaml index d5f68d79..69c5cd9c 100644 --- a/refilc/pubspec.yaml +++ b/refilc/pubspec.yaml @@ -73,6 +73,9 @@ dependencies: flutter_portal: ^1.1.4 shake_flutter: ^17.1.0 +dependency_overrides: + webview_flutter_wkwebview: 3.17.0 + dev_dependencies: flutter_lints: ^5.0.0 flutter_launcher_icons: ^0.14.3 diff --git a/refilc_kreta_api/pubspec.yaml b/refilc_kreta_api/pubspec.yaml index d03b6889..dd65f70a 100644 --- a/refilc_kreta_api/pubspec.yaml +++ b/refilc_kreta_api/pubspec.yaml @@ -16,5 +16,8 @@ dependencies: i18n_extension: ^12.0.1 uuid: ^4.5.1 +dependency_overrides: + webview_flutter_wkwebview: 3.17.0 + dev_dependencies: flutter_lints: ^5.0.0 diff --git a/refilc_mobile_ui/pubspec.yaml b/refilc_mobile_ui/pubspec.yaml index cf3c1b5c..6772c4f5 100644 --- a/refilc_mobile_ui/pubspec.yaml +++ b/refilc_mobile_ui/pubspec.yaml @@ -70,7 +70,10 @@ dependencies: shake_flutter: ^17.1.0 qr_code_scanner_plus: ^2.0.10+1 wakelock_plus: ^1.2.10 - + +dependency_overrides: + webview_flutter_wkwebview: 3.17.0 + dev_dependencies: flutter_lints: ^5.0.0 diff --git a/refilc_plus/pubspec.yaml b/refilc_plus/pubspec.yaml index 3db8be38..dbf7d369 100644 --- a/refilc_plus/pubspec.yaml +++ b/refilc_plus/pubspec.yaml @@ -40,6 +40,9 @@ dependencies: path_provider: ^2.1.3 file_picker: ^8.0.5 +dependency_overrides: + webview_flutter_wkwebview: 3.17.0 + dev_dependencies: flutter_lints: ^4.0.0