This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /guides/flutter/api.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. Nutrient Flutter SDK API reference

Find the SDK 6 bindings API reference in the nutrient_flutter.bindings library(opens in a new tab). Find the legacy method-channel API in the nutrient_flutter library(opens in a new tab).

Refer to the bindings.dart(opens in a new tab) file in our repository to review the Dart APIs available in Nutrient Flutter SDK.

Starting with Nutrient Flutter SDK 6.0, internal document, annotation, bookmark, form, and event operations use native bindings. Legacy MethodChannel integrations remain supported for backward compatibility, but they’re deprecated and planned for removal in a future major release. For new integrations, use the public Dart APIs documented in the package or platform adapters.

You can find the Flutter SDK source code on GitHub. For related setup and customization information, refer to these resources: