export_kutils library

Classes

KDateUtils
KLog
日志
KRandomUtils
随机工具类
KSpUtils
sp存储工具类
KTimerUtils
倒计时timer工具类

Enums

AccountRegex
DateFormat
日期展示枚举值 Y 年 M 月 D 日 H 时 M 分 S 秒
NumFormat
数字格式化枚举值

Constants

idCardProvinceList → const List<String>
oneDay → const int
日期时间工具类

Properties

cityMap Map<String, String>
常见正则表达式工具类
getter/setter pair

Functions

kclearClientKeyboard() → void
清除数据
khideKeyboard() → void
隐藏软键盘
ksetStatusBarColor({Brightness brightness = Brightness.light, Color statusBarColor = Colors.transparent}) → void
设置状态栏文字颜色
kshowKeyboard() → void
展示软键盘
kshowStatusBar(bool isShow) → void
显示隐藏状态栏

Typedefs

OnTimerCallback = void Function(int time)
倒计时器的监听 time 秒