Skip to content

Kotlin multiplatform library that implements content sharing for Android & iOS platforms. Share text, images, and video seamlessly.

License

Notifications You must be signed in to change notification settings

vladleesi/kmp-sharekit

Repository files navigation

KMP-ShareKit

License: MIT

Overview

Kotlin multiplatform library that implements content sharing for Android & iOS platforms. Share text, images, and video seamlessly.

Content type Status
text/plain
text/html 👷
image/* 👷
video/* 👷

Getting Started

Android

You need to implement the 'activityProvider' to provide the required Activity.

// MainActivity.kt

ShareKit.setActivityProvider { return@setActivityProvider this }

Usage

ShareKit.shareText(text)

About

Kotlin multiplatform library that implements content sharing for Android & iOS platforms. Share text, images, and video seamlessly.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages