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.1.0

2.1. Overview

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

2.2. Highlights

  • Generic OIDC discovery support

  • Authorization code + PKCE helpers

  • Token exchange, refresh, revocation, and userinfo helpers

2.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.