Capture Flutter Logs, Crashes and Bugs

Start building better Flutter apps today. With Bugfender Flutter Remote Logging, Crash Reporting and User Feedback, you can quickly pinpoint and reproduce any issue happening on your customer devices

Integrate Bugfender Flutter in minutes

First, you need to install our SDK provided as a Flutter plugin. Run the following code in your shell terminal:

flutter pub add flutter_bugfender

Once you have installed the SDK, import the plugin to the main.dartfile using the following line.

import 'package:flutter_bugfender/flutter_bugfender.dart';

Now wrap your runApp statement like this to initialize Bugfender and start getting logs and crashes:

void main() {
  FlutterBugfender.handleUncaughtErrors(() async {
    await FlutterBugfender.init("<YOUR_APP_KEY_HERE>",
        enableCrashReporting: true, // these are optional, but recommended
        enableUIEventLogging: true,
        enableAndroidLogcatLogging: true);
    FlutterBugfender.log("hello world!");
    runApp(new MyApp());
  });
}

Never miss a bit

Track Your Logs and Crashes Remotely

Flutter Remote Logging

Our Flutter real-time remote logging technology brings your Swift Logs or NSLog application logs right to you. Get all the logs and traces of your final users and easily explore them with our web log console, even if there’s no crash.

remote logging

Flutter Crash Reporting With Context

Our Flutter crash reporting is designed to ensure you never miss a critical issue, even when your app crashes or is offline. Our tool automatically captures detailed crash reports, stack traces and logs, giving you the insights you need to quickly identify and resolve issues that affect your Flutter app.

error monitoring

Flutter Bug Reporting

Empower your users to easily report issues directly from within your Flutter app. By capturing detailed user feedback and contextual data, you can quickly diagnose and resolve bugs, enhancing the overall user experience.

user feedback

Secure & Production Ready

Bugfender is built with security and scalability at its core, making it the ideal choice for both development and production environments. We ensure that your app’s data is handled with the highest level of security, while also being robust enough to support the demands of live, production-grade applications.

remote logging

Monitoring With Bugfender

Secure by Design:
Your Customer's Data is Yours

iso

ISO 27001

gdpr

GDPR

encryption

Encryption