PackageTrack
Sign in Get early access

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
Release Pre-release

Releases

latest 9
  1. 2.5.1 30 Jan 2026

    Nothing published for this version

  2. 2.5.0 14 Jan 2026
    Release notes
    • Update Android compileSdkVersion to 35
    • Update Android minSdkVersion to 21
    • Update Android gradle version 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: false in the init method.
    Open source →
  3. 2.4.0 08 Aug 2025
    Release notes
    • 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 filesFromStorage and fileFromStorage after sharing is completed (when the share window is closed).
    Open source →
  4. 2.4.0+1 29 Aug 2025
    Release notes
    • Fixed Fix share file error on ios.
    Open source →
  5. 2.3.0 04 Dec 2024
    Release notes
    • Added new methods fileFromMemory() and filesFromMemory() 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() and filesFromStorage() 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() and files(). It is recommended to use fileFromStorage() and filesFromStorage() instead. For small files, fileFromMemory() and filesFromMemory() 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() and files(), please switch to the new methods to avoid possible memory issues.
    Open source →
  6. 2.2.0 12 Aug 2022
    Release notes
    • 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 the mimeType array.
    Open source →
  7. 2.1.1 20 Jul 2022
    Release notes
    • Fixed bug by granting permission. So now granting permission for the uri for each resolvable application.
    Open source →
  8. 2.1.0 21 Feb 2022
    Release notes
    • Published as esys_flutter_share_plus.
    • compileSdkVersion upgraded to 31.
    Open source →
  9. 2.0.1 21 Feb 2022
    Release notes
    • migrate to V2
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive