Flutter Packages

Review the ansight_flutter package, its native SDK integration, supported toolchains, and platform requirements.

Package

Flutter apps install one Dart package:

PackageRegistryPurpose
ansight_flutterpub.devFlutter 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

TargetRequirement
Flutter3.0 or newer
Dart2.17 or newer and earlier than 4.0
AndroidAPI 24 or newer, Android embedding v2
iOS / iPadOS15 or newer

Follow Flutter Setup for the complete installation and startup flow. Review Flutter Security before including the plugin in a distributable build.