nutrient_flutter_android 1.1.0
nutrient_flutter_android: ^1.1.0 copied to clipboard
Android implementation of the nutrient_flutter plugin.
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.