Monitor user sessions, debug Dart exceptions, and capture native crashes. Create separate iOS and Android apps in AppAmbit to track each platform with platform-specific insights and automated build distribution.
No credit card required • Free tier available • Built for Flutter
AppAmbit is designed for Flutter developers. Create separate iOS and Android apps to track each platform independently with detailed, platform-specific analytics.
Separate iOS and Android app tracking with platform-specific insights and performance metrics.
Track Dart exceptions with complete stack traces and context for faster debugging.
Monitor widget lifecycle and navigation tracking for both iOS and Android platforms.
Trace complete user journeys with session timeline trails to debug issues faster.
Distribute builds automatically from GitHub Actions, Bitbucket Pipelines, or Azure DevOps.
Sign up and create your Flutter app in AppAmbit. You'll get an app key to use in your project.
Add the AppAmbit Flutter SDK to your project:
flutter pub add appambit_sdk_flutter
Then, initialize the SDK in your main.dart file:
// Import the AppAmbit SDK
import 'package:appambit_sdk_flutter/appambit_sdk_flutter.dart';
void main() async {
WidgetsFlutterBinding.ensureInitialized();
// Initialize AppAmbit with your app key
AppambitSdk.start(appKey: 'YOUR-APP-KEY');
runApp(const MyApp());
}
Start tracking user actions and events in your app. It's as simple as calling trackEvent:
await AppambitSdk.trackEvent(
'ButtonClicked',
{
'button_id': 'submit',
'screen': 'Home'
}
);
That's it! AppAmbit automatically tracks crashes, sessions, and device info. Check the full documentation for advanced features.
Distribute iOS and Android builds automatically from your CI/CD pipeline. AppAmbit integrates with GitHub Actions, Bitbucket Pipelines, and Azure DevOps to streamline your release process.
Automatically build and upload iOS/Android apps from your GitHub workflows with seamless integration.
Integrate AppAmbit into your Bitbucket Pipelines for seamless releases and automated deployments.
Connect your Azure pipelines to distribute builds through AppAmbit with enterprise-grade security.
Trigger automated builds and notifications with custom webhooks for your deployment workflow.
Yes. AppAmbit works seamlessly with Flutter apps on both iOS and Android platforms. One SDK covers all your cross-platform monitoring needs, with identical APIs across both platforms.
Absolutely. AppAmbit captures Dart exceptions from your Flutter code as well as native crashes from platform-specific code, providing complete visibility into your app's stability across the entire stack.
Currently, AppAmbit focuses on mobile platforms (iOS and Android). Flutter web support is planned for a future release. Join our Discord to stay updated on new platform support.
AppAmbit integrates smoothly with Flutter's error handling mechanisms. You can use it alongside your existing error handlers, and it automatically captures uncaught exceptions through Flutter's error callbacks without interfering with your custom logic.
Join Flutter developers who trust AppAmbit for crash reporting, analytics, and automated build distribution for iOS and Android.