gif_flutter_libs library

Enums

TimeLength

Functions

compareTimeToNowTime(DateTime compatreTime) Duration
compareTimeToNowTimeToDayString(DateTime compatreTime) String
constructTime(int seconds) String
formatTime(int timeNum) String
timestampToString(int? timestamp, {TimeLength timeLength = TimeLength.ten, int cutDown = 19}) String
like: 2020-01-01 00:00:00.000(完整的) 默认从第19位截取
timestampToTime(int? timestamp, {TimeLength timeLength = TimeLength.ten}) DateTime
时间戳转时间
utcTimeToLocalTime(String? utcTimeString) DateTime
utcTimeToLocalTimeString(String? utcTimeString, List<String> formats) String
formats like is yyyy, '-', mm, '-', dd, ' ', HH, ':', nn