fluttercommunity / fluttercommunity/plus_plugins
[Request]: Share URL on web
- Lingua principale
- Dart
- Stelle
- 1.9k
- Fork
- 1.3k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### Plugin
share_plus
### Use case
I tried to use this plugin to share a link from a website, and there is no way to do that. You can only share a text, and the system would not know how to share that. So I instead had to use this
```dart
html.window.navigator.share({
'title': 'Share Character',
'url': '${Uri.base.scheme}://${Uri.base.authority}/#/character/${controller.character!.id}',
});
```
Since the plugin only shares files or text
### Proposal
Adding a way to share link and not just text or file, something like the `html.window.navigator.share({})`
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
La issue riguarda share_plus e il relativo percorso di condivisione web; inizia individuando l’implementazione web esistente e gli attuali punti di ingresso per la condivisione di testo/file. Confronta il comportamento URL richiesto con la chiamata mostrata a html.window.navigator.share, quindi verifica che i link possano essere condivisi insieme ai casi esistenti. Nella issue non sono indicati test o file.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- dart, flutter
- Ambito
- web-dev
- Tipo di issue
- Funzionalità
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100