File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
packages/linkfive_purchases Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.0.1
2
+
3
+ * We added a new http Client with retry functions and timeouts to properly handle mobile connectivity
4
+ * We fixed a bug where the product details can be null.
5
+
1
6
## 4.0.0
2
7
Release of new One Time Purchase API
3
8
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class LinkFivePurchases {
13
13
LinkFivePurchases ._();
14
14
15
15
/// Plugin Version
16
- static const VERSION = "4.0.0 " ;
16
+ static const VERSION = "4.0.1 " ;
17
17
18
18
/// Initialize LinkFive with your Api Key
19
19
///
Original file line number Diff line number Diff line change 1
1
name : linkfive_purchases
2
2
description : Manage your in-app subscriptions with the LinkFive plugin - The Easiest Implementation of Subscriptions.
3
- version : 4.0.0
3
+ version : 4.0.1
4
4
homepage : https://www.linkfive.io
5
5
repository : https://github.com/LinkFive/flutter-purchases-sdk
6
6
issue_tracker : https://github.com/LinkFive/flutter-purchases-sdk/issues
You can’t perform that action at this time.
0 commit comments