in_app_review 2.0.11
in_app_review: ^2.0.11 copied to clipboard
Flutter plugin for showing the In-App Review/System Rating pop up on Android, iOS and MacOS. It makes it easy for users to rate your app.
2.0.11 #
- Regenerate the plugin & migrate Android platform code from Java to Kotlin
2.0.10 #
- Add a privacy manifest to iOS and MacOS.
- Add Swift Package Manager support.
- Update deprecated usage of
SKStoreReviewController
on iOS and MacOS. - Update Android Play Core dependency to Play Review 2.0.2.
- Convert iOS Objective-C code back to Swift.
2.0.9 #
- Fix deprecated API warning on Android.
2.0.8 #
- Bump Kotlin version to 1.7.10
- Bump build gradle version to 7.3.0
- Bump compileSdkVersion to 33
2.0.7 #
- Adds a namespace for compatibility with AGP 8.0.
- Checks if Google Play Services are available on Android when using
isAvailable()
.
2.0.6 #
- Update Android Play Core dependency to Play Review 2.0.1.
2.0.5 #
- Migrate Android Play Core dependency to Play Review 2.0.0.
- Recreate the example app.
- Update in_app_review_platform_interface to 2.0.4
2.0.4 #
- Migrate maven repository from jcenter to mavenCentral
isAvailable()
now returnsfalse
on web.
2.0.2 #
- Replace iOS Swift code with Objective-C to add compatibility with Objective-C Flutter apps.
2.0.1 #
- Fix rare null pointer exception on Android
- Fix MissingPluginException on MacOS
- Bump the minimum Dart SDK version from
2.12.0-0
to2.12.0
. - Bump the minimum Flutter version to
2.0.0
. - Update in_app_review_platform_interface to 2.0.2
2.0.0 #
- Migrate to null safety.
1.0.4 #
- Update in_app_review_platform_interface to 1.0.5
- 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