Plugin
share_plus
Use case
Currently, share_plus is a bit messy:
- 4 different methods that do somehow the same (
share, shareFiles, shareWithResult, and shareFilesWithResult).
- Sharing URLs, something that iOS and macOS support, is currently broken.
Proposal
The refactor should:
- Unify all four methods into a single one.
- Deprecate the old methods.
- Remove code duplication
- Add a way to share a URL on iOS (not as String, but as NSURL)
Plugin
share_plus
Use case
Currently, share_plus is a bit messy:
share,shareFiles,shareWithResult, andshareFilesWithResult).Proposal
The refactor should: