Skip to content

Commit 70fd228

Browse files
committed
fix iOS browser issue
1 parent 876dfd9 commit 70fd228

33 files changed

+191
-419
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@
33

44

55
## [1.0.1] - September 14, 2021.
6-
* Fix bug where response is not returned to initiating screen when user cancels transaction.
6+
* Fix bug where response is not returned to initiating screen when user cancels transaction.
7+
8+
## [1.0.2] - September 23, 2021.
9+
* Fix bug where cancel payment buttons are not clickable on iOS devices.
10+
11+
## [1.0.3] - October 4, 2021.
12+
* Fix issue with webview

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Flutterwave version 3 API keys
4141

4242
In your `pubspec.yaml` file add:
4343

44-
1. `flutterwave_standard: 1.0.1`
44+
1. `flutterwave_standard: ^1.0.3`
4545
2. run `flutter pub get`
4646

4747
<a id="usage"></a>
@@ -130,7 +130,7 @@ Create a `Flutterwave` instance by calling the constructor `Flutterwave` The con
130130
## Built Using
131131
- [flutter](https://flutter.dev/)
132132
- [http](https://pub.dev/packages/http)
133-
- [webview_flutter](https://pub.dev/packages/webview_flutter)
133+
- [flutter_inappwebview](https://pub.dev/packages/flutter_inappwebview)
134134
- [fluttertoast](https://pub.dev/packages/fluttertoast)
135135

136136
<a id="references"></a>

example/android/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

example/android/app/build.gradle

Lines changed: 0 additions & 63 deletions
This file was deleted.

example/android/app/src/debug/AndroidManifest.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

example/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 49 deletions
This file was deleted.

example/android/app/src/main/kotlin/com/example/flutterwave_beta/MainActivity.kt

Lines changed: 0 additions & 6 deletions
This file was deleted.

example/android/app/src/main/res/drawable/launch_background.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.
-544 Bytes
Binary file not shown.
-442 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)