share_api 0.0.4
share_api: ^0.0.4 copied to clipboard
Flutter Plugin for sharing contents to social media, either from System UI, or directly to the target application. Currently supports Facebook Story and Instagram Story in Android.
Change Log (share_api) #
0.0.4 #
- Provider Authorities
- Change the provider authorities to match the project package name, reducing chance of collision (breaking change)
- Fix an error caused by Kotlin implicitly convert the arguments from Flutter into a nullable type
- Documentation is updated to match the new provider authorities setting
0.0.3 #
- Instagram Share Result Fix and Default Function Removal
- Instagram should now return
ShareResult.unknowninstead ofShareResult.canceled(breaking change) - Built in
platformVersion()function from Flutter default plugin example has been removed (breaking change) - Documentation now includes the return value explanation
0.0.2 #
- Documentation Revamp
- Improve the documentation, especially on adding FileProvider in Android
0.0.1 #
- Initial Release
- Add System UI, Facebook Story, and Instagram Story API functions
- Compatible only on Android