Last updated:
0 purchases
itwo util
util #
一、引用方式:
dependencies:
itwo_util:
git:
url: https://gitee.com/f_flutter/flutter_packages.git
path: itwo_util
ref: master
copied to clipboard
二、功能
Cache :
CacheUtil.put(key,value)
CacheUtil.get(key)
copied to clipboard
DateTimeUtil:
DateTimeUtil.formatDateTime(DateTime,pattern)
DateTimeUtil.parse(formattedString)
copied to clipboard
EncryptUtil 加密:
log 工具:
Router 工具:
StringUtil:
依赖的第三方插件
# 轻量缓存 https://pub.dev/packages/shared_preferences
shared_preferences: ^2.0.5
# 国际化和本地化功能,https://pub.dev/packages/intl
intl: ^0.17.0
# dart-lang convert https://pub.dev/packages/convert
convert: ^3.0.0
# MD5 SHA1 https://pub.dev/packages/crypto
crypto: ^3.0.1
# AES 加密 https://pub.dev/packages/encrypt
encrypt: ^5.0.0
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.