esys_flutter_share_plus
A Flutter plugin for sharing images & text with other applications. Fork by Innim
2.5.1
4.4K downloads/mo
#4021 most downloaded on pub.dev
Innim/esys-flutter-share
What this package is like to depend on
Last release 6 months ago
30 Jan 2026
Ships unpredictably
gaps range from 2 weeks to 2.3 years
Most releases are documented
notes for 8 of 9 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
9 releases · first in 2022
2 releases in the last 12 months
see the full history below
Release timeline
9 releases · Feb 2022 to Jan 2026
2023
2024
2025
2026
Releases
latest 9-
2.5.130 Jan 2026Nothing published for this version
-
2.5.014 Jan 2026Release notes
Open source →- Update Android
compileSdkVersionto 35 - Update Android
minSdkVersionto 21 - Update Android
gradleversion to 8.10 - Update Android example app.
- On Android sharing now launches in a separate Activity by default. To keep it in the current Activity, set
useSeparateActivity: falsein theinitmethod.
- Update Android
-
2.4.008 Aug 2025Release notes
Open source →- Added new method
init()for initializing the Share plugin and cleaning up temporary files. This method should be called at app startup or before starting to work with sharing. - Implemented automatic deletion of temporary files created in
filesFromStorageandfileFromStorageafter sharing is completed (when the share window is closed).
- Added new method
-
2.4.0+129 Aug 2025 -
2.3.004 Dec 2024Release notes
Open source →- Added new methods
fileFromMemory()andfilesFromMemory()for sharing small files using byte arrays. These methods should be used cautiously and are not recommended for large files due to potential memory issues. - Added new methods
fileFromStorage()andfilesFromStorage()for sharing files using file paths. These methods are recommended for general use, especially with large files, to avoid memory-related errors. - Added explicit namespace declaration for compatibility with latest Android Gradle Plugin.
- Deprecated methods
file()andfiles(). It is recommended to usefileFromStorage()andfilesFromStorage()instead. For small files,fileFromMemory()andfilesFromMemory()can be used, but they are not recommended for large files due to potential memory issues. - Updated documentation to clearly state the intended use cases for each method and to guide users toward the recommended approaches.
- Breaking change: If you are using the deprecated methods
file()andfiles(), please switch to the new methods to avoid possible memory issues.
- Added new methods
-
2.2.012 Aug 2022Release notes
Open source →- Fix share file with text. When the text with one file was not shown.
- Detailed file type processing.
- Breaking change. To
files()you need to pass themimeTypearray.
-
2.1.120 Jul 2022Release notes
Open source →- Fixed bug by granting permission. So now granting permission for the uri for each resolvable application.
-
2.1.021 Feb 2022 -
2.0.121 Feb 2022