Skip to content

Commit 4e343ff

Browse files
committed
[in_app_review_platform_interface] bump verision to 1.0.3
1 parent f011c5b commit 4e343ff

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

in_app_review_platform_interface/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# [1.0.3]
2+
3+
- Open the App Store directly instead of via the Safari View Controller.
4+
- Add automated tests.
5+
16
# [1.0.2]
27

38
- Rename `openStoreListing(windowsStoreId: '')` to `openStoreListing(microsoftStoreId: '')`.

in_app_review_platform_interface/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: in_app_review_platform_interface
2-
description: Flutter plugin for showing the In-App Review/System Rating pop up on Android, IOS and MacOS. Makes it easy for users to rate your app.
2+
description: A common platform interface for the in_app_review plugin.
33
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
44
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
5-
version: 1.0.2
6-
homepage: https://github.com/britannio/in_app_review
5+
version: 1.0.3
6+
homepage: https://github.com/britannio/in_app_review/tree/master/in_app_review_platform_interface
77

88
environment:
99
sdk: ">=2.7.0 <3.0.0"

0 commit comments

Comments
 (0)