applicazza / whatsapp_stickers

A Flutter plugin for adding stickers to WhatsApp.
MIT License
17 stars 39 forks source link

Always get FILE_NOT_FOUND Exception #3

Closed viztushar closed 4 years ago

viztushar commented 4 years ago

my sticker are stored in server so first user download stickers and i store those sticker into Application Documents Directory with help of getApplicationDocumentsDirectory() method and after that i call the " await stickerPack.sendToWhatsApp();" but always get FILE_NOT_FOUND Exception.

wangshimeng commented 4 years ago

I meet the same problem,have you resolved it

wangshimeng commented 4 years ago

@viztushar @applicazza

54lianxi commented 4 years ago

@applicazza ,I meet the problem,I want to know have anyone used it successful,I hope the developer can give a detailed explanation

applicazza commented 4 years ago

Plugin has been updated to version 0.0.2

I have added detailed instruction in README about adding both local and remote stickers.

Closing an issue for now, feel free to reopen it if needed.