OssAliYunConfig class

Constructors

OssAliYunConfig()

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

getExifUrl(String originalUrl) String
取图片信息url originalUrl 原图地址
getUrl(String originalUrl, StringBuffer arguments) String
图片拼接参数 originalUrl 图片地址 arguments oss图片参数
getUrlCircle(String originalUrl, int? radius) String
图片内切圆 originalUrl 图片地址 radius 圆半径
getUrlCorners(String originalUrl, int? width, int? radius) String
圆角图片 originalUrl 图片地址 width 图片宽度 radius 圆角半径
getUrlResizeH(String originalUrl, int? height) String
按高度进行等比缩放 originalUrl 图片地址 width 缩放后图片高度
getUrlResizeW(String originalUrl, int? width) String
按宽度进行等比缩放 originalUrl 图片地址 width 缩放后图片宽度
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