app_review
Request and Write Reviews and Open Store Listing for Android and iOS in Flutter.
3.0.0
1.0K downloads/mo
#570 most downloaded on pub.dev
rodydavis/packages.dart
What this package is like to depend on
Last release 7 months ago
15 Jan 2026
Ships unpredictably
gaps range from 2 weeks to 3.5 years
Most releases are documented
notes for 16 of 25 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
29 releases · first in 2018
1 release in the last 12 months
see the full history below
Release timeline
29 releases · May 2018 to Jan 2026Releases
latest 29-
3.0.015 Jan 2026Release notes
Open source →- BREAKING:
requestReview,writeReview, andstoreListingnow returnFuture<void>instead ofFuture<String?>. - BREAKING: Errors are now thrown as
AppReviewExceptioninstead of being returned as error strings. - BREAKING: Removed
url_launcherdependency. Store opening logic is now native. - BREAKING: Removed
httpdependency. App ID lookup is now native. - BREAKING: Migrated all platform communication to Pigeon for type safety.
- FEAT: Added
openStoreListingandopenAppStoreReviewmethods to API. - FEAT: Added
lookupAppIdmethod to API. - FEAT: (iOS/macOS) Added SwiftUI bridge for
requestReviewenvironment value (iOS 16+ / macOS 14+). - FEAT: (Android) Migrated to
com.google.android.play:review. - FEAT: (Android) Added support for "Test Mode" (FakeReviewManager).
- CHORE: Migrated iOS implementation to Swift.
- CHORE: Removed
package_info_plusdependency.
- BREAKING:
-
2.1.2+125 Jul 2022Nothing published for this version
-
2.1.131 Mar 2021 -
2.1.1+131 Mar 2021Nothing published for this version
-
2.1.0-nullsafety.009 Feb 2021 pre-releaseNothing published for this version
-
2.1.0-nullsafety06 Feb 2021 pre-release -
2.0.107 Aug 2020Nothing published for this version
-
2.0.007 Aug 2020 -
1.1.226 May 2020 -
1.1.1-nullsafety06 Feb 2021 pre-releaseNothing published for this version
-
1.1.004 Feb 2020 -
1.1.0+105 Feb 2020Nothing published for this version
-
1.1.0-nullsafety06 Feb 2021 pre-releaseNothing published for this version
-
1.0.110 Jan 2020 -
1.0.029 Apr 2019 -
0.1.106 Apr 2019 -
0.1.1+106 Apr 2019Nothing published for this version
-
0.1.005 Mar 2019Nothing published for this version
-
0.0.916 Nov 2018 -
0.0.9+107 Feb 2019Nothing published for this version
-
0.0.9+207 Feb 2019Nothing published for this version
-
0.0.9+319 Feb 2019Nothing published for this version
-
0.0.816 Nov 2018 -
0.0.730 Aug 2018 -
0.0.614 Jun 2018 -
0.0.514 Jun 2018 -
0.0.413 Jun 2018 -
0.0.313 Jun 2018 -
0.0.107 May 2018Release notes
Open source →- Created Tool to Request and Write Reviews on iOS and Navigate to the Store Listing on both Android and iOS. There is also the ability to access the App ID from both Android and iOS which can be used for Admob, Firebase and other tools. Apps that are not published yet will say "Item Not Found" when it navigates to the Store. The App ID must match the App ID in iTunes Connect and Google Play.