Releases: rohit-chouhan/email_otp
Releases · rohit-chouhan/email_otp
3.0.2
Full Changelog: 3.0.0...3.0.2
3.0.0
- Various bug fixes have been implemented.
- Documentation has been improved for better clarity and ease of use.
- New features added.
- Added new themes: v4 and v5.
- Replaced
setConfig()
withconfig()
. - In the
sendOTP()
method, use theuserEmail:
property. - Removed the
auth:
property from thesetSMTP
method; it is no longer needed. - You can now easily pass the OTP type using the
OTPType
enum class. - You can now pass the
smtp_port:
value easily using theEmailPort
enum class. - You can now pass the
smtp_secure:
value easily using theSecureType
enum class. - You can now select themes using the
EmailTheme
enum class.
2.1.1
error handling added
2.1.0
bug fixed, new method added
2.0.1
2.0.0 release
1.0.5
Update pubspec.yaml