Skip to content

v2.3.0 🚀

Latest

Choose a tag to compare

@Ashutosh-Bhadauriya Ashutosh-Bhadauriya released this 15 Dec 00:48
· 1 commit to main since this release
16bd409

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