Skip to main content
This page describes the Flutter SDK support scope and current limits so you can determine whether your project meets the requirements before integration.

Support scope

Packages and capabilities

The Dart class names still follow the upstream Datadog* naming; only the site enum FlashcatSite (.cn default / .staging) and the package name are rebranded. The DatadogSdk, DatadogConfiguration, DatadogRumConfiguration, DatadogNavigationObserver, and other classes in the documentation examples are the actual exported class names.

Supported automatic collection

Current limits

Symbolication compatibility

Flutter crash stacks can contain both Dart frames and native (iOS / Android) frames. To resolve stack frames back to source locations, you need to upload the corresponding symbol files:
Symbol files are uploaded through the FlashCat CLI, and the version used at upload time must match the version in the SDK initialization. Otherwise the console can receive crash events but cannot resolve the stacks.