share_binary 1.5.0
share_binary: ^1.5.0 copied to clipboard
This library provides the ability to use OS sharing features while handling binary files in dart code.
1.5.0 #
- Change Android
shareBinaryfromACTION_VIEWtoACTION_SENDfor broader app sharing support - Use
UIWindowSceneAPI for root view controller on iOS (minimum iOS 16.0) - Fix
UIActivityViewControlleranchor view leak on iPad - Update Kotlin to 2.2.20, AGP to 8.11.1, compileSdk to 35
- Update Dart SDK to
>=3.9.0, Flutter to>=3.35.0
1.4.0 #
- Update meta package to
^2.0.0 - Update web package to
^1.0.0 - Update flutter sdk constraints to
>=3.22.0 - Update android gradle file
- Update example
1.3.1 #
- Format swift code
- Update dependencies
1.3.0 #
- Support Swift Package Manager
- Minimum iOS version is >= 12.0
1.2.0 #
- Remove Privacy Manifest
1.1.2 #
- Fix UIActivityViewController popover presentation on iPad
1.1.1 #
- Require web package
^0.5.1
1.1.0 #
- Add Privacy Manifest
1.0.1 #
- Code cleanup
1.0.0 #
- Support web platform
0.2.4 #
- Improved performance of iOS file generation process
0.2.3 #
- Delete previous cache file before saving new one
0.2.2 #
- Fix podspec
0.2.1 #
- Fix share behavior on iOS
0.2.0 #
- Cleanup swift code
- Add doc file to example
0.1.0 #
- Initial release
- Add
shareBinarymethod - Add
shareUrimethod