PackageTrack
Sign in Get early access

share

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

2.0.4 7.9K downloads/mo #3262 most downloaded on pub.dev flutter/plugins

What this package is like to depend on

Last release 5 years ago

no release in 18 months

Ships fairly regularly

a new release about every 4 weeks

Nearly every release is documented

notes for 39 of 39 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

40 releases · first in 2017

0 releases in the last 12 months

see the full history below

Release timeline

40 releases · May 2017 to May 2021
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 40
  1. 2.0.4 26 May 2021
    Release notes
    • Update README to point to Plus Plugins version.
    Open source →
  2. 2.0.2 25 May 2021
    Release notes
    • Migrate maven repository from jcenter to mavenCentral.
    Open source →
  3. 2.0.1 09 Mar 2021
    Release notes
    • Migrate unit tests to sound null safety.
    Open source →
  4. 2.0.0 23 Feb 2021
    Release notes
    • Migrate to null safety.
    • Update the example app: remove the deprecated RaisedButton and FlatButton widgets.
    • Fix outdated links across a number of markdown files (#3276)
    • Update README with the new documentation urls.
    Open source →
  5. 2.0.0-nullsafety.2 13 Jan 2021 pre-release

    Nothing published for this version

  6. 0.6.5 28 Aug 2020
    Release notes
    • Added support for sharing files
    Open source →
  7. 0.6.5+1 17 Sep 2020
    Release notes
    • Avoiding uses unchecked or unsafe Object Type Casting
    Open source →
  8. 0.6.5+2 23 Sep 2020
    Release notes
    • Keep handling deprecated Android v1 classes for backward compatibility.
    Open source →
  9. 0.6.5+3 15 Oct 2020
    Release notes
    • Replace deprecated Environment.getExternalStorageDirectory() call on Android.
    • Upgrade to Android Gradle plugin 3.5.0 & target API level 29.
    Open source →
  10. 0.6.5+4 28 Oct 2020
    Release notes
    • Fix iPad share window not showing when origin is null.
    Open source →
  11. 0.6.4 21 Apr 2020
    Release notes
    • Remove Android dependencies fallback.
    • Require Flutter SDK 1.12.13+hotfix.5 or greater.
    • Fix CocoaPods podspec lint warnings.
    Open source →
  12. 0.6.4+1 06 May 2020
    Release notes
    • Declare API stability and compatibility with 1.0.0 (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).
    Open source →
  13. 0.6.4+2 12 May 2020
    Release notes
    • Update lower bound of dart dependency to 2.1.0.
    Open source →
  14. 0.6.4+3 21 May 2020
    Release notes
    • Post-v2 Android embedding cleanup.
    Open source →
  15. 0.6.4+5 22 Aug 2020
    Release notes
    • Update package:e2e -> package:integration_test
    Open source →
  16. 0.6.3 21 Oct 2019
    Release notes
    • Support the v2 Android embedder.
    • Update to AndroidX.
    • Migrate to using the new e2e test binding.
    • Add a e2e test.
    Open source →
  17. 0.6.3+1 25 Oct 2019
    Release notes
    • Include lifecycle dependency as a compileOnly one on Android to resolve potential version conflicts with other transitive libraries.
    Open source →
  18. 0.6.3+3 25 Nov 2019
    Release notes
    • README update.
    Open source →
  19. 0.6.3+4 03 Dec 2019
    Release notes
    • Fix pedantic lints. This shouldn't affect existing functionality.
    Open source →
  20. 0.6.3+5 10 Dec 2019
    Release notes
    • Remove the deprecated author: field from pubspec.yaml
    • Migrate the plugin to the pubspec platforms manifest.
    • Require Flutter SDK 1.10.0 or greater.
    Open source →
  21. 0.6.3+6 20 Feb 2020
    Release notes
    • Make the pedantic dev_dependency explicit.
    Open source →
  22. 0.6.2 16 Jul 2019
    Release notes
    • Add optional subject to fill email subject in case user selects email app.
    Open source →
  23. 0.6.2+1 21 Jul 2019
    Release notes
    • Specify explicit type for invokeMethod.
    • Use const for Rect.
    • Updated minimum Flutter SDK to 1.6.0.
    Open source →
  24. 0.6.2+3 04 Oct 2019
    Release notes
    • Fix iOS crash when setting subject to null.
    Open source →
  25. 0.6.2+4 15 Oct 2019
    Release notes
    • Define clang module for iOS.
    Open source →
  26. 0.6.1 08 Apr 2019
    Release notes
    • Updated Android compileSdkVersion to 28 to match other plugins.
    Open source →
  27. 0.6.1+1 29 Apr 2019
    Release notes
    • Fix analyzer warnings about const Rect in tests.
    Open source →
  28. 0.6.0 24 Jan 2019
    Release notes
    • Breaking change. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library.
    Open source →
  29. 0.6.0+1 08 Feb 2019
    Release notes
    • Log a more detailed warning at build time about the previous AndroidX migration.
    Open source →
  30. 0.5.3 21 Aug 2018
    Release notes
    • Added missing test package dependency.
    • Bumped version of mockito package dependency to pick up Dart 2 support.
    Open source →
  31. 0.5.2 11 Jun 2018
    Release notes
    • Fixes iOS sharing
    Open source →
  32. 0.5.1 01 Jun 2018
    Release notes
    • Updated Gradle tooling to match Android Studio 3.1.2.
    Open source →
  33. 0.5.0 22 May 2018
    Release notes
    • Breaking change. Namespaced the share method inside a Share class.
    • Fixed crash when sharing on iPad.
    • Added functionality to specify share sheet origin on iOS.
    Open source →
  34. 0.4.0 09 Mar 2018
    Release notes
    • Breaking change. Set SDK constraints to match the Flutter beta release.
    Open source →
  35. 0.3.2 28 Feb 2018
    Release notes
    • Fixed Dart 2 type error.
    Open source →
  36. 0.3.1 12 Jan 2018
    Release notes
    • Simplified and upgraded Android project template to Android SDK 27.
    • Updated package description.
    Open source →
  37. 0.3.0 20 Dec 2017
    Release notes
    • Breaking change. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in order to use this version of the plugin. Instructions can be found here.
    Open source →
  38. 0.2.2 04 Dec 2017
    Release notes
    • Added FLT prefix to iOS types
    Open source →
  39. 0.2.1 17 May 2017
    Release notes
    • Updated README
    • Bumped buildToolsVersion to 25.0.3
    Open source →
  40. 0.2.0 11 May 2017
    Release notes
    • Upgrade to new plugin registration. (https://groups.google.com/forum/#!topic/flutter-dev/zba1Ynf2OKM)
    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