oidc_darwin 1.1.1 copy "oidc_darwin: ^1.1.1" to clipboard
oidc_darwin: ^1.1.1 copied to clipboard

PlatformiOSmacOS

iOS and macOS implementation of the oidc plugin

1.1.1 #

  • Update a dependency to the latest release.

1.1.0 #

  • FEAT(oidc_darwin): add macOS loopback system-browser navigation mode (#124) (#398). (a8d758f7)

1.0.0 #

Note: This release has breaking changes.

  • FIX: resolve all four library bugs; drive honest unit coverage to ~95% (#368). (c86bee17)
  • FIX(oidc_darwin): implement flowTimeoutSeconds for the Apple ASWebAuthenticationSession flow. (482f0186)
  • DOCS(oidc_darwin): add the on-device verification checklist. (b22a1c06)
  • BREAKING FEAT: merge oidc_ios + oidc_macos into a unified oidc_darwin plugin. (db73858e)
  • FEAT: initial release of oidc_darwin, the unified iOS + macOS implementation of the oidc plugin. It merges and supersedes oidc_ios and oidc_macos into a single Flutter sharedDarwinSource plugin (one Swift target, one Package.swift, one podspec), driving the ASWebAuthenticationSession browser primitive via the Pigeon-generated OidcAppleHostApi.
  • BREAKING: replaces oidc_ios and oidc_macos. Apps that depend on the oidc umbrella package need no changes; anyone depending on oidc_ios or oidc_macos directly should switch to oidc_darwin.