Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1 KB

CHANGELOG.md

File metadata and controls

38 lines (28 loc) · 1 KB

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.5

Next Plans

  • Making the availablity of custom Email Ids.
  • Supporting different formats.

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.