Skip to content

Commit 156edd5

Browse files
authored
Release af-v2.3.0 (#870)
1 parent 7c18eec commit 156edd5

6 files changed

Lines changed: 12 additions & 6 deletions

File tree

auth0_flutter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [af-v2.3.0](https://github.com/auth0/auth0-flutter/tree/af-v2.3.0) (2026-06-16)
4+
[Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v2.2.0...af-v2.3.0)
5+
6+
**Added**
7+
- feat: Adds passkeys support to flutter SDK [\#858](https://github.com/auth0/auth0-flutter/pull/858) ([NandanPrabhu](https://github.com/NandanPrabhu))
8+
39
## [af-v2.2.0](https://github.com/auth0/auth0-flutter/tree/af-v2.2.0) (2026-06-05)
410
[Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v2.1.0...af-v2.2.0)
511

auth0_flutter/darwin/auth0_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'auth0_flutter'
7-
s.version = '2.2.0'
7+
s.version = '2.3.0'
88
s.summary = 'Auth0 SDK for Flutter'
99
s.description = 'Auth0 SDK for Flutter Android, iOS, macOS, Windows, and web apps.'
1010
s.homepage = 'https://auth0.com'

auth0_flutter/ios/auth0_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'auth0_flutter'
7-
s.version = '2.2.0'
7+
s.version = '2.3.0'
88
s.summary = 'Auth0 SDK for Flutter'
99
s.description = 'Auth0 SDK for Flutter Android, iOS, macOS, Windows, and web apps.'
1010
s.homepage = 'https://auth0.com'

auth0_flutter/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const String version = '2.2.0';
1+
const String version = '2.3.0';

auth0_flutter/macos/auth0_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'auth0_flutter'
7-
s.version = '2.2.0'
7+
s.version = '2.3.0'
88
s.summary = 'Auth0 SDK for Flutter'
99
s.description = 'Auth0 SDK for Flutter Android, iOS, macOS, Windows, and web apps.'
1010
s.homepage = 'https://auth0.com'

auth0_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: auth0_flutter
22
description: Auth0 SDK for Flutter. Easily integrate Auth0 into Android, iOS, macOS, Windows, and web Flutter apps.
3-
version: 2.2.0
3+
version: 2.3.0
44
homepage: https://github.com/auth0/auth0-flutter
55

66
environment:
77
sdk: ">=3.5.0 <4.0.0"
88
flutter: ">=3.24.0"
99

1010
dependencies:
11-
auth0_flutter_platform_interface: ^2.2.0
11+
auth0_flutter_platform_interface: ^2.3.0
1212
flutter:
1313
sdk: flutter
1414
flutter_web_plugins:

0 commit comments

Comments
 (0)