File tree 2 files changed +11
-1
lines changed
packages/in_app_purchase/in_app_purchase
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.1.1
2
+
3
+ * Adds screenshots to pubspec.yaml.
4
+
1
5
## 3.1.0
2
6
3
7
* Adds macOS as a supported platform.
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.0
5
+ version : 3.1.1
6
6
7
7
environment :
8
8
sdk : " >=2.12.0 <3.0.0"
@@ -34,3 +34,9 @@ dev_dependencies:
34
34
sdk : flutter
35
35
plugin_platform_interface : ^2.0.0
36
36
test : ^1.16.0
37
+
38
+ screenshots :
39
+ - description : ' Example of in-app purchase on ios'
40
+ path : doc/iap_ios.gif
41
+ - description : ' Example of in-app purchase on android'
42
+ path : doc/iap_android.gif
You can’t perform that action at this time.
0 commit comments