WhatsApp sticker project on Flutter.
Steps to add extra stickers:
- Create folder inside with number-only name inside sticker_packs folder
- Add sticker images with these conditions (.webp format, below 50KB, 512 x 512 resolution)
- Name must not using letter space (' '), preffered underline symbol ('_')
- For the tray icon, place inside the same folder, must be .png format and below 50KB, no-spacing name
- Update sticker_packs.json ("identifier" value must be same with new folder created, "tray_image_file" value must be same with tray icon filename, "image_file" value must be same with sticker filename)
References used from this project.
For help getting started with Flutter, view Flutter's online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- Get dynamic sticker packs from website/API
flutter_whatsapp_stickers
plugin is deprecated