receive_sharing_intent_web 0.0.1 copy "receive_sharing_intent_web: ^0.0.1" to clipboard
receive_sharing_intent_web: ^0.0.1 copied to clipboard

Platformweb

A receive_sharing_intent implementation on web platform

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

Web #

Add to web/manifest.json:

{
  ...
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
0
likes
110
pub points
28%
popularity

Publisher

unverified uploader

A receive_sharing_intent implementation on web platform

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins, receive_sharing_intent

More

Packages that depend on receive_sharing_intent_web