{"id":28218423,"url":"https://github.com/deakjahn/flutter_launch_store","last_synced_at":"2026-04-27T08:32:12.560Z","repository":{"id":56829622,"uuid":"367930778","full_name":"deakjahn/flutter_launch_store","owner":"deakjahn","description":"A Flutter plugin for launching a Store in the mobile platform. Supports AppStore, PlayStore and AppGallery.","archived":false,"fork":false,"pushed_at":"2024-11-08T14:46:29.000Z","size":104,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-04-23T14:43:50.757Z","etag":null,"topics":["app-gallery","app-store","flutter","play-store"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/flutter_launch_store","language":"Ruby","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/deakjahn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"buy_me_a_coffee":"deakjahn"}},"created_at":"2021-05-16T16:19:16.000Z","updated_at":"2024-11-08T14:46:33.000Z","dependencies_parsed_at":"2024-02-23T15:50:23.787Z","dependency_job_id":null,"html_url":"https://github.com/deakjahn/flutter_launch_store","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deakjahn/flutter_launch_store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deakjahn%2Fflutter_launch_store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deakjahn%2Fflutter_launch_store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deakjahn%2Fflutter_launch_store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deakjahn%2Fflutter_launch_store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deakjahn","download_url":"https://codeload.github.com/deakjahn/flutter_launch_store/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deakjahn%2Fflutter_launch_store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32329463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["app-gallery","app-store","flutter","play-store"],"created_at":"2025-05-18T01:11:07.240Z","updated_at":"2026-04-27T08:32:12.542Z","avatar_url":"https://github.com/deakjahn.png","language":"Ruby","funding_links":["https://buymeacoffee.com/deakjahn"],"categories":[],"sub_categories":[],"readme":"# flutter_launch_store\n\nA Flutter plugin for launching a Store in the mobile platform. Supports AppStore, PlayStore and AppGallery.\n\nOn Android, it checks whether the appropriate vendor service is installed. If both Google's and Huawei's\nservices are present, it launches Google Play unless the app package ID ends in \".huawei\".\n\nIt's a fork of the original https://github.com/heqingbao/store_launcher that seemed to be abandoned.\n\n## Usage\n\nTo use this plugin, add `flutter_launch_store` as a [dependency in your pubspec.yaml file](https://flutter.dev/platform-plugins/).\n\nNote that the Android Emulator doesn't normally have the stores installed. You should try the functioning on a real device.\n\n### Example\n\n```dart\nimport 'package:flutter_launch_store/flutter_launch_store.dart';\n\ntry {\n  final appId = 'com.example.yourapppackageid';\n  StoreLauncher.openWithStore(appId).catchError((e) {\n    print('ERROR\u003e $e');\n  });\n} catch (e) {\n  print(e.toString());\n}\n```\n\n### iOS\n\nDon't forget to add the following to `Info.plist`:\n\n```xml\n\u003ckey\u003eLSApplicationQueriesSchemes\u003c/key\u003e\n\u003carray\u003e\n    \u003cstring\u003eitms-apps\u003c/string\u003e\n\u003c/array\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeakjahn%2Fflutter_launch_store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeakjahn%2Fflutter_launch_store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeakjahn%2Fflutter_launch_store/lists"}