email_sender 2.1.0
email_sender: ^2.1.0 copied to clipboard
Email Sender simplifies email integration in Flutter using this package.
Changelog #
[2.1.0] - 2025-06-17 #
✨ Added #
- Full migration from
requests
package tohttp
package (http 1.4.0
) for better compatibility with modern Flutter projects
🛠 Changed #
- Updated all internal API calls to use
http
instead ofrequests
- Improved consistency in request headers and error handling
✅ Compatibility #
- Compatible with Flutter SDKs requiring
http 1.4.0
and higher - Resolves version conflict issues with newer projects using latest
http
package
[2.0.1] - 2025-05-09 #
[1.5.1] - 2025-05-02 #
[1.4.2] - 2024-8-1 #
[1.1.4] - 2023-09-13 #
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.3] - 2023-09-10 #
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.