From 02a685b96e51f7a11648bd47059616dcbde14372 Mon Sep 17 00:00:00 2001 From: Jonas Bark Date: Mon, 9 Dec 2024 10:47:32 +0100 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0f37330..cc9dac4d 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ This plugin requires several changes to be able to work on Android devices. Plea android.enableR8.fullMode=false ``` This will prevent crashes with the Stripe SDK on Android (see [issue](https://github.com/flutter-stripe/flutter_stripe/issues/1909)). + 9. Rebuild the app, as the above changes don't update with hot reload These changes are needed because the Android Stripe SDK requires the use of the AppCompat theme for their UI components and the Support Fragment Manager for the Payment Sheets @@ -86,8 +87,7 @@ For card scanning add the following to your Info.plist: ```xml NSCameraUsageDescription Scan your card to add it automatically -NSCameraUsageDescription -<string>To scan cards</string> +NSCameraUsageDescription To scan cards ```