Skip to content

Commit 6df3ef2

Browse files
[in_app_pur] Add screenshots to pubspec.yaml (flutter#6540)
* [in_app_pur] Add screenshots to pubspec.yaml * Style fix Co-authored-by: Stuart Morgan <[email protected]>
1 parent e85f8ac commit 6df3ef2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/in_app_purchase/in_app_purchase/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.1.1
2+
3+
* Adds screenshots to pubspec.yaml.
4+
15
## 3.1.0
26

37
* Adds macOS as a supported platform.

packages/in_app_purchase/in_app_purchase/pubspec.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: in_app_purchase
22
description: A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
33
repository: https://github.com/flutter/plugins/tree/main/packages/in_app_purchase/in_app_purchase
44
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
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"
@@ -34,3 +34,9 @@ dev_dependencies:
3434
sdk: flutter
3535
plugin_platform_interface: ^2.0.0
3636
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

0 commit comments

Comments
 (0)