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.
sentry_flutter
972
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
517
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
216
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
130
A simple FPS monitor for Flutter. Helps to easily diagnose performance problems in your applications.
flutter_bugly
65
Flutter plugin for Tencent Bugly, Crash monitoring, Crash analysis, exception reporting, application update, data statistics, etc
leak_detector
63
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
55
A optimization tools for flutter web, solved web page loading slow and browser cache problem.
newrelic_mobile
41
Flutter plugin for NewRelic Mobile. This plugin allows you to instrument Flutter apps with help of native New Relic Android and iOS agents.
flutter_appcenter_bundle
39
This plugin currently bundles AppCenter Analytics, Crashes and Distribute.
shake_flutter
34
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.
dynatrace_flutter_plugin
28
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.
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.
fps_jank_flash_widget
22
A flutter widget that flashes when flutter fails to render a frame in a certain timeframe