email_sender
Email Sender simplifies email integration in Flutter using this package.
2.1.0
5.2K downloads/mo
#3794 most downloaded on pub.dev
afriddev/email_sender
What this package is like to depend on
Last release 1 years ago
17 Jun 2025
Release timing varies
gaps range from 2 weeks to 9 months
Most releases are documented
notes for 9 of 15 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
15 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
15 releases · Sep 2023 to Jun 2025Releases
latest 15-
2.1.017 Jun 2025Release notes
Open source →📦 Version 2.1.0 – Dependency Fix, Performance Boost & HTML Support
✨ Added
Support for sending raw HTML strings in emails for better customization and styling.🛠 Changed
Removed requests package to resolve version conflict with http. Now directly uses http, improving compatibility with Dart 3+ projects.Improved internal logic and optimized performance.
Updated README.md with:
HTML usage examples
Cleaner, updated documentation
Enhanced method documentation for clarity.
✅ Fixed
Dependency conflict with http ^1.2.2 resolved (thanks @Zaherkorechi for reporting 💬).Release notes
Open source →✨ Added
- Full migration from
requestspackage tohttppackage (http 1.4.0) for better compatibility with modern Flutter projects
🛠 Changed
- Updated all internal API calls to use
httpinstead ofrequests - Improved consistency in request headers and error handling
✅ Compatibility
- Compatible with Flutter SDKs requiring
http 1.4.0and higher - Resolves version conflict issues with newer projects using latest
httppackage
- Full migration from
-
2.0.109 May 2025Release notes
Open source →✨ Added
- Support for sending raw HTML strings in emails
🛠 Changed
- Updated
README.mdto showcase HTML preview and usage - Cleaned up method documentation and added examples
🔧 Breaking Changes
- None, all previous methods remain supported
-
2.0.009 May 2025Nothing published for this version
-
1.5.102 May 2025Release notes
Open source →Changed
- Updated README with clearer usage examples and formatting.
- Enhanced code readability for better maintenance.
Improved
- Improved performance through optimized internal logic and reduced redundant operations.
-
1.4.201 Aug 2024Release notes
Open source →Improved
- Minimized api response time from 1000ms to 0ms
Changed
- Improved documentation of code
-
1.4.101 Aug 2024Nothing published for this version
-
1.4.001 May 2024Nothing published for this version
-
1.3.320 Oct 2023Nothing published for this version
-
1.3.120 Oct 2023 -
1.2.705 Oct 2023 -
1.2.305 Oct 2023 -
1.1.613 Sep 2023Nothing published for this version
-
1.1.513 Sep 2023Nothing published for this version
-
1.1.413 Sep 2023Release notes
Open source →Changed
- Updated the README with installation and usage instructions.
- Refactored code for improved performance and readability.
- improved error handling methods
- changed file and class names
- improved quality of code
-
1.1.309 Sep 2023Release notes
Open source →Added
- Initial release of the package.
- Implemented basic email sending functionality.
- Included support for sending OTP verification messages.
- Provided examples and documentation for usage.
Changed
- Updated the README with installation and usage instructions.
- Refactored code for improved performance and readability.
Fixed
- Resolved a bug related to email attachments.
- Fixed issues with email authentication.