version property

String get version

The version of the Nutrient Flutter bindings.

This is the Dart/Flutter SDK version (the nutrient_flutter_platform_interface package version) — not the native PSPDFKit framework version. Keep it in sync with pubspec.yaml on each release.

Example: "1.1.0"

Implementation

static String get version => _version;