flutter_email_sender
Allows send emails from flutter using native platform functionality.
10.0.1
119K downloads/mo
#1061 most downloaded on pub.dev
sidlatau/flutter_email_sender
What this package is like to depend on
Last release 2 months ago
15 Jun 2026
Ships fairly regularly
a new release about every 7 months
Nearly every release is documented
notes for 34 of 34 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
34 releases · first in 2018
4 releases in the last 12 months
see the full history below
Release timeline
34 releases · Aug 2018 to Jun 2026
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 34-
10.0.115 Jun 2026Release notes
Open source →- Improve API documentation coverage for pub points.
- Move the example app into
packages/flutter_email_sender/exampleso pub.dev recognizes it.
-
10.0.012 Jun 2026Release notes
Open source →- BREAKING: updates minimum supported versions to Flutter 3.44 / Dart 3.12.
- Android: migrates the plugin to Flutter's built-in Kotlin support for plugin authors.
- Adds a federated platform interface and a web implementation using
mailto:. - Adds
FlutterEmailSender.getCapabilities(). - BREAKING: when migrating from 9.x, unsupported fields now throw
FlutterEmailSenderUnsupportedFeatureExceptioninstead of being silently ignored on partial-support platforms such as macOS and web. - BREAKING: when migrating from 9.x, runtime unavailability now throws
FlutterEmailSenderNotAvailableExceptioninstead of requiring callers to inspectPlatformException.code. - Adds
EmailCapabilities.canSendfor runtime availability checks.
-
9.0.003 Jun 2026 -
8.0.012 Sep 2025Release notes
Open source →- Updated kotlin version to 2.2
- Updated gradle version to 8.13.0
- Updated android compile SDK to 36
- Updated example app dependencies
-
7.0.010 Feb 2025 -
6.0.316 Apr 2024 -
6.0.223 Sep 2023Release notes
Open source →- Add Java 1.8 compile options and Kotlin JVM target in build.gradle (#99)
-
6.0.129 Jun 2023 -
6.0.031 May 2023 -
5.2.017 Nov 2022Release notes
Open source →- Updated android references: updated compile and target SDK to 33
- Fixed attachment adding problem in Android 13 (#87)
- Support Objective-C project with Podfile no use_frameworks - thanks @fachrifaul
-
5.1.009 Feb 2022Release notes
Open source →- Updated android references: replaced references for jcenter, updated compile and target SDK to 31 (#82)
- Fixed issue for attaching file from application documents directory (#21, #35, #66)
- Updated example app (#52)
-
5.0.206 Jul 2021 -
5.0.125 Jun 2021 -
5.0.006 Mar 2021 -
4.0.028 Nov 2020 -
3.0.122 Mar 2020 -
3.0.022 Mar 2020Release notes
Open source →- Added ability to attach multiple files - thanks to @michalsuryntequiqo
- BREAKING CHANGE:
attachmentPathparameter becomesattachmentPaths
-
2.2.220 Dec 2019 -
2.2.102 Dec 2019 -
2.2.016 Nov 2019 -
2.1.019 Oct 2019 -
2.0.313 Jun 2019 -
2.0.205 May 2019 -
2.0.105 May 2019 -
2.0.025 Feb 2019 -
1.2.022 Jan 2019 -
1.1.009 Jan 2019 -
1.0.114 Oct 2018 -
1.0.029 Sep 2018Release notes
Open source →- Added custom file provider to work nicely with 'open_file' plugin (issue #3).
-
0.1.012 Sep 2018Release notes
Open source →- Fixed problem, that email body was not provided to mail app in iOS part.
-
0.0.409 Sep 2018 -
0.0.323 Aug 2018 -
0.0.223 Aug 2018 -
0.0.123 Aug 2018Release notes
Open source →- Works on Android and iOS. On Android Intent is launched, on iOS MFMailComposeViewController is used to compose an email.