File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # [ 1.0.4-dev]
2+
3+ - Update in_app_review_platform_interface to 1.0.5-dev
4+ - Remove dependency on ` package_info ` .
5+ - Handle ` openStoreListing() ` with native code for Android, IOS and MacOS.
6+
17# [ 1.0.3]
28
39- Update in_app_review_platform_interface to 1.0.4
Original file line number Diff line number Diff line change @@ -123,14 +123,14 @@ packages:
123123 path: ".."
124124 relative: true
125125 source: path
126- version: "1.0.3 "
126+ version: "1.0.4-dev "
127127 in_app_review_platform_interface:
128128 dependency: "direct overridden"
129129 description:
130130 path: "../../in_app_review_platform_interface"
131131 relative: true
132132 source: path
133- version: "1.0.4 "
133+ version: "1.0.5-dev "
134134 integration_test:
135135 dependency: "direct dev"
136136 description:
Original file line number Diff line number Diff line change 11name : in_app_review
22description : 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.
3- version : 1.0.3
3+ version : 1.0.4-dev
44homepage : https://github.com/britannio/in_app_review/tree/master/in_app_review
55
66environment :
@@ -11,7 +11,7 @@ dependencies:
1111 flutter :
1212 sdk : flutter
1313
14- in_app_review_platform_interface : ^1.0.4
14+ in_app_review_platform_interface : ^1.0.5-dev
1515
1616dev_dependencies :
1717 flutter_test :
You can’t perform that action at this time.
0 commit comments