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