nutrient_flutter_android 1.2.0
nutrient_flutter_android: ^1.2.0 copied to clipboard
Android implementation of the nutrient_flutter plugin.
1.2.0 18 Jun 2026 #
- Adds AI Assistant support to
NutrientInstantViewAndroidviaNutrientViewConfiguration.aiAssistantConfiguration. - Honours
NutrientViewConfiguration.enableInstantCommentsinAndroidConfigurationBuilderby appendingINSTANT_COMMENT_MARKERandINSTANT_HIGHLIGHT_COMMENTto 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 usingInstantPdfUiFragmentvia JNI. (J#HYB-988) - Adds
AndroidConfigurationBuilderto convertNutrientViewConfigurationinto the native Android viewer configuration. (J#HYB-988) - Sets Android
compileSdkVersionandtargetSdkVersionto 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_flutterwith native bindings. - Implements
nutrient_flutter_platform_interfacefor the federated plugin architecture.