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:
- Getting started with Flutter
- Opening a PDF with Flutter
- Platform adapters
- How I got started with Flutter