optareid_flutter 0.1.4
optareid_flutter: ^0.1.4 copied to clipboard
Official Optare ID SDK for Flutter - Authentication, licensing, and user management
Changelog #
All notable changes to optareid_flutter will be documented in this file.
0.1.4 - 2024-12-11 #
0.1.3 - 2024-12-11 #
Fixed #
- CRITICAL: Removed incorrect Flutter plugin declaration that caused Android build failures
- SDK is now correctly identified as a pure Dart package (no native plugin code needed)
- Fixed
androidPackagemismatch error:one.optare.optareid_flutter
0.1.2 - 2024-12-11 #
Added #
updateProfile()- Update user's name, avatar, and metadatagetOrganizations()- List all organizations user belongs togetLicenses()- Server-side license/entitlement validationOptareOrganizationmodel for organization data
0.1.1 - 2024-12-11 #
Security #
- Added state parameter validation for CSRF protection (OAuth 2.0 BCP)
- Added token expiry buffer (refresh 5 min before expiry)
- Added proper stream subscription cleanup
- Added request timeouts for network calls
Fixed #
- Deep link error handling now properly catches exceptions
- State and code verifier are cleared after callback handling