whatsapp_stickers_handler 0.3.0
whatsapp_stickers_handler: ^0.3.0 copied to clipboard
This plugin provides functionality for dynamically adding and updating sticker packs to WhatsApp.
Whatsapp Stickers Handler #
This plugin provides functionality for dynamically adding and updating sticker packs to WhatsApp. It also includes helper functions that support creating valid stickers from user images.
Features #
WhatsApp API #
The plugin provides the following WhatsApp API functionality:
- Check if WhatsApp is installed on devices
- Launch WhatsApp
- Check if sticker pack is available in WhatsApp
- Add a sticker pack to WhatsApp
- Update an existing sticker pack
Sticker Creation and Validation #
The plugin provides the following sticker functionality:
- Create and save stickers from images on the users device
- Convert images to required types
- Scale and compress to comply with the WhatsApp API
- Sticker pack validation
Usage #
How to use the plugin can be found here.
WhatsApp Stickers API #
See the WhatsApp documentation for more information.
Example #
A working example how to use the plugin can be found here.
Android Platform Code #
The docs for the Android platform code can be found here.