{"id":22962320,"url":"https://github.com/zonble/flutter_install_app_plugin","last_synced_at":"2025-06-12T23:03:35.072Z","repository":{"id":46769568,"uuid":"150446320","full_name":"zonble/flutter_install_app_plugin","owner":"zonble","description":" A Flutter plug-in helps to install iOS and Android apps.","archived":false,"fork":false,"pushed_at":"2025-05-25T13:47:17.000Z","size":353,"stargazers_count":8,"open_issues_count":0,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-25T14:43:03.800Z","etag":null,"topics":["flutter","flutter-plugin"],"latest_commit_sha":null,"homepage":"https://github.com/zonble/flutter_install_app_plugin","language":"Swift","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/zonble.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,"zenodo":null}},"created_at":"2018-09-26T15:11:43.000Z","updated_at":"2025-05-25T13:47:20.000Z","dependencies_parsed_at":"2025-01-20T03:33:53.558Z","dependency_job_id":"3f1be011-092d-4eaf-8579-bc31ccd4a9d9","html_url":"https://github.com/zonble/flutter_install_app_plugin","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/zonble/flutter_install_app_plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonble%2Fflutter_install_app_plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonble%2Fflutter_install_app_plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonble%2Fflutter_install_app_plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonble%2Fflutter_install_app_plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zonble","download_url":"https://codeload.github.com/zonble/flutter_install_app_plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonble%2Fflutter_install_app_plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259546413,"owners_count":22874560,"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","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":["flutter","flutter-plugin"],"created_at":"2024-12-14T19:16:33.141Z","updated_at":"2025-06-12T23:03:35.042Z","avatar_url":"https://github.com/zonble.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter\\_install\\_app\\_plugin\n\nA Flutter plug-in helps to install iOS and Android apps.\n\n## Usage\n\nIt is not uncommon that you may want to ask a user to install another app within your app. What you need to do here is to prepare a set of iOS app ID on App Store, and Android package name.\n\nFor example, if you want to lead your customers to install [KKBOX](https://www.kkbox.com/), you need to create an app set like:\n\n```dart\nvar app = AppSet()\n..iosAppId = 300915900\n..androidPackageName = 'com.skysoft.kkbox.android';\n```\n\nThen call the plug-in.\n\n```dart\nFlutterInstallAppPlugin.installApp(app);\n```\n\nOn iOS, the plug-in calls [SKStoreProductViewController](https://developer.apple.com/documentation/storekit/skstoreproductviewcontroller), while it creates an activity to open a  URL with \"market://\" prefix on Android.\n\n## Additional Parameters for iOS\n\nOn iOS, you can use additional parameters including:\n\n- `iosIapId`: Represents the product identifier for the promoted product you want the store to display at the top of the page. See [SKStoreProductParameterProductIdentifier](https://developer.apple.com/documentation/storekit/skstoreproductparameterproductidentifier).\n- `iosAffiliateToken`: Your affiliate identifier. You receive an affiliate identifier when you sign up for Apple's Affiliate Program. See [SKStoreProductParameterAffiliateToken](https://developer.apple.com/documentation/storekit/skstoreproductparameteraffiliatetoken).\n- `iosCampaignToken`: Represents an App Analytics campaign. This token allows you to track the effectiveness of your Affiliate Program link and your App Analytics campaign. See [SKStoreProductParameterCampaignToken](https://developer.apple.com/documentation/storekit/skstoreproductparametercampaigntoken).\n- `iosAdvertisingPartnerToken`: Represents the advertising partner you wish to use. See [SKStoreProductParameterAdvertisingPartnerToken](https://developer.apple.com/documentation/storekit/skstoreproductparameteradvertisingpartnertoken)\n- `iosProviderToken`: Represents the provider token for the developer that created the app. See [SKStoreProductParameterProviderToken](https://developer.apple.com/documentation/storekit/skstoreproductparameterprovidertoken).\n\n\nThat's all. Enjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzonble%2Fflutter_install_app_plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzonble%2Fflutter_install_app_plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzonble%2Fflutter_install_app_plugin/lists"}