StickerPackUtil 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
-
createStickerFromImage(
String imagePath, String stickerPath) → Future< String> -
Creates valid sticker from image at
imagePathand saves it tostickerPath -
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
stickerPathis animated -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
saveWebpAsTrayImage(
String webpPath) → Future< String> -
Converts the webp at
webpPathto tray image png -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited