qbox_authorization 1.0.2
qbox_authorization: ^1.0.2 copied to clipboard
A simple Flutter authentication package with login screen and provider support.
1.0.1 #
- Updated README to describe the new workspace-first flow, localization options, and direct
AuthScreenusage. - Added changelog entry to match the current package metadata.
1.0.0 #
- Initial public release of QBox Authorization.
- Added workspace discovery screen with domain validation and appearance preload.
- Introduced localized auth UI (ru/kk/en) powered by remote
/appearancedata. - Exposed
AuthFlow,AuthScreen,AuthProvider, andTestLoginhelpers for rapid integration.