nutrient_flutter_ios 1.0.1
nutrient_flutter_ios: ^1.0.1 copied to clipboard
iOS implementation of the nutrient_flutter plugin.
1.0.1 22 Feb 2026 #
- Updates to Nutrient iOS SDK 26.5.0. (#50888)
- Regenerates FFI bindings for Nutrient iOS SDK 26.5.0. (#50888)
- Adds a native-assets build hook (
hook/build.dart) to compile ObjC protocol trampolines into a bundled dylib, fixing theNo asset foundruntime error for FFI delegates. (#50888) - Fixes an issue where
nutrient_get_view_controllerreturned null when called from theAdapterBridge/NutrientViewpath. (#50888) - Fixes AOT compilation errors caused by system opaque-struct globals (
_xpc_*,_dispatch_*,kDNSService*) in the generated bindings. (#50888) - Updates
objective_cto 9.3.0,ffito 2.2.0,ffigento 20.1.1,code_assetsto 1.0.0,hooksto 1.0.0,native_toolchain_cto 0.17.4. (#50888)
1.0.0 13 Feb 2026 #
- Initial release as standalone pub.dev package.
- Native iOS bindings using FFI for direct Nutrient iOS SDK integration.
- Provides platform adapter to extend
nutrient_flutterwith native bindings. - Implements
nutrient_flutter_platform_interfacefor the federated plugin architecture.