{"id":30877426,"url":"https://github.com/purus/launch_review","last_synced_at":"2025-09-08T04:04:22.753Z","repository":{"id":30417906,"uuid":"124838245","full_name":"Purus/launch_review","owner":"Purus","description":"A Flutter plugin to assist in leaving user reviews/ratings in the Google Play Store. Supports both Android and iOS.","archived":false,"fork":false,"pushed_at":"2024-05-15T21:20:59.000Z","size":194,"stargazers_count":192,"open_issues_count":32,"forks_count":165,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-01T06:00:06.445Z","etag":null,"topics":["appstore","dart","flutter","flutter-plugin","review"],"latest_commit_sha":null,"homepage":"https://pub.dartlang.org/packages/launch_review","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Purus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-12T05:33:41.000Z","updated_at":"2025-06-30T08:59:24.000Z","dependencies_parsed_at":"2024-06-18T15:27:42.848Z","dependency_job_id":null,"html_url":"https://github.com/Purus/launch_review","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Purus/launch_review","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Purus%2Flaunch_review","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Purus%2Flaunch_review/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Purus%2Flaunch_review/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Purus%2Flaunch_review/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Purus","download_url":"https://codeload.github.com/Purus/launch_review/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Purus%2Flaunch_review/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274130242,"owners_count":25227272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appstore","dart","flutter","flutter-plugin","review"],"created_at":"2025-09-08T04:03:53.189Z","updated_at":"2025-09-08T04:04:22.743Z","avatar_url":"https://github.com/Purus.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# launch_review\n\n[![pub package](https://img.shields.io/pub/v/launch_review.svg)](https://pub.dartlang.org/packages/launch_review)\n\nA Flutter plugin to assist in leaving user reviews/ratings in Google Play Store and Apple App Store.\n\n\u003e *NOTE:* Please feel free to send a PR to add more functionalities.\n\n### iOS\nThanks to [Edouard Marquez](https://github.com/g123k) for adding the iOS functionality.\n\nFor iOS 9 and above, your `Info.plist` file  __MUST__ have the following:\n```\n\u003ckey\u003eLSApplicationQueriesSchemes\u003c/key\u003e\n\u003carray\u003e\n        \u003cstring\u003eitms-beta\u003c/string\u003e\n        \u003cstring\u003eitms\u003c/string\u003e\n\u003c/array\u003e\n```\n\n## Usage\nTo use this plugin, add `launch_review` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).\n\n## Example\n\nImport the library via\n``` dart\nimport 'package:launch_review/launch_review.dart'; \n```\n\nThen invoke the static `launch` method of `LaunchReview` anywhere in your Dart code. If no arguments are provided, it will consider the current package.\n\n``` dart\nLaunchReview.launch();\n```\n\nTo open the App Store page for any other applications, you can pass the app Id.\n\n``` dart\nLaunchReview.launch(androidAppId: \"com.iyaffle.rangoli\",\n                    iOSAppId: \"585027354\");\n```\n\nThis plugin is inspired by the Cordova plugin [cordova-launch-review](https://github.com/dpa99c/cordova-launch-review) created by dpa99c.\n\n## iOS Specifics\nSet writeReview to false to only show the app store page. Used only in iOS.\n\n``` dart\nLaunchReview.launch(writeReview: false,iOSAppId: \"585027354\");\n```\n\n## License\n\nThe MIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurus%2Flaunch_review","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurus%2Flaunch_review","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurus%2Flaunch_review/lists"}