StickerPackUtil class

Constructors

StickerPackUtil()

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

createStickerFromImage(String imagePath, String stickerPath) Future<String>
Creates valid sticker from image at imagePath and saves it to stickerPath
createStickersFromImages(List<String> imagePaths, String directory, [String namingFunction(String)?, dynamic handleException(StickerPackException)?]) Future<List<String>>
Creates valid stickers from images at imagePaths
isStickerAnimated(String stickerPath) bool
Returns if the sticker at stickerPath is animated
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveWebpAsTrayImage(String webpPath) Future<String>
Converts the webp at webpPath to tray image png
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited