From 0a6637f8ed3ff25f24405719d63f296cde54a744 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Mon, 20 Oct 2025 10:03:56 -0700 Subject: [PATCH] Update webview_flutter_android to version 4.10.1 Bumped the webview_flutter_android dependency from ^4.0.0 to 4.10.1 in pubspec.yaml to ensure compatibility with the latest features and bug fixes. --- {{cookiecutter.out_dir}}/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index 43130c5..106f21c 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -38,7 +38,7 @@ dependency_overrides: wakelock_plus: ^1.2.10 web: ^1.0.0 window_manager: ^0.4.3 - webview_flutter_android: ^4.0.0 + webview_flutter_android: 4.10.1 # {% if 'flet_audio_recorder' in cookiecutter.flutter.dependencies %} record: ^5.1.1