nutrient_flutter_android 1.2.0 copy "nutrient_flutter_android: ^1.2.0" to clipboard
nutrient_flutter_android: ^1.2.0 copied to clipboard

PlatformAndroid
unlisted

Android implementation of the nutrient_flutter plugin.

1.2.0 18 Jun 2026 #

  • Adds AI Assistant support to NutrientInstantViewAndroid via NutrientViewConfiguration.aiAssistantConfiguration.
  • Honours NutrientViewConfiguration.enableInstantComments in AndroidConfigurationBuilder by appending INSTANT_COMMENT_MARKER and INSTANT_HIGHLIGHT_COMMENT to the enabled annotation tools.
  • Updates to Nutrient Android SDK 11.5.1, migrating to the 11.5 toolbar APIs and jni 1.0 bindings. (#54079)

1.1.0 09 Apr 2026 #

  • Adds NutrientInstantViewAndroid, an Android implementation of the embedded Instant document widget using InstantPdfUiFragment via JNI. (J#HYB-988)
  • Adds AndroidConfigurationBuilder to convert NutrientViewConfiguration into the native Android viewer configuration. (J#HYB-988)
  • Sets Android compileSdkVersion and targetSdkVersion to 36. (J#HYB-990)

1.0.0 13 Feb 2026 #

  • Initial release as standalone pub.dev package.
  • Native Android bindings using JNI for direct Nutrient Android SDK integration.
  • Provides platform adapter to extend nutrient_flutter with native bindings.
  • Implements nutrient_flutter_platform_interface for the federated plugin architecture.