oidc_darwin
iOS and macOS implementation of the oidc plugin
1.1.2
10.0K downloads/mo
#2952 most downloaded on pub.dev
Bdaya-Dev/oidc
What this package is like to depend on
Last release 22 days ago
01 Aug 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Jul 2026 to Aug 2026Releases
latest 4-
1.1.201 Aug 2026Release notes
Open source →- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
1.1.125 Jul 2026 -
1.1.014 Jul 2026Release notes
Open source →- FEAT(oidc_loopback_listener): capture form_post bodies and fragments. (3bc512c3)
Release notes
Open source → -
1.0.014 Jul 2026Release notes
Open source →- FIX: resolve all four library bugs; drive honest unit coverage to ~95% (#368). (c86bee17)
- FIX(crypto_keys_plus): resolve pub.dev publish dry-run warnings. (5bee9a89)
- FEAT(crypto): RSASSA-PSS (PS256/384/512) + EdDSA/Ed25519. (6c5c6741)
- BREAKING FEAT: consolidate jose_plus, crypto_keys_plus, x509_plus into the workspace. (3fffc6cd)
Release notes
Open source →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 theoidcplugin. It merges and supersedesoidc_iosandoidc_macosinto a single FluttersharedDarwinSourceplugin (one Swift target, onePackage.swift, one podspec), driving theASWebAuthenticationSessionbrowser primitive via the Pigeon-generatedOidcAppleHostApi. - BREAKING: replaces
oidc_iosandoidc_macos. Apps that depend on theoidcumbrella package need no changes; anyone depending onoidc_iosoroidc_macosdirectly should switch tooidc_darwin.