share_handler 0.0.12 share_handler: ^0.0.12 copied to clipboard
A Flutter plugin to handle incoming shared text/media, as well as add share to suggestions/shortcuts.
0.0.12 #
Put inheritable view controller into sub pod library so the ShareViewController can simply inherit it, rather than copy in code. Adjusted README accordingly.
0.0.11 #
Fix for receiving shared .txt files on Android
0.0.10 #
Update example to use the latest README instructions
0.0.9 #
Fix for sharing file from safari. Updated readme accordingly.
0.0.8 #
Fixes and updates for README
0.0.7 #
Fixes and updates for README
0.0.6 #
Fix to decode file paths in case of platform encoded paths Added documentation to model attributes
0.0.5 #
Added support for handling airdropped files
0.0.4 #
Fix for channel sometimes receiving full SharedMedia object rather than map
0.0.3 #
Fix for error getting initial media
0.0.2 #
Initial release of this plugin.