Releases

This page summarizes the stable package release history for Ping Identity Dart Auth SDK and keeps the public docs aligned with the package version declared in pubspec.yaml. '''

1. Release Sources

  • Pubspec: apps/sdks/ping-identity-dart-auth-sdk/ping-identity-dart-auth-sdk/pubspec.yaml

  • Changelog: apps/sdks/ping-identity-dart-auth-sdk/ping-identity-dart-auth-sdk/CHANGELOG.md

2. v0.0.2

2.1. Overview

This compatibility release aligns ping_identity_dart_auth_sdk with the Dart 3.12 release line and the current Flutter stable tooling where applicable.

2.2. Highlights

  • Dart SDK constraint updated to ^3.12.1

  • Package version bumped for the Dart 3.12.2 upgrade pass

  • Maintained examples refreshed for current Dart and Flutter dependency resolution

2.3. Notes

  • No API-breaking changes are intended in this release-prep update.

3. v0.1.0

3.1. Overview

This release re-architects the package into a standards-based Ping-compatible OIDC and OAuth helper for Dart.

3.2. Highlights

  • Generic OIDC discovery support

  • Authorization code + PKCE helpers

  • Token exchange, refresh, revocation, and userinfo helpers

3.3. Improvements

  • Replaced broken cloned sample-app content with a package-level example and test suite.

  • Added a real public entrypoint and typed package API.

  • Realigned docs and package metadata with the new standards-first package direction.