Flutter Packages
Review the ansight_flutter package, its native SDK integration, supported toolchains, and platform requirements.
Package
Flutter apps install one Dart package:
| Package | Registry | Purpose |
|---|---|---|
ansight_flutter | pub.dev | Flutter API and instrumentation backed by the native Ansight iOS and Android runtimes. |
dependencies:
ansight_flutter: ^1.4.0-preview.1
The plugin links the matching native Ansight runtime through the normal Flutter Android and iOS plugin systems.
Compatibility
| Target | Requirement |
|---|---|
| Flutter | 3.0 or newer |
| Dart | 2.17 or newer and earlier than 4.0 |
| Android | API 24 or newer, Android embedding v2 |
| iOS / iPadOS | 15 or newer |
Follow Flutter Setup for the complete installation and startup flow. Review Flutter Security before including the plugin in a distributable build.