From 875f4ebfacb9ad8110122665dec453c1b24a32d6 Mon Sep 17 00:00:00 2001 From: Nabraj Khadka <40161692+iamnabink@users.noreply.github.com> Date: Fri, 15 Aug 2025 11:53:00 +0545 Subject: [PATCH 1/2] Update khalti_webview.dart fix: update appbar decoration issue --- .../khalti_checkout_flutter/lib/src/widget/khalti_webview.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/khalti_checkout_flutter/lib/src/widget/khalti_webview.dart b/packages/khalti_checkout_flutter/lib/src/widget/khalti_webview.dart index 63f3187..901dca2 100644 --- a/packages/khalti_checkout_flutter/lib/src/widget/khalti_webview.dart +++ b/packages/khalti_checkout_flutter/lib/src/widget/khalti_webview.dart @@ -42,14 +42,13 @@ class _KhaltiWebViewState extends State { ? null : AppBar( title: const Text(s_payWithKhalti), - backgroundColor: Color(0xFFE8F0F7), actions: [ IconButton( onPressed: _reload, icon: const Icon(Icons.refresh), ) ], - elevation: 4, + elevation: 0, ), body: Column( children: [ From 091d44743c2a0576114ee4bd51105badcb43ec9e Mon Sep 17 00:00:00 2001 From: Nabraj Khadka Date: Tue, 4 Nov 2025 14:13:24 +0545 Subject: [PATCH 2/2] chore: update flutter_inappwebview dependency to version 6.2.0-beta.2 in pubspec.yaml --- packages/khalti_checkout_flutter/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/khalti_checkout_flutter/pubspec.yaml b/packages/khalti_checkout_flutter/pubspec.yaml index 7a0ee4e..4704fdc 100644 --- a/packages/khalti_checkout_flutter/pubspec.yaml +++ b/packages/khalti_checkout_flutter/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: equatable: ^2.0.7 flutter: sdk: flutter - flutter_inappwebview: ^6.1.5 + flutter_inappwebview: ^6.2.0-beta.2 http: ^1.3.0 internet_connection_checker_plus: ^2.7.0 khalti_checkout_core: ^1.0.0-dev.5