PackageTrack
Sign in Get early access

flutter_mailer

Share an email to device Email - Client supports multiple Attachments

3.0.3 24K downloads/mo #2033 most downloaded on pub.dev taljacobson/flutter_mailer

What this package is like to depend on

Last release 1 months ago

09 Jul 2026

Ships fairly regularly

a new release about every 5 months

Nearly every release is documented

notes for 28 of 31 stable releases

2 versions withdrawn

withdrawn after publishing

8 years old

45 releases · first in 2018

2 releases in the last 12 months

see the full history below

Release timeline

45 releases · Jul 2018 to Jul 2026
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 45
  1. 3.0.3 09 Jul 2026

    Nothing published for this version

  2. 3.0.2 22 May 2026

    Nothing published for this version

  3. 3.0.1 19 Jun 2025

    Nothing published for this version

  4. 3.0.0 10 Feb 2025
    Release notes

    [Android] update constaints AGP. remove registerWith java code. update minSDK version needed. this is the main breaking change which required a major version bump. [Example] example updated

    Open source →
  5. 2.1.2 30 Nov 2023
    Release notes

    [Android] Fix AGP 8.x namespace declaration

    Open source →
  6. 2.1.1 27 Jun 2023
    Release notes

    [Android] set minSDKVersion back to 16

    Open source →
  7. 2.1.0 24 Jun 2023 withdrawn
    Release notes

    [Android] republish 2.0.3 issue #55 do to increased minSdkVersion

    Open source →
  8. 2.0.4 24 Jun 2023
    Release notes

    [Android] revert + retract from pub dev Update AGP, Compile SDK Version and Gradle due to issue #55

    Open source →
  9. 2.0.3 24 Jun 2023 withdrawn
    Release notes Open source →
  10. 2.0.2 06 Jan 2023
    Release notes
    • [Android] fix issue #47 on some devices crashes already emitted a result.
    Open source →
  11. 2.0.1 15 Dec 2021
    Release notes
    • [Android] Migrate maven repository from jcenter to mavenCentral
    Open source →
  12. 2.0.0 04 May 2021
    Release notes
    • migrate to null safe set constrants for sdk: '>=2.12.0 <3.0.0'

    no breaking changes but null-safety/migration-guide suggest best practice is to up the major version

    Open source →
  13. 2.0.0-null-safe 05 Mar 2021 pre-release

    Nothing published for this version

  14. 1.0.1 30 Oct 2020
    Release notes
    • allow the user to attach files from the application documents without having to copy them to the cache first.
    Open source →
  15. 1.0.0 20 Sep 2020
    Release notes
    • [breaking change] send method will now return a Future<MailerResponse>, #20<br/> this should not really be breaking since it used to return a Future<void> and its response would just be ignored.<br/> on [ios] uses mfmailcomposeresult, on android returns android.
    Open source →
  16. 0.6.0-dev.2 30 Jul 2020 pre-release

    Nothing published for this version

  17. 0.6.0-dev.1 18 Jun 2020 pre-release

    Nothing published for this version

  18. 0.5.1 18 Jun 2020
    Release notes
    • [ios] fix discrepancy, between android and ios, where send future would return immediately #26
    Open source →
  19. 0.5.1-dev.2 11 Jun 2020 pre-release

    Nothing published for this version

  20. 0.5.1-dev.1 09 Jun 2020 pre-release

    Nothing published for this version

  21. 0.5.0 09 May 2020
    Release notes

    android plugin migrate + canSend + isAppInstalled api

    Open source →
    Release notes
    • [Android] Compatibility with Flutters Android Embedding V2
    • [Android] expose isAppInstalled java method to dart - use this when passing a custom app schema.
    • [IOS] expose MFMailComposeViewController canSendMail method - default mail app availablity.
    Open source →
  22. 0.5.0-dev.7 19 Apr 2020 pre-release

    Nothing published for this version

  23. 0.5.0-dev.6 19 Apr 2020 pre-release

    Nothing published for this version

  24. 0.5.0-dev.5 01 Apr 2020 pre-release

    Nothing published for this version

  25. 0.5.0-dev.4 01 Apr 2020 pre-release

    Nothing published for this version

  26. 0.5.0-dev.3 31 Mar 2020 pre-release

    Nothing published for this version

  27. 0.5.0-dev.2 31 Mar 2020 pre-release

    Nothing published for this version

  28. 0.5.0-dev.1 30 Mar 2020 pre-release

    Nothing published for this version

  29. 0.4.3 19 Apr 2020
    Release notes
    • [Androind] remove unneeded check for attachment size PR 23.
    Open source →
  30. 0.4.2 14 Dec 2019
    Release notes
    • [Androind] return send future when app is returned to.
    Open source →
  31. 0.4.1 05 May 2019
    Release notes
    • return platform error if no mail app available in ios
    Open source →
  32. 0.4.1+1 06 Jun 2019
    Release notes
    • replace androidx appcompat with core dependency for simpler classpath
    Open source →
  33. 0.4.1+2 19 Aug 2019
    Release notes
    • fix typo in ios UNAVAILABLE return
    Open source →
  34. 0.4.0 02 Feb 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 →
  35. 0.4.0+1 04 Feb 2019
    Release notes
    • Set Android compileSdkVersion to 28 in order to prevent build errors with AndroidX.
    Open source →
  36. 0.3.1 25 Nov 2018
    Release notes
    • ios warning fixes
    • fix crash when attachment has unknow mimeType
    • display full file name with extention.
    Open source →
  37. 0.3.0 22 Nov 2018
    Release notes

    android change from choser to once/always

    Open source →
    Release notes
    • android - change to use "just once/always" menu instead of choser. this is a super small change but changes the flow, hence it's not a patch.
    Open source →
  38. 0.2.0 19 Nov 2018
    Release notes
    • add appSchema prop to MailOptions for by passing choser and picking specific app. android only
      • add comments
      • android null checks
    Open source →
  39. 0.1.2 15 Nov 2018
    Release notes
    • minor change in android
      • expand example with temp file upload
    Open source →
  40. 0.1.1 07 Sep 2018
    Release notes
    • update android dependencies
    Open source →
  41. 0.1.0 18 Aug 2018
    Release notes
    • remove the need to edit androidManifest.xml for file sharing
    Open source →
  42. 0.0.4 16 Jul 2018
    Release notes
    • change attachment type from List<File> to List<String>.
    Open source →
  43. 0.0.3 15 Jul 2018
    Release notes
    • fix homepage spelling mistake in pubspec
    Open source →
  44. 0.0.2 15 Jul 2018
    Release notes
    • add initial ios support still work in progress, i'm not a ios devepoler, its the first time i wrote objective C code
    Open source →
  45. 0.0.1 15 Jul 2018
    Release notes
    • TODO: Describe initial release.
    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