Top Flutter Performance and Crash Insights packages App performance analysis deals with the analysis of application performance data. To measure the performance of a Flutter app, you can use a variety of tools. One popular tool is the Dart Devtools, which allows you to measure the performance of your app on a variety of devices. Another tool you can use is the Android Studio profiler, which provides you with a detailed view of your app's performance. Various Flutter packages also provide tools to directly view the app performance while running on a device. In production apps, it is also important to identify any issues that led to a crash while operating an app. This process is known as Crash analytics where data related to app crashes are collected, analyzed and reported. It is typically used to improve app quality by identifying and fixing defects that cause crashes. Crash analytics can also be used to troubleshoot customer issues and track the root cause of crashes. Firebase Crashalytics and Sentry are two popular Crash Analytics & Insights tools. The complete list of Flutter packages that can help with App Performance, Crash Analytics and Crash Insights for a Flutter app is provided below.
firebase_crashlytics
1087
Flutter plugin for Firebase Crashlytics. It reports uncaught errors to the Firebase console.
sentry_flutter
795
Sentry SDK for Flutter. This package aims to support different Flutter targets by relying on the many platforms supported by Sentry with native SDKs.
sentry
466
A crash reporting library for Dart that sends crash reports to Sentry.io. This library supports Dart VM and Web. For Flutter consider sentry_flutter instead.
firebase_performance
201
Flutter plugin for Google Performance Monitoring for Firebase, an app measurement solution that monitors traces and HTTP/S network requests on Android and iOS.
statsfl
123
A simple FPS monitor for Flutter. Helps to easily diagnose performance problems in your applications.
flutter_bugly
62
Flutter plugin for Tencent Bugly, Crash monitoring, Crash analysis, exception reporting, application update, data statistics, etc
leak_detector
48
Used to detect page memory leaks. You can use it to detect whether there is a memory leak in 'Widget', 'Element' and 'State'.
flutter_web_optimizer
44
A optimization tools for flutter web, solved web page loading slow and browser cache problem.
flutter_appcenter_bundle
39
This plugin currently bundles AppCenter Analytics, Crashes and Distribute.
newrelic_mobile
32
Flutter plugin for NewRelic Mobile. This plugin allows you to instrument Flutter apps with help of native New Relic Android and iOS agents.
shake_flutter
32
Shake is a tool for receiving better bug reports automatically. Reports arrive to you instantly with a ton of useful data so you can fix them 50X faster.
flutter_crashlytics
25
Flutter plugin to enable Crashlytics reporting on Android and iOS, also offer the ability to add custom log and informations to the reports.
dynatrace_flutter_plugin
22
The Dynatrace Flutter plugin helps auto-instrument your Flutter app with Dynatrace OneAgent for Android and iOS. It also provides an API to add manual instrumentation.