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
Releases
latest 40-
2.0.426 May 2021 -
2.0.225 May 2021 -
2.0.109 Mar 2021 -
2.0.023 Feb 2021Release notes
Open source →- Migrate to null safety.
- Update the example app: remove the deprecated
RaisedButtonandFlatButtonwidgets. - Fix outdated links across a number of markdown files (#3276)
- Update README with the new documentation urls.
-
2.0.0-nullsafety.213 Jan 2021 pre-releaseNothing published for this version
-
0.6.528 Aug 2020 -
0.6.5+117 Sep 2020 -
0.6.5+223 Sep 2020 -
0.6.5+315 Oct 2020Release notes
Open source →- Replace deprecated
Environment.getExternalStorageDirectory()call on Android. - Upgrade to Android Gradle plugin 3.5.0 & target API level 29.
- Replace deprecated
-
0.6.5+428 Oct 2020 -
0.6.421 Apr 2020Release notes
Open source →- Remove Android dependencies fallback.
- Require Flutter SDK 1.12.13+hotfix.5 or greater.
- Fix CocoaPods podspec lint warnings.
-
0.6.4+106 May 2020Release notes
Open source →- Declare API stability and compatibility with
1.0.0(more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).
- Declare API stability and compatibility with
-
0.6.4+212 May 2020 -
0.6.4+321 May 2020 -
0.6.4+522 Aug 2020 -
0.6.321 Oct 2019Release notes
Open source →- Support the v2 Android embedder.
- Update to AndroidX.
- Migrate to using the new e2e test binding.
- Add a e2e test.
-
0.6.3+125 Oct 2019Release notes
Open source →- Include lifecycle dependency as a compileOnly one on Android to resolve potential version conflicts with other transitive libraries.
-
0.6.3+325 Nov 2019 -
0.6.3+403 Dec 2019 -
0.6.3+510 Dec 2019Release notes
Open source →- Remove the deprecated
author:field from pubspec.yaml - Migrate the plugin to the pubspec platforms manifest.
- Require Flutter SDK 1.10.0 or greater.
- Remove the deprecated
-
0.6.3+620 Feb 2020 -
0.6.216 Jul 2019Release notes
Open source →- Add optional subject to fill email subject in case user selects email app.
-
0.6.2+121 Jul 2019Release notes
Open source →- Specify explicit type for
invokeMethod. - Use
constforRect. - Updated minimum Flutter SDK to 1.6.0.
- Specify explicit type for
-
0.6.2+304 Oct 2019 -
0.6.2+415 Oct 2019 -
0.6.108 Apr 2019 -
0.6.1+129 Apr 2019 -
0.6.024 Jan 2019Release notes
Open source →- 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.
-
0.6.0+108 Feb 2019Release notes
Open source →- Log a more detailed warning at build time about the previous AndroidX migration.
-
0.5.321 Aug 2018Release notes
Open source →- Added missing test package dependency.
- Bumped version of mockito package dependency to pick up Dart 2 support.
-
0.5.211 Jun 2018 -
0.5.101 Jun 2018 -
0.5.022 May 2018Release notes
Open source →- Breaking change. Namespaced the
sharemethod inside aShareclass. - Fixed crash when sharing on iPad.
- Added functionality to specify share sheet origin on iOS.
- Breaking change. Namespaced the
-
0.4.009 Mar 2018 -
0.3.228 Feb 2018 -
0.3.112 Jan 2018Release notes
Open source →- Simplified and upgraded Android project template to Android SDK 27.
- Updated package description.
-
0.3.020 Dec 2017Release notes
Open source →- 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.
-
0.2.204 Dec 2017 -
0.2.117 May 2017 -
0.2.011 May 2017Release notes
Open source →- Upgrade to new plugin registration. (https://groups.google.com/forum/#!topic/flutter-dev/zba1Ynf2OKM)