in_app_review 2.0.0-nullsafety
in_app_review: ^2.0.0-nullsafety copied to clipboard
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.0.0-nullsafety #
- Migrate to null safety.
1.0.4-dev #
- Update in_app_review_platform_interface to 1.0.5-dev
- Remove dependency on
package_info
. - Handle
openStoreListing()
with native code for Android, IOS and MacOS.
1.0.3 #
- Update in_app_review_platform_interface to 1.0.4
- Update android compileSdkVersion to 29.
- Lower dependency version constraints.
1.0.2 #
- Update in_app_review_platform_interface to 1.0.3
- Open the App Store directly instead of via the Safari View Controller.
- Add automated tests.
- Improve docs.
1.0.1+1 #
- Update in_app_review_platform_interface to 1.0.2
1.0.0 #
- Migrate to use
in_app_review_platform_interface
. - Add Windows support for
openStoreListing
.
0.2.1+1 #
- Improve IOS testing docs.
0.2.1 #
- Update dependencies.
- Android Play Core Library V1.8.2 release notes:
- Fixed UI flickering in the In-App Review API
0.2.0+4 #
- Remove deprecated API warning.
- Update dependencies.
0.2.0+3 #
- Instructions in the README have been improved along with the example.
0.2.0+2 #
- Update changelog format
0.2.0+1 #
- Update MacOS testing instructions
0.2.0 Breaking Change #
- Add MacOS support
- Rename
openStoreListing(iOSAppStoreId: '')
toopenStoreListing(appStoreId: '')
0.1.0 #
- Improve docs
- Set Android minSdkVersion to 16
- Refactor Android Plugin
0.0.1 #
Initial release