comm_utils library
Classes
- ColorUtils
- DateUtils
- 日期时间工具类
- EncryptUtils
- 加密和解密工具类
- JsonUtils
- json解析工具类
- RandomUtils
- 随机工具类
- RegexUtils
- 常见正则表达式工具类
- SpUtils
- sp存储工具类
- SystemUtils
- 系统工具类
- TextUtils
- 文本工具类
- TimerUtils
- 倒计时timer工具类
- XLog
- 日志
Enums
- AccountRegex
- DateFormat
- 日期展示枚举值 Y 年 M 月 D 日 H 时 M 分 S 秒
- NumFormat
- 数字格式化枚举值
Extensions
- DateFormatExtension on DateFormat
- DateTimeExten on DateTime?
- DoubleExten on double?
- double拓展函数
- DoubleJsonExten on double?
- IntDateTimeExten on int?
- IntJsonExten on int?
- IntMoneyExten on num?
- 货币工具类
- ListJsonExten on List?
- MapJsonExten on Map?
- NumExten on NumFormat
- ObjectExtension on Object?
- SetJsonExten on Set?
- StrColorExten on String?
- StringDateTimeExten on String?
- StringJsonExten on String?
- StringRegexExten on String?
- WidgetExten on Widget
- Widget 扩展
Functions
-
setStatusBarColor(
{Brightness brightness = Brightness.light, Color statusBarColor = Colors.transparent}) → void - 设置状态栏文字颜色
-
showStatusBar(
bool isShow) → void - 显示隐藏状态栏
Typedefs
- OnTimerCallback = void Function(int time)
- 倒计时器的监听 time 秒