Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 555 Bytes

CHANGELOG_cn.md

File metadata and controls

30 lines (17 loc) · 555 Bytes

Changelog

English

[0.3.0+1]

  • 修复版本号错误

[0.3.0]

  • 移除静态方法,更换为壳 Widget
  • 允许在 Widget tree 增加自定义嵌套结构组件,从而快速接入新插件
  • 修复刷新状态引发的浮窗组件出现多实例的问题
  • 修复在 AOT 模式下首次布局异常导致插件不展示的问题

[0.2.1]

  • 移除独立的 MaterialApp Widget

[0.2.0-dev.0]

  • 适配 null-safety

[0.1.0+1]

  • 增加一些 docs comment,修改 pubspec.yaml 的描述信息

[0.1.0]

  • 开源