zh_native_channel 0.0.6 copy "zh_native_channel: ^0.0.6" to clipboard
zh_native_channel: ^0.0.6 copied to clipboard

Reusable platform channel message framework for Flutter.

0.0.6 #

  • 新增 iOS 和 Android 平台侧 Map 解码公共辅助能力,供生成代码复用默认值、可空字段和嵌套 model 的解析逻辑。
  • 更新 example,补充 UserMsg 嵌套 model 示例以及 iOS / Android 对应 handler。
  • 更新生成产物示例,覆盖嵌套 model、可空字段和默认值场景。

0.0.5 #

  • 新增最低成本接入流程文档。
  • 明确 zh_native_channelzh_native_channel_generator 已发布到 pub,可直接通过 flutter pub add 引入。
  • 补充最小 zh_native_channel_config.json 示例,说明 dartiosandroid 可使用空对象走默认路径。
  • 删除 iOS 插件中未使用的 handle 实现,通道收发统一交给 MethodChannelMsgManager 管理。

0.0.2 #

  • 添加包仓库元信息。
  • 将占位 license 替换为 MIT license。
  • 更新 example,使其依赖已发布的 zh_native_channel_generator 包。
  • 从发布文件中排除 example 构建产物。

0.0.1 #

  • 首次发布。
0
likes
145
points
193
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Reusable platform channel message framework for Flutter.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on zh_native_channel

Packages that implement zh_native_channel