{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreicrmpcenmm6gnw4ljjxkr2daq2h7uqqxm5jdliz6irglvmr2cbvqa",
    "uri": "at://did:plc:nfto3lv2rcs5s7h7digotzlu/app.bsky.feed.post/3mnjawktzqkm2"
  },
  "coverImage": {
    "$type": "blob",
    "ref": {
      "$link": "bafkreig7saeenw6c3prrms24e2bpcmq7mskq26az4ajg73ufx33cf4gf2a"
    },
    "mimeType": "image/png",
    "size": 32236
  },
  "path": "/packages/native_animated_image_ios",
  "publishedAt": "2026-06-05T04:02:00.735Z",
  "site": "https://pub.dev",
  "textContent": "iOS implementation of native_animated_image (ships the Rust native binary). Changelog excerpt: - Switch the bundled Rust binary from static `.a`to dynamic framework (cdylib in a `.framework`bundle, packed into an xcframework with ios-arm64 + ios-arm64-simulator slices). - Why: static-lib FFI symbols get dead-stripped (no compile-time caller); `-force_load`workarounds break in Xcode 16's strict build-input validation. Dylib is loaded by dyld at app launch and every symbol is immediately visible to `DynamicLibrary.process()`. - Podspec simplified: just `vendored_frameworks`on the xcframewor[...]",
  "title": "v0.1.2 of native_animated_image_ios",
  "updatedAt": "2026-06-05T03:39:32.992Z"
}