h_basic_utils 0.1.0 h_basic_utils: ^0.1.0 copied to clipboard
A dart package for many helper methods fitting different situations..
h_basic_utils #
A dart package for many helper methods fitting different situations.
Install #
pubspec.yaml #
Update pubspec.yaml and add the following line to your dependencies.
dependencies:
h_basic_utils: ^0.0.6
- math_tils
- 四舍五入保留n位小数
- 获取最高位数+1 后的整数
- 摄氏度转华氏度
- 制冷量KW转RT
- verify_utils
- 手机号验证
- 邮箱验证
- 字符串8~20包含大小写验证
- string_utils
- 包含解决字符串省略提前太多问题
- md5加密
- 计算Text的size
- time_utils
- 常用的时间方法的工具栏