ImageLoader class

Класс для загрузки изображений.

Constructors

ImageLoader(Context _sdkContext)

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

loadLottieFromAsset(String name) Future<Image>
Загрузить Lottie JSON из assets.
loadLottieFromFile(String path) Future<Image>
Загрузить Lottie JSON из файла.
loadPngFromAsset(String name, int height, int width) Future<Image>
Загрузить PNG изображение из assets.
loadPngFromFile(String path, int height, int width) Future<Image>
Загрузить PNG изображение из файла.
loadSVGFromAsset(String name) Future<Image>
Загрузить SVG изображение из assets.
loadSVGFromFile(String path) Future<Image>
Загрузить SVG изображение из файла.
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