whatsapp_share 2.0.2 whatsapp_share: ^2.0.2 copied to clipboard
Simple way to share message, links or files from your flutter app to specific contact in whatsapp
CHANGELOG #
2.0.2 #
- File not sharing issue fixed addresses issues -> #17, #16
2.0.1 #
- Is installed Fix for android 11 and above
2.0.0 #
- Upgraded to NULL safety
1.1.1 #
- Read me examples updated
1.1.0 #
- Plugin respects Business whatsapp
- Breaking Change
- fileShare function takes list of paths instead of single path.
- Multiple images, files can be shared
1.0.9 #
- Home page modified
1.0.8 #
isInstalled()
method for checking whatsapp installed in device or not
1.0.7 #
- Documented and optimized for whatsapp share
1.0.6 #
- Whatsapp share
1.0.5 #
- Fix sdk environment
1.0.4 #
- Update to android v2 embedding
1.0.3 #
- Fix share image top view controller dismissal bug on iOS 13+
- Update to use the new platforms definition
1.0.2+1 #
- Fix Android bug (FileUriExposedException) on new versions with FileProvider implementation (see the readme to configure)
1.0.1+1 #
- Remove unused codes and improve description
1.0.1 #
- Fix: Get the top most ViewController(IOS embedded support)
1.0.0 #
- BREAKING CHANGE: Add support to AndroidX
- BREAKING CHANGE: Separate in two methods share (to share messages and links) and shareFile (to share files)
- Add ChooserTitle (Just for Android)
- Add Text
- Add Docs
0.0.5 #
- Move documents_picker plugin to example project
0.0.1 #
- Add file share.