okta_oidc_plus 1.0.3
okta_oidc_plus: ^1.0.3 copied to clipboard
A modern Flutter plugin for Okta OIDC authentication enabling secure user login, token management, and identity integration using OpenID Connect with Okta services.
1.0.2 #
- Removed unnecessary
shared_preferencesdependency from example app repository implementation for complete zero-external-dependency self-containment.
1.0.1 #
- Package optimization: Excluded example app build artifacts from pub package upload via
.pubignorefor a lightweight package download. - Added direct GitHub repository link for full Clean Architecture sample app in
README.md. - Updated author metadata and contact links (
eebrahimjoy@gmail.com,eebrahimjoy.com).
1.0.0 #
- Breaking Change: Renamed package from
okta_oidctookta_oidc_plus. - Android: Added explicit
namespace 'com.okta.okta_oidc_plus'in pluginbuild.gradle(fixes AGP 8+ build issue). UpdatedminSdkVersionto 21,compileSdkVersionto 34, and Java target to 17. - iOS: Upgraded minimum deployment target to iOS 13.0+, updated Swift plugin bindings.
- Example App: Complete architectural overhaul using Clean Architecture (Domain, Data, Presentation layers) with a modern dark theme and custom glassmorphism design system.
- Code Quality: Updated Dart SDK constraint (
>=3.0.0 <4.0.0), resolved all lint warnings and deprecated API usages.