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: [ 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