Skip to main content

Share Files & Text with Other Apps

Share Files & Text with Other Apps

Use this component to share any files or text with apps on the device.

To get started using it, you must use KmpShare. Below are the functions available.


_9
/**
_9
* Allows users to choose which app to share the text to
_9
* */
_9
KmpShare.shareTextWithAnyApp(text: String, optionalTitle: String = "")
_9
_9
/**
_9
* Allows users to choose which app to share the file to
_9
* */
_9
KmpShare.shareFileWithAnyApp(filePath: String, optionalTitle: String = "")

Any Required Setup?

None