snapkit_flutter

Creator: coderz1093

Last updated:

Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.