Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions auth0_flutter_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
**Added**
- CredentialsManager user info/ID token contents accessible via flutter SDK [\#607](https://github.com/auth0/auth0-flutter/pull/607) ([NandanPrabhu](https://github.com/NandanPrabhu))

## [afpi-v2.0.0-beta.3](https://github.com/auth0/auth0-flutter/tree/afpi-v2.0.0-beta.3) (2026-02-05)
[Full Changelog](https://github.com/auth0/auth0-flutter/compare/afpi-v2.0.0-beta.2...afpi-v2.0.0-beta.3)

**Added**
- CredentialsManager user info/ID token contents accessible via flutter SDK [\#607](https://github.com/auth0/auth0-flutter/pull/607) ([NandanPrabhu](https://github.com/NandanPrabhu))

## [afpi-v2.0.0-beta.2](https://github.com/auth0/auth0-flutter/tree/afpi-v2.0.0-beta.2) (2026-01-22)
[Full Changelog](https://github.com/auth0/auth0-flutter/compare/afpi-v2.0.0-beta.1...afpi-v2.0.0-beta.2)

Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: auth0_flutter_platform_interface
description: A common platform interface for the auth0_flutter federated plugin.
version: 2.0.0-beta.2
version: 2.0.0-beta.3

homepage: https://github.com/auth0/auth0-flutter

Expand Down
Loading