email_auth 1.1.1 email_auth: ^1.1.1 copied to clipboard
A Flutter package to verify emails using OTP based method, to make sure we get real world data.
0.0.1 #
Email verification for Flutter Apps using DART. #
Key points :
- This package allows developers to verify that the provided Email is valid and also an existing one,
- We confirm it by sending an OTP to the specified email ID and verify them.
0.0.1+1 #
Features! #
- It has Email ID by default, just call the function and voila...
- Verifying an email again call a function and that's it..
0.0.1+1.6 #
- dependency changes
0.0.1+1.7 #
- dependency cleanup, minor corrections & enhancement from PULL Requests
0.0.1+1.8 #
- Added reference documents
0.0.1+1.9 #
- Added extra logs for better debugging
- Added issue link
0.0.1+2 #
- Updated Privacy notice
0.0.1+3 #
- Merged a new pull request, Migrating to Null safety and package upgrades.
1.0.0 #
- Stable null safe version with the additional support to match the requests from the custom remote server.
1.1.0 #
- Better error handling for production based servers
- Better logging on debug mode for flutter projects
- Class method and access changes to make the functions less prone to errors