This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 6 files changed +11
-5
lines changed
6 files changed +11
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.1.3
2
+
3
+ * Ignores a lint in the example app for backwards compatibility.
4
+
1
5
## 3.1.2
2
6
3
7
* Updates example code for ` use_build_context_synchronously ` lint.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: in_app_purchase
2
2
description : A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
3
3
repository : https://github.com/flutter/plugins/tree/main/packages/in_app_purchase/in_app_purchase
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
5
- version : 3.1.2
5
+ version : 3.1.3
6
6
7
7
environment :
8
8
sdk : " >=2.12.0 <3.0.0"
Original file line number Diff line number Diff line change 1
- ## NEXT
1
+ ## 0.2.4
2
2
3
3
* Updates minimum Flutter version to 3.0.
4
+ * Ignores a lint in the example app for backwards compatibility.
4
5
5
6
## 0.2.3+9
6
7
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: in_app_purchase_android
2
2
description : An implementation for the Android platform of the Flutter `in_app_purchase` plugin. This uses the Android BillingClient APIs.
3
3
repository : https://github.com/flutter/plugins/tree/main/packages/in_app_purchase/in_app_purchase_android
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
5
- version : 0.2.3+9
5
+ version : 0.2.4
6
6
7
7
environment :
8
8
sdk : " >=2.14.0 <3.0.0"
Original file line number Diff line number Diff line change 1
- ## NEXT
1
+ ## 0.3.5
2
2
3
3
* Updates minimum Flutter version to 3.0.
4
+ * Ignores a lint in the example app for backwards compatibility.
4
5
5
6
## 0.3.4+1
6
7
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: in_app_purchase_storekit
2
2
description : An implementation for the iOS and macOS platforms of the Flutter `in_app_purchase` plugin. This uses the StoreKit Framework.
3
3
repository : https://github.com/flutter/plugins/tree/main/packages/in_app_purchase/in_app_purchase_storekit
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
5
- version : 0.3.4+1
5
+ version : 0.3.5
6
6
7
7
environment :
8
8
sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments