comm_utils library
Classes
- ColorUtils
- DateUtils
- 日期时间工具类
- EncryptUtils
- 加密和解密工具类
- JsonUtils
- json解析工具类
- RandomUtils
- 随机工具类
- RegexUtils
- 常见正则表达式工具类
- SpUtils
- sp存储工具类
- SystemUtils
- 系统工具类
- TextUtils
- 文本工具类
- TimerUtils
- 倒计时timer工具类
- XLog
- 日志
Extensions
Functions
-
setStatusBarColor(
{Brightness brightness = Brightness.light, Color statusBarColor = Colors.transparent}) → void - 设置状态栏文字颜色
-
showStatusBar(
bool isShow) → void - 显示隐藏状态栏
Enums
- AccountRegex
- DateFormat
- 日期展示枚举值 Y 年 M 月 D 日 H 时 M 分 S 秒
- NumFormat
- 数字格式化枚举值
Typedefs
- OnTimerCallback = void Function(int time)
- 倒计时器的监听 time 秒