PackageTrack
Sign in Get early access

share_plus

Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.

13.3.0 3.4M downloads/mo #183 most downloaded on pub.dev fluttercommunity/plus_plugins

What this package is like to depend on

Last release 1 months ago

23 Jul 2026

Release timing varies

gaps range from 8 days to 5 months

Nearly every release is documented

notes for 81 of 85 stable releases

1 version withdrawn

withdrawn after publishing

6 years old

88 releases · first in 2020

8 releases in the last 12 months

see the full history below

Release timeline

88 releases · Apr 2020 to Jul 2026
2021 2022 2023 2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 60 of 88
  1. 13.3.0 23 Jul 2026
    Release notes

    Publish share_plus-v13.3.0.

    Open source →
    Release notes
    • FIX(share_plus): Do not do I/O operations on the main thread on Android (#3931). (2c5b4935)
    • FEAT(share_plus): Avoid exceptions on iPads with no sharePositionOrigin (#3769). (d3ba3f36)
    Open source →
  2. 13.2.1 15 Jul 2026
    Release notes

    Publish share_plus-v13.2.1.

    Open source →
    Release notes
    • FIX(share_plus): raise Apple platform minimums in SPM manifests to match FlutterFramework (#3923). (949e7717)
    Open source →
  3. 13.2.0 26 Jun 2026
    Release notes
    • REFACTOR(share_plus): Change Android Gradle from Groovy to Kotlin (#3860). (d9b6f299)
    • FIX(share_plus): resolve js interop lint and maintain minimum sdk (#3846). (09d75d8f)
    • FEAT(share_plus): Updated Swift Package Manager setup for Flutter 3.44 (#3911). (cf006091)
    • FEAT(share_plus): Add support of built-in Kotlin (#3896). (0c9b0ad0)
    Open source →
  4. 13.1.0 21 Apr 2026
    Release notes
    • FEAT(share_plus): Lower requirements to Dart 3.10 and Flutter 3.38.1 (#3801). (d965e00e)
    Open source →
  5. 13.0.0 10 Apr 2026
    Release notes

    Note: This release has breaking changes.

    Due to an update of win32 to 6.0.0, package requirements were also changed to match this update:

    • Minimum Flutter version is 3.41.6
    • Minimum Dart version is 3.11.0
    • Min iOS is 13.0
    • Min macOS is 10.15

    Since this release was already breaking, the rest of the dependencies were also updated to the latest possible versions.

    • BREAKING FEAT(share_plus): Bump win32 from 5.15.0 to 6.0.0 (#3762). (0e3eb918)
    Open source →
  6. 12.0.2 30 Mar 2026
    Release notes
    • FIX(share_plus): Avoid crash on iOS during file and text sharing in add-to-app scenario (#3738). (ae6330bb)
    Open source →
  7. 12.0.1 20 Oct 2025
    Release notes
    • FIX(share_plus): Avoid crash on iOS 26 on iPhones with no sharePositionOrigin param(#3699). (42b079bd)
    Open source →
  8. 12.0.0 11 Sep 2025
    Release notes

    Note: This release has breaking changes.

    On Android plugin now requires the following:

    • Android Gradle Plugin >=8.12.1
    • Gradle wrapper >=8.13
    • Kotlin 2.2.0
    • FIX(share_plus): unable to get the correct result on iOS (#3660). (3bd253b0)
    • DOCS(all): replace MacOS by macOS in package READMEs (#3658). (72b6234c)
    • BREAKING FEAT(share_plus): Change Android compile SDK, update Android build config (#3671). (24363e27)
    Open source →
  9. 11.1.0 11 Aug 2025
    Release notes
    • FEAT(share_plus): Added excludedCupertinoActivities share parameter (#3376). (f9fdadb4)
    • DOCS(all): improve documentation across multiple README files (#3630). (643e12df)
    • DOCS(share-plus): Update README.md. (2aa9f7e0)
    Open source →
  10. 11.0.0 22 Apr 2025
    Release notes

    Note: This release has breaking changes.

    • BREAKING FEAT(share_plus): SharePlus refactor (#3404). (0a19d460)

    This version introduces the new SharePlus class with the share(params) method. It replaces the old Share class, which has been deprecated but can still be used. Check the section "Migrating from Share to SharePlus" in the README.md.

    Open source →
  11. 10.1.4 14 Jan 2025
    Release notes
    • FIX(share_plus): fallback for shareXFiles() to use download on web (#3388). (95a12ee3)
    Open source →
  12. 10.1.3 12 Dec 2024
    Release notes
    • REFACTOR(all): Use range of flutter_lints for broader compatibility (#3371). (8a303add)
    • FIX(share_plus): A function declaration without a prototype is deprecated in all versions of C (#3375). (40f9c421)
    • FIX(share_plus): Set correct Flutter and Dart versions requirements (#3363). (65616668)
    Open source →
  13. 10.1.2 07 Nov 2024
    Release notes
    • FIX(share_plus): Update privacy manifest path (#3349). (d884a991)
    Open source →
  14. 10.1.1 23 Oct 2024
    Release notes
    • FIX(share_plus): #3322 Downscale previews on iOS to avoid issues with huge images (#3320). (d8c95c2c)
    Open source →
  15. 10.1.0 17 Oct 2024
    Release notes
    • FEAT(share_plus): Add Swift Package Manager support (#3169). (b3970225)
    Open source →
  16. 10.0.3 09 Oct 2024
    Release notes
    • FIX(share_plus): mime compatible with v2 (v1 still supported) (#3309). (401db75e)
    • FIX(all): Clean up macOS Privacy Manifests (#3268). (d7b98ebd)
    • FIX(all): Add macOS Privacy Manifests (#3251). (bf5dad2a)
    Open source →
  17. 10.0.2 15 Aug 2024
    Release notes
    • FIX(share_plus): #2910 Handle user dismissing dialog on shareUri() in web (#3175). (bba78118)
    Open source →
  18. 10.0.1 09 Aug 2024
    Release notes
    • CHORE(share_plus): Update to package:web to ^1.0.0 (#3105). (1f23910a)
    Open source →
  19. 10.0.0 29 Jul 2024
    Release notes

    Note: This release has breaking changes.

    • BREAKING FEAT(share_plus): Introduce optional parameter nameOverride to shareXFiles. (#3077). (f483bce7)
    • REFACTOR(all): Remove website files, configs, mentions (#3018). (ecc57146)
    • FIX(all): changed homepage url in pubspec.yaml (#3099). (66613656)
    • DOCS(share_plus): Update README.md (#2903). (2a547eb3)
    Open source →
  20. 9.0.0 22 Apr 2024
    Release notes

    Note: This release has breaking changes.

    • BREAKING REFACTOR(share_plus): Share API cleanup (#2832). (fd0511ca)
    Open source →
  21. 8.0.3 08 Apr 2024
    Release notes
    • REFACTOR(share_plus): Migrate Android example to use the new plugins declaration (#2742). (a73af898)
    • FIX(share_plus): Recover ShareSuccessManager state after error (#2817). (2b12d8a8)
    • DOCS(share_plus): Add info regarding localization on Apple to README (#2764). (43f9a305)
    • DOCS(share_plus): remove typo from the changelog (#2747). (961c8e2d)
    Open source →
  22. 8.0.2 20 Mar 2024
    Release notes

    Note: This release has breaking changes.

    In this release plugin migrated to package:web, meaning that it now supports WASM!

    Plugin now requires the following:

    • Flutter >=3.19.0
    • Dart >=3.3.0
    • compileSDK 34 for Android part
    • Java 17 for Android part
    • Gradle 8.4 for Android part
    • BREAKING FEAT(share_plus): Migrate to package:web (#2709). (641e7905)
    • BREAKING BUILD(share_plus): Target Java 17 on Android (#2730). (e6853a06)
    • BREAKING BUILD(sensors_plus): Update to target and compile SDK 34 (#2712). (b752fc3)
    • FIX(share_plus): Resolve deprecation warning in Android part (#2717). (5913ac72)
    • FIX(share_plus): add sharePositionOrigin parameter to shareUri (#2517). (f896d94e)
    • FIX(share_plus): Add missing call to result for shareUri on iOS (#2616). (65f23a5d)
    • FIX(share_plus): Add iOS Privacy Info (#2586). (17fc2e05)
    • FIX(share_plus): Ensure subject is not null before calling putExtra(Intent.EXTRA_SUBJECT, subject) (#2518). (f0bbbefc)
    • FEAT(share_plus): Update min iOS target to 12 (#2662). (5cef2e50)
    • DOCS(share_plus): Fix supported platforms in README (#2510). (6b4b855b)
    Open source →
  23. 8.0.1 20 Mar 2024
    Release notes

    Note: DO NOT USE THIS RELEASE. It is invalid due to a publishing issue

    Open source →
  24. 8.0.0 09 Oct 2023 withdrawn
    Release notes

    Note: This release was retracted due to (#2251).

    Open source →
  25. 7.2.2 30 Jan 2024
    Release notes
    • FIX(share_plus): Ensure subject is not null before calling putExtra(Intent.EXTRA_SUBJECT, subject) (#2518). (f0bbbefc)
    • DOCS(share_plus): Fix supported platforms in README (#2510). (6b4b855b)
    Open source →
  26. 7.2.1 15 Oct 2023
    Release notes
    • CHORE(share_plus): Update share_plus_platform_interface for compatibility with uuid 4.x
    Open source →
  27. 7.2.0 14 Oct 2023
    Release notes

    Info: This release is a replacement for release 8.0.0, which was retracted due to issue (#2251). As breaking change was reverted the major release was also reverted in favor of this one.

    • FIX(share_plus): Change Kotlin version from 1.9.10 to 1.7.22 (#2252). (d4954f36)
    • FIX(share_plus): Revert bump to compileSDK 34 (#2234). (6af2328d)
    • FEAT(share_plus): Remove deprecated VALID_ARCHS iOS property (#2024). (bb79888e)
    • DOCS(share_plus): Fix usage code snippets (#2106). (346e07ea)
    Open source →
  28. 7.1.0 02 Aug 2023
    Release notes
    • FIX(share_plus): Regenerate iOS and MacOS example apps (#1869). (5db20ba7)
    • FEAT(share_plus): Allow user to share URI with preview image on the iOS native share sheet (#1779). (c83b667e)
    • DOCS(share_plus): Updated document with latest available method (#1917). (7fbe3de6)
    • DOCS(all): Fix example links on pub.dev (#1863). (d726035a)
    Open source →
  29. 7.0.2 29 May 2023
    Release notes
    • CHORE(share_plus): Update file dependency constraints (#1853). (d8ff0cdb)
    Open source →
  30. 7.0.1 19 May 2023
    Release notes
    Open source →
  31. 7.0.0 09 May 2023
    Release notes

    Note: This release has breaking changes.

    • CHORE(share_plus_plus): Update Flutter dependencies, set Flutter >=3.3.0 and Dart to >=2.18.0 <4.0.0
    • BREAKING FIX(all): Add support of namespace property to support Android Gradle Plugin (AGP) 8 (#1727). Projects with AGP < 4.2 are not supported anymore. It is highly recommended to update at least to AGP 7.0 or newer.
    • BREAKING CHORE(share_plus): Bump min Android to 4.4 (API 19) and iOS to 11, update podspec file (#1773).
    • REFACTOR(share_plus): Remove manual dependency override in example app.
    Open source →
  32. 6.3.4 27 Apr 2023
    Release notes
    • FIX(all): Revert addition of namespace to avoid build fails on old AGPs (#1725).
    Open source →
  33. 6.3.3 26 Apr 2023
    Release notes
    • FIX(share_plus): Add compatibility with AGP 8 (Android Gradle Plugin) (#1706).
    • FIX(share_plus_android): Fix strict compilation errors in MIME reduction function (#1650).
    Open source →
  34. 6.3.2 10 Apr 2023
    Release notes
    • FIX(share_plus): Set exported=false for BroadcastReceiver on Android (#1613).
    • FIX(package_info_plus): Make example app content scrollable (#1614).
    • FIX(all): Fix depreciations for flutter 3.7 and 2.19 dart (#1529).
    Open source →
  35. 6.3.1 09 Feb 2023
    Release notes
    • FIX: Fix the error of requestCode value range. (#1340).
    • FIX: example broken on web (#1334).
    • DOCS: Updates for READMEs and website pages (#1389).
    Open source →
  36. 6.3.0 14 Nov 2022
    Release notes
    • FIX: remove canLaunch check (#1315).
    • FEAT: Show destination for share with result in example, update example UI (#1314).
    Open source →
  37. 6.2.0 31 Oct 2022
    Release notes
    • FIX: return correct share result on android (#1301).
    • FEAT: remove direct dependence of url_launcher (#1295).
    • DOCS: #1299 document XFile.fromData (#1300).
    Open source →
  38. 6.1.0 27 Oct 2022
    Release notes
    • FIX: export XFile (#1286).
    • FEAT: share XFile created using File.fromData() (#1284).
    Open source →
  39. 6.0.1 20 Oct 2022
    Release notes
    • FIX: Increase min Flutter version to fix dartPluginClass registration (#1275).
    Open source →
  40. 6.0.0 18 Oct 2022
    Release notes

    Note: This release has breaking changes.

    • FIX: lint warnings - add missing dependency for tests (#1233).
    • FIX: Show NSSharingServicePicker asynchronously on main thread (#1223).
    • BREAKING REFACTOR: two-package federated architecture (#1238).
    Open source →
  41. 5.0.0 10 Oct 2022
    Release notes

    Note: This release has breaking changes.

    • BREAKING FEAT: Native share UI for Windows (#1158).
    Open source →
  42. 4.5.3 07 Oct 2022
    Release notes
    • CHORE: Version tagging using melos.
    Open source →
  43. 4.5.2 05 Oct 2022
    Release notes
    • Update internal dependencies
    Open source →
  44. 4.5.1 05 Oct 2022
    Release notes
    • Update internal dependencies
    Open source →
  45. 4.5.0 05 Oct 2022
    Release notes
    • iOS: Remove usage of deprecated UIApplication.keyWindow in iOS 13+
    • Add shareXFiles implementations
    • Deprecate shareFiles* implementations
    • Enable shareXFiles implementations on Web
    Open source →
  46. 4.4.0 21 Sep 2022
    Release notes
    • Reverted changes in 4.2.0 due to crash issues. See #1081
    Open source →
  47. 4.3.0 20 Sep 2022
    Release notes
    • iOS: Throw PlatformException when iPad share dialog not appearing (sharePositionOrigin not in sourceView)
    Open source →
  48. 4.2.0 19 Sep 2022
    Release notes
    • iOS: Fix Instagram does not show up in provider list for web links
      • issue #459 appear again
      • put back NSURL for the shareText, when text is pure URL
      • using LPMetadataProvider to get LPLinkMetadata make the user experience better
    Open source →
  49. 4.1.0 06 Sep 2022
    Release notes
    • iOS: Fix text sharing.
      • Previously, the text was being encoded as a URL, this caused the share sheet to appear empty.
      • Now the shared text is not encoded as a URL anymore but rather shared as plain text.
      • Sharing text + subject + attachments should work on apps that support that (e.g. Mail app).
      • Example: Sharing Text + Image on Telegram is possible and both are shared.
      • Some apps still have limitations with sharing. For example, Gmail app does not support the subject field.
      • Related issue: #730
    Open source →
  50. 4.0.10 27 Jun 2022
    Release notes
    • iOS: Fix 'share text' not showing when share files
    Open source →
  51. 4.0.10+1 10 Aug 2022
    Release notes
    • Add issue_tracker link.
    Open source →
  52. 4.0.9 20 Jun 2022
    Release notes
    • iOS: Fix image file names not preserved
    Open source →
  53. 4.0.8 13 Jun 2022
    Release notes
    • iOS: Fix 'Save Image' option not showing
    Open source →
  54. 4.0.7 06 Jun 2022
    Release notes
    • Add documentation iPad
    Open source →
  55. 4.0.6 03 Jun 2022
    Release notes
    • iOS: Fix file names not preserved and poor previews for files
    Open source →
  56. 4.0.5 31 May 2022
    Release notes
    • Update dependencies
    • Fix analyzer warnings
    Open source →
  57. 4.0.4 11 Apr 2022
    Release notes
    • iOS: Fix subject not working when sharing raw url or files via email
    Open source →
  58. 4.0.3 24 Mar 2022
    Release notes
    • Android: Revert increased minSdkVersion back to 16
    • Gracefully fall back from shareWithResult to regular share methods on unsupported platforms
    • Improve documentation for shareWithResult methods
    Open source →
  59. 4.0.2 21 Mar 2022
    Release notes
    • Fix type mismatch on Android for some users
    • Set min Flutter to 1.20.0 for all platforms
    • Lower Android minSdkVersion to 22
    Open source →
  60. 4.0.1 15 Mar 2022
    Release notes
    • Hotfix dependencies
    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