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