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.6
2.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.
2.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
2.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.
5. v0.0.3
5.1. Overview
This release normalizes the Okta package namespace, simplifies imports, and refreshes the example app for the new structure.
5.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