Skip to content

Latest commit

 

History

History
77 lines (44 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

77 lines (44 loc) · 1.06 KB

0.3.2

  • countrycode.org listing added

0.3.1

  • simplified boolean expression

0.3.0

  • private variable naming convention changed
  • bug fixes

0.2.9

  • Removed broken links from README.md

0.2.8

  • Code modifications
  • Ran flutter format on lib/flutter_otp.dart

0.2.6

  • NEW FEATURE !!! : country code parameter added (+1 by default)
  • parameter countryCode (optional) is included

0.2.4

  • Doc-strings updated
  • example/README.md updated

0.2.3

  • sendOtp() fixed: optional params list

0.2.2

  • Provide minimum and maximum OTP range

0.2.0

  • Security within classes increased
  • pubspec.yaml upgraded

0.1.4

  • API Reference document added

0.1.3

  • formatted lib/flutter_otp.dart

0.1.2

  • README.md changed
  • pubspec.yaml updated

0.1.1

  • parameter message changed to messageText in sendOtp()
  • README.md updated
  • pubspec.yaml description updated

0.1.0

  • example/ directory added
  • README.md updated
  • pubspec.yaml description updated

0.0.2

  • resultChecker() signature modified to resultChecker(int)

0.0.1

  • Initial Release