Skip to content

Commit 0f85d24

Browse files
committed
updates to the example app
1 parent fed40bd commit 0f85d24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Enhanced success status check logic to handle different status values ("success" and "completed").
88
- Improved error handling and state management.
99
- Removed deprecated components: `flutterwave_style.dart` and `standard_webview.dart`.
10-
- Updated SDK requirements to `>=2.17.0`.
10+
- Updated the SDK requirements to `>=2.17.0`.
1111
- Upgraded dependencies to the latest versions.
1212
- Removed unused dependencies: webview_flutter, modal_bottom_sheet and uuid.
1313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Available features include:
2626
1. Flutterwave for business [API Keys](https://developer.flutterwave.com/docs/integration-guides/authentication)
2727
2. Supported Flutter version >= 1.17.0
2828
3. Dart SDK >= 2.17.0
29-
4. For Android: Ensure NDK version >= 27.0.12077973 on your project's android/app/build.gradle.kts file with android { ndkVersion = "27.0.12077973" }
29+
4. For Android: Ensure the NDK version >= 27.0.12077973 on your project's android/app/build.gradle.kts file with android { ndkVersion = "27.0.12077973" }
3030

3131
## Installation
3232

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class _MyHomePageState extends State<MyHomePage> {
162162
);
163163

164164
final Flutterwave flutterwave = Flutterwave(
165-
publicKey: "YOUR_SECRET_KEY", // Input your public key
165+
publicKey: "YOUR_PUBLIC_KEY", // Input your public key
166166
currency: selectedCurrency,
167167
amount: amountController.text.toString().trim(),
168168
customer: customer,

0 commit comments

Comments
 (0)