convenient_dev_toolkit 0.1.0 convenient_dev_toolkit: ^0.1.0 copied to clipboard
便捷工具包
0.0.1 #
- 第一个版本
0.0.2 #
- 添加String扩展类
0.0.3 #
- 添加电话号码格式化工具类
- 添加货币格式化工具类
- 添加整数格式化工具类
- 添加CustomWidget
0.0.4 #
- 移除CustomWidget
0.0.5 #
- 添加tab_Indicator
0.0.6 #
- 修改注释
0.0.7 #
- 修改StringEx扩展类中toCurrencyFormatFractionDigits方法,将isCurrencyFormatter属性默认值设为true
0.0.8 #
- 更新文档
0.0.9 #
- 重构string_extension类中的toUSDTPrice()方法
0.1.0 #
- 给toCurrencyFormatFractionDigits方法中添加isRounding(是否四舍五入)参数, 并添加小数位小于0的校验
- 修改文件夹结构