Skip to content

Releases: emailjs-com/emailjs-flutter

SDK v4.0.0

16 Jul 06:56
a6bfb19
Compare
Choose a tag to compare

Breaking change

  • The flutter version of the SDK packages has been adjusted to global version 4. The SDK has been completely refactored. New data validation has been added to avoid wasting quota. A set of new tests has been added, improving test code coverage.
  • Added blockList option to block requests for unwanted variable values
  • Added limitRate option to install the throttle. For persistence, the shared_preferences package is used.

Essential Links

v1.0.0

03 Nov 00:55
Compare
Choose a tag to compare

Essential Links

Breaking change

  • Instead of the public key argument, the settings object is passed, where the public and private keys can be set. Check out the documentation and examples.

v0.0.3

29 Oct 21:40
Compare
Choose a tag to compare

Essential Links

Changes

  • re-format code examples

v0.0.2

29 Oct 21:23
Compare
Choose a tag to compare

Essential Links

Changes

  • Fix the pub.dev score requirements

v0.0.1

29 Oct 20:23
Compare
Choose a tag to compare

Essential Links

New

  • Official EmailJS SDK for Flutter