Skip to content

Releases: authsignal/authsignal-flutter

v2.3.0 🚀

15 Dec 00:48
16bd409

Choose a tag to compare

What's Changed

Flutter Web Support
Added SMS OTP support for Flutter web (sms.enroll, sms.challenge, sms.verify) @Ashutosh-Bhadauriya
Added TOTP/Authenticator app support for Flutter web (totp.enroll, totp.verify) @Ashutosh-Bhadauriya
Added WhatsApp OTP support for Flutter web (whatsapp.challenge, whatsapp.verify) @Ashutosh-Bhadauriya
Updated example app with SMS OTP, TOTP, and WhatsApp sections for web. @Ashutosh-Bhadauriya
Migrate from deprecated dart:html and dart:js_util to package:web and dart:js_interop for Flutter web support. @Ashutosh-Bhadauriya

Full Changelog: v2.1.0...v2.3.0

v2.1.0 🚀

14 Dec 23:14
0e494bf

Choose a tag to compare

add github action to publish the sdk (#27)

* add github action to publish the sdk

* wip