utils/utils_lib library
Classes
- CacheManager
- DebounceInvoker
- —— Debounce 实现(默认仅末尾触发,可配置 leading/trailing/maxWait)——
- EventBus
- EventNotifier
- author:郑再红 email:1096877329@qq.com date: 2024/7/30 time: 16:13 describe: 示例:
- EventSubscription
- KeyBoard
- author:郑再红 email:1096877329@qq.com date: 2023/5/31 time: 14:59 describe: 键盘相关
- KitMath
- author:郑再红 email:1096877329@qq.com date: 2022/7/5 time: 14:17 describe: 本库的一些计算工具类
- MeasureUtils
- author:郑再红 email:1096877329@qq.com date: 2022/11/3 time: 16:45 describe: 测量相关工具
-
NoAnimRouter<
T> - NumUtils
- author:郑再红 email:1096877329@qq.com date: 2024/4/12 time: 9:59 describe: 数字转化工具
- RouteUtils
- author:郑再红 email:1096877329@qq.com date: 2021/11/23 time: 10:37 describe: 路由工具
- StrUtils
- author:郑再红 email:1096877329@qq.com date: 2022/7/4 time: 17:34 describe: 文本处理工具 text processing tools
- ThrottleInvoker
- —— Throttle 实现(领先沿,丢弃窗口内后续调用)——
Mixins
-
EventSubscriber<
T extends StatefulWidget>
Extensions
- ColorExtension on Color
-
DetailedWhere
on Map<
K, V> - Map 1数据过滤
-
Filter
on Map<
K, V> - Map 2数据过滤
-
Flatten
on Iterable<
T> - 数据展平
-
InlineAdd
on Iterable<
T> - 数据追加
-
ListExt
on List<
E> -
Merge
on Map<
K, V> - Map 数据合并
- NumParsingExt on Object?
- RateLimitFunctionX on Function
- 扩展:返回 可调用对象(dynamic),支持不限参数与命名参数。
- StringExtension on Object?
-
Unwrap
on Future<
T?> - author:郑再红 email:1096877329@qq.com date: 2024/4/26 time: 14:32 describe: 数据处理相关语法糖
-
UnwrapStream
on Stream<
T?> - 数据流滤空
Functions
-
colorToStr(
Color color) → String - Colors.red/0xFFF44336 转 #FFF44336
-
parseColorStr(
String? colorStr) → Color - author:郑再红 email:1096877329@qq.com date: 2023/5/12 time: 9:35 describe: 颜色工具