We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. Thanks about this library. It helps a lot. Version 0.0.4 is much better. But still one bug:
Steps:
My code:
var stickerPack = WhatsappStickers( identifier: category.identifier, name: category.title, publisher: pack.publisher, trayImageFileName: WhatsappStickerImage.fromFile( '${category.directoryPath}/${category.trayImageFile}'), publisherWebsite: pack.publisherWebsite, privacyPolicyWebsite: pack.privacyPolicyWebsite, licenseAgreementWebsite: pack.licenseAgreementWebsite, ); category.stickers.forEach((sticker) { stickerPack.addSticker( WhatsappStickerImage.fromFile( '${category.directoryPath}/${sticker.imageFile}'), sticker.emojis); }); stickerPack .sendToWhatsApp() .then((value) => analytics.logEvent(name: 'SuccessfullyAddedPackage')) .catchError((err) { print(err); analytics.logEvent(name: 'FailedAddedPackage'); });
Link for video of the problem:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi. Thanks about this library. It helps a lot.
Version 0.0.4 is much better. But still one bug:
Steps:
My code:
Link for video of the problem:
The text was updated successfully, but these errors were encountered: