0 purchases
snapkit flutter
Snapkit Flutter #
A plugin that allows developers like you to integrate with Snapchat (using SnapKit) into your Flutter applications!
Getting Started #
Android #
Creative Kit
iOS #
Creative Kit
Send to Snapchat #
Send to LIVE #
SnapkitFlutter.instance.send(mediaType: SnapMediaType.none);
copied to clipboard
Send with Photo #
SnapkitFlutter.instance.send(
mediaType: SnapMediaType.photo,
filePath: String,
sticker: SnapSticker?,
attachmentUrl: String?
caption: String?,
);
copied to clipboard
Send with Video #
SnapkitFlutter.instance.send(
mediaType: SnapMediaType.video,
filePath: String,
sticker: SnapSticker?,
attachmentUrl: String?
caption: String?,
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.