Purus / launch_review

A Flutter plugin to assist in leaving user reviews/ratings in the Google Play Store. Supports both Android and iOS.
https://pub.dartlang.org/packages/launch_review
MIT License
181 stars 130 forks source link

Open More Apps screen in Play Store for a developer #26

Open dkansh opened 3 years ago

dkansh commented 3 years ago

Hey, I found this plugin is useful for opening the app screen when I want used to rate and review my app. I am providing one more feature where the user can see all other apps provided by me in play store. If you could add this feature too into this plugin then it would be really helpful. I used to do so in native android as below:

startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://play.google.com/store/apps/developer?id=<Developer_Id/Name")));

Purus commented 3 years ago

Can you please open a PR for the same?