baxcloud_verify_sdk
BaxCloud Verify SDK for Flutter — SMS OTP verification via BaxVerify
1.2.0
What this package is like to depend on
Last release 2 months ago
09 Jun 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
2 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Jun 2026 to Jun 2026Releases
latest 3-
1.2.009 Jun 2026Release notes
Open source →BaxVerifyExceptionnow exposes structured API errors:code(e.g.BAXVERIFY_FEATURE_DISABLED,BAXVERIFY_OTP_INVALID),details, and ahelpUrlgetter (dashboard fix link)- Parses the BaxCloud error envelope (
{ success: false, error: { code, message, details } }) - Error codes reference: https://baxcloud.tech/docs/baxverify#error-codes
-
1.1.009 Jun 2026Release notes
Open source →verifyOtpnow returnsaccessToken,tokenType,expiresIn, andexpiresAtVerifyOtpResult.externalAuthhelper for third-party auth adapters ({ id, token })validateVerificationToken()for server-side token validation- Parse Server login example (
example/parse_phone_login.dart)
-
1.0.008 Jun 2026