intl_ui 0.1.4
intl_ui: ^0.1.4 copied to clipboard
A Flutter UI package that provides internationalized widgets and components for building multilingual applications.
0.0.1 #
- 发布
IntlAppBar
,IntlBackButton
等等组件。
0.0.2 #
- 添加了 example 示例,修复了已知bug。
0.0.3 #
- 重构
IntlAppBar
组件,更加完善通用化。
0.0.4 #
- 添加了圆形图片显示组件。
0.0.5 #
- 修复了有些组建的未导出问题。
0.0.6 #
- 添加了
JsonViewer
组件,可视化json组件。
0.0.7 #
- 修复了IntlAppBar组件的Leading为null时根路由页面也出现返回按键的问题。
0.0.8 #
- 恢复了
IntlBackButton
的icon至BackButton
默认的icon,并且添加了可更换icon的属性。
0.0.9 #
- 修复了
JsonViewer
组件显示集合时的缩进异常,移除了显示集合长度和索引的特性。
0.1.0 #
- 添加了
DioLoggerScreen
组件,支持dio日志查看。
0.1.1 #
- 移除冗余封装的组件,给
ToggleButtonGroup
组件添加itemBuilder
属性。
0.1.2 #
- 添加了
IntlText
组件。
0.1.3 #
- 添加了
Splitter
组件。
0.1.4 #
- 修复了
JsonViewer
组件显示值为多行文本时,key占用多行空白的问题。