receive_sharing_intent_web

Last updated:

0 purchases

receive_sharing_intent_web Image
receive_sharing_intent_web Images
Add to Cart

Description:

receive sharing intent web

receive_sharing_intent_web #
A receive_sharing_intent implementation on web platform
Limits #
Currently receive only text on Android Chrome PWA App with getInitialMedia.
Usage #
To use this plugin, add receive_sharing_intent_web along with receive_sharing_intent as a dependency in your pubspec.yaml file. For example:
dependencies:
receive_sharing_intent: ^1.6.7
receive_sharing_intent_web: ^0.0.1
copied to clipboard
Web #
Add to web/manifest.json:
{
...
"share_target": {
"action": "/",
"method": "GET",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
}
copied to clipboard

License:

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

Files In This Product:

Customer Reviews

There are no reviews.