1
1
## [ 1.1.1] - April 10, 2025
2
- Changes include
3
- - Fixed broken package deployment action.
4
2
3
+ Changes include
5
4
5
+ - Fixed broken package deployment action.
6
6
7
7
## [ 1.1.0] | April 10, 2025
8
+
8
9
Changes include:
10
+
9
11
- Modified ` Flutterwave.charge() ` method to accept a BuildContext parameter.
10
12
- Added context.mounted checks to prevent setState calls after widget disposal.
11
13
- Enhanced success status check logic to handle different status values ("success" and "completed").
@@ -17,58 +19,58 @@ Changes include:
17
19
- Removed unused dependencies: webview_flutter, modal_bottom_sheet and uuid.
18
20
- Update deployment workflow.
19
21
20
-
21
-
22
22
## [ 1.0.7] - February, 2023
23
+
23
24
Changes include
25
+
24
26
- Fixed iOS bug where webview couldn't close when close buttons are clicked
25
27
- Removed required ` name ` and ` phone number ` fields in ` Customer ` object
26
28
27
-
28
-
29
29
## [ 1.0.6] - October, 2022
30
+
30
31
Changes include:
32
+
31
33
- Fixed bug where transaction gets stuck after redirecting on webview
32
34
- Fixed iOS build bug by removing inAppBrowser library
33
35
34
-
35
-
36
36
## [ 1.0.5] - October, 2022
37
+
37
38
Changes include:
39
+
38
40
- Fixed null when transaction is cancelled.
39
41
- Removed modal pop up before launching web view.
40
42
- Removed intermediate make payment screen before webview.
41
43
- Deprecated FlutterwaveStyle.
42
44
- Updated README file.
43
45
44
-
45
-
46
46
## [ 1.0.4] - July 4, 2022
47
+
47
48
Changes include:
49
+
48
50
- Renamed property ` isDebug ` to ` isTestMode `
49
51
- Made property ` redirectUrl ` required
50
52
- Updated README file
51
53
52
-
53
-
54
54
## [ 1.0.3] - October 4, 2021.
55
+
55
56
Changes include:
56
- - Fixed issue with webview
57
57
58
-
58
+ - Fixed issue with webview
59
59
60
60
## [ 1.0.2] - September 23, 2021.
61
- Changes include:
62
- - Fixed bug where cancel payment buttons are not clickable on iOS devices.
63
61
62
+ Changes include:
64
63
64
+ - Fixed bug where cancel payment buttons are not clickable on iOS devices.
65
65
66
66
## [ 1.0.1] - September 14, 2021.
67
- Changes include:
68
- - Fixed bug where response is not returned to initiating screen when user cancels transaction.
69
67
68
+ Changes include:
70
69
70
+ - Fixed bug where response is not returned to initiating screen when user cancels transaction.
71
71
72
72
## [ 1.0.0] - September 9, 2021.
73
+
73
74
Changes include:
75
+
74
76
- Initial release
0 commit comments