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
Visual Studio App Center Plugin for Flutter
Several Flutter plugins to use the Microsoft Visual Studio App Center SDKs.
Note: This plugin is still under development, and some APIs (Distribute and Push are still missing) might not be available yet. Feedback and Pull Requests are most welcome!
Setup
To use this plugin:
- Connect to Visual Studio App Center Portal
- From the index page, select
Add newand create a new iOS application (Platform: Objective-C/Swift), and keep your iOS app secret (ex:123cfac9-123b-123a-123f-123273416a48). - From the index page, select
Add newand create a new Android application (Platform: Java), and keep your Android app secret (ex:321cfac9-123b-123a-123f-123273416a48). - Add those as dependencies in your pubspec.yaml file:
appcenterappcenter_analyticsappcenter_crashes
Usage
Global
import 'package:appcenter/appcenter.dart';
import 'package:appcenter_analytics/appcenter_analytics.dart';
import 'package:appcenter_crashes/appcenter_crashes.dart';Starting services
final ios = defaultTargetPlatform == TargetPlatform.iOS;
var app_secret = ios ? "123cfac9-123b-123a-123f-123273416a48" : "321cfac9-123b-123a-123f-123273416a48";
await AppCenter.start(app_secret, [AppCenterAnalytics.id, AppCenterCrashes.id]);Enabling or disabling services
await AppCenter.setEnabled(false); // global
await AppCenterAnalytics.setEnabled(false); // just a service
await AppCenterCrashes.setEnabled(false); // just a serviceAnalytics
Track events
AppCenterAnalytics.trackEvent("map");
AppCenterAnalytics.trackEvent("casino", { "dollars" : "10" }); // with custom propertiesGetting Started
See the example directory for a complete sample app using Visual Studio App Center.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
