nutrient_flutter_ios 1.0.1 copy "nutrient_flutter_ios: ^1.0.1" to clipboard
nutrient_flutter_ios: ^1.0.1 copied to clipboard

PlatformiOS
unlisted

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 the No asset found runtime error for FFI delegates. (#50888)
  • Fixes an issue where nutrient_get_view_controller returned null when called from the AdapterBridge / NutrientView path. (#50888)
  • Fixes AOT compilation errors caused by system opaque-struct globals (_xpc_*, _dispatch_*, kDNSService*) in the generated bindings. (#50888)
  • Updates objective_c to 9.3.0, ffi to 2.2.0, ffigen to 20.1.1, code_assets to 1.0.0, hooks to 1.0.0, native_toolchain_c to 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_flutter with native bindings.
  • Implements nutrient_flutter_platform_interface for the federated plugin architecture.