Releases
This page summarizes the stable package release history for Okta Identity Dart Auth SDK and keeps the public docs aligned with the published SDK versions. '''
1. Release Sources
-
Pubspec: apps/sdks/okta-identity-dart-auth-sdk/okta-identity-dart-auth-sdk/pubspec.yaml
-
Changelog: apps/sdks/okta-identity-dart-auth-sdk/okta-identity-dart-auth-sdk/CHANGELOG.md
2. v0.0.7
2.1. Overview
This compatibility release aligns okta_identity_dart_auth_sdk with the Dart 3.12 release line and the current Flutter stable tooling where applicable.
3. v0.0.6
3.1. Overview
This release prepares the Okta package for the next publish with updated docs, corrected CI example paths, and a consistent Dart 3.11.4 baseline.
3.2. Highlights
-
README restructured around the current backend initialization model
-
Dart SDK floor aligned to
3.11.4 -
Frontend CI paths corrected to the current example directory names
3.3. Improvements
-
Reworked the package README to focus on the supported backend-first initialization and current helper usage.
-
Added a concrete index for the current example directories under
example/README.md. -
Updated the package and Flutter web example Dart SDK minimum to
3.11.4. -
Updated backend validation CI to enforce the
3.11.4minimum SDK version. -
Corrected frontend CI paths so analysis targets the actual Okta sample-app directory.
6. v0.0.3
6.1. Overview
This release normalizes the Okta package namespace, simplifies imports, and refreshes the example app for the new structure.
6.2. Highlights
-
Renamed internal modules to the
okta_issue_*namespace -
Simplified the SDK entrypoint import structure
-
Updated the example app to match the new package layout