Md5Util class
Constructors
- Md5Util()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
calculateMD5SumAsyncWithCrypto(
String filePath) → Future< String> -
calculateMD5V2(
String filePath) → Future< String> - 这个计算md5会比上面原生的快4倍,视频大的时候更明显
-
createHeroTag(
String url) → String -
createUUID(
) → String -
generateHeroTag(
List< String> args) → String -
generateMd5(
String data) → String -
jsonHero(
Map map) → String