OssAliYunConfig class
Constructors
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