From 5e5fac6de94671ad95840f8c184ec6014e6f6c40 Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Thu, 30 Nov 2023 10:09:03 +0100 Subject: [PATCH] Throw platform exception when ProcessGlobalConfig.apply throws an error on the native side to be able to catch it on Flutter side, updated e.printStackTrace with Log.e where possible --- flutter_inappwebview_android/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_inappwebview_android/CHANGELOG.md b/flutter_inappwebview_android/CHANGELOG.md index 61daff99..996839c9 100644 --- a/flutter_inappwebview_android/CHANGELOG.md +++ b/flutter_inappwebview_android/CHANGELOG.md @@ -1,6 +1,6 @@ ## 1.0.4 -- Throw platform exception when ProcessGlobalConfig.apply throws an error on the native side +- Throw platform exception when ProcessGlobalConfig.apply throws an error on the native side to be able to catch it on Flutter side ## 1.0.3