{"id":16583885,"url":"https://github.com/aloisdeniel/flutter_plugin_appcenter","last_synced_at":"2025-03-16T21:30:24.085Z","repository":{"id":56826199,"uuid":"116219453","full_name":"aloisdeniel/flutter_plugin_appcenter","owner":"aloisdeniel","description":"Flutter plugins for accessing Visual Studio App Center services.","archived":false,"fork":false,"pushed_at":"2023-08-20T13:16:05.000Z","size":140,"stargazers_count":55,"open_issues_count":17,"forks_count":52,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-05-01T13:52:10.623Z","etag":null,"topics":["analytics","appcenter","crashes","flutter","microsoft","services","visualstudio"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aloisdeniel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-01-04T05:40:03.000Z","updated_at":"2023-08-21T14:45:45.000Z","dependencies_parsed_at":"2023-10-20T16:45:10.880Z","dependency_job_id":null,"html_url":"https://github.com/aloisdeniel/flutter_plugin_appcenter","commit_stats":{"total_commits":11,"total_committers":5,"mean_commits":2.2,"dds":0.6363636363636364,"last_synced_commit":"0a03c9c38f3b4d20e839d5d493674083721a326c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fflutter_plugin_appcenter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fflutter_plugin_appcenter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fflutter_plugin_appcenter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fflutter_plugin_appcenter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aloisdeniel","download_url":"https://codeload.github.com/aloisdeniel/flutter_plugin_appcenter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830922,"owners_count":20354850,"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":["analytics","appcenter","crashes","flutter","microsoft","services","visualstudio"],"created_at":"2024-10-11T22:43:26.528Z","updated_at":"2025-03-16T21:30:23.766Z","avatar_url":"https://github.com/aloisdeniel.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# New maintainer wanted : since I don't use this service anymore this plugin is very low on my priority list. If anyone is interested in becoming the owner and going further I would be happy to give him/her ownership ! Sorry\n\n\n# Visual Studio App Center Plugin for Flutter\n\n[![pub package](https://img.shields.io/pub/v/appcenter.svg)](https://pub.dartlang.org/packages/appcenter) \n\nSeveral Flutter plugins to use the [Microsoft Visual Studio App Center SDKs](https://docs.microsoft.com/en-us/appcenter/sdk/).\n\n*Note*: This plugin is still under development, and some APIs (*Distribute* and *Push* are still missing) might not be available yet. [Feedback](https://github.com/aloisdeniel/flutter_plugin_appcenter/issues) and [Pull Requests](https://github.com/aloisdeniel/flutter_plugin_appcenter/pulls) are most welcome!\n\n## Setup\n\nTo use this plugin:\n\n1. Connect to [Visual Studio App Center Portal](https://appcenter.ms/apps)\n1. From the index page, select `Add new` and create a new **iOS application (Platform: Objective-C/Swift)**, and keep your iOS app secret (ex: `123cfac9-123b-123a-123f-123273416a48`).\n1. From the index page, select `Add new` and create a new **Android application (Platform: Java)**, and keep your Android app secret (ex: `321cfac9-123b-123a-123f-123273416a48`).\n1. Add those as [dependencies in your pubspec.yaml file](https://flutter.io/platform-plugins/):\n\t* `appcenter` \n\t* `appcenter_analytics`\n\t* `appcenter_crashes`\n\n## Usage\n\n### Global\n\n```dart\nimport 'package:appcenter/appcenter.dart';\nimport 'package:appcenter_analytics/appcenter_analytics.dart';\nimport 'package:appcenter_crashes/appcenter_crashes.dart';\n```\n\n#### Starting services\n\n```dart\nfinal ios = defaultTargetPlatform == TargetPlatform.iOS;\nvar app_secret = ios ? \"123cfac9-123b-123a-123f-123273416a48\" : \"321cfac9-123b-123a-123f-123273416a48\";\n\nawait AppCenter.start(app_secret, [AppCenterAnalytics.id, AppCenterCrashes.id]);\n```\n\n#### Enabling or disabling services\n\n```dart\nawait AppCenter.setEnabled(false); // global \nawait AppCenterAnalytics.setEnabled(false); // just a service\nawait AppCenterCrashes.setEnabled(false); // just a service\n```\n\n### Analytics\n\n#### Track events\n\n```dart\nAppCenterAnalytics.trackEvent(\"map\"); \nAppCenterAnalytics.trackEvent(\"casino\", { \"dollars\" : \"10\" }); // with custom properties\n```\n\n## Getting Started\n\nSee the `example` directory for a complete sample app using Visual Studio App Center.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloisdeniel%2Fflutter_plugin_appcenter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faloisdeniel%2Fflutter_plugin_appcenter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloisdeniel%2Fflutter_plugin_appcenter/lists"}