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
10 changes: 10 additions & 0 deletions auth0_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [af-v2.4.0](https://github.com/auth0/auth0-flutter/tree/af-v2.4.0) (2026-07-03)
[Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v2.3.0...af-v2.4.0)

**Added**
- feat: add passwordless OTP on database connections [\#886](https://github.com/auth0/auth0-flutter/pull/886) ([utkrishtsahu](https://github.com/utkrishtsahu))
- docs: fix README drift — broken DPoP link, stale What's New banner, stale migration notice [\#878](https://github.com/auth0/auth0-flutter/pull/878) ([sanchitmehtagit](https://github.com/sanchitmehtagit))
- chore: CI simulator bump and project housekeeping [\#866](https://github.com/auth0/auth0-flutter/pull/866) ([frederikprijck](https://github.com/frederikprijck))
- chore(example): bump Android Gradle plugin and Kotlin toolchain [\#865](https://github.com/auth0/auth0-flutter/pull/865) ([frederikprijck](https://github.com/frederikprijck))
- feat: Add Multi-Resource Refresh Token (MRRT) support for Flutter Web [\#864](https://github.com/auth0/auth0-flutter/pull/864) ([utkrishtsahu](https://github.com/utkrishtsahu))

## [af-v2.3.0](https://github.com/auth0/auth0-flutter/tree/af-v2.3.0) (2026-06-16)
[Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v2.2.0...af-v2.3.0)

Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter/darwin/auth0_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'auth0_flutter'
s.version = '2.3.0'
s.version = '2.4.0'
s.summary = 'Auth0 SDK for Flutter'
s.description = 'Auth0 SDK for Flutter Android, iOS, macOS, Windows, and web apps.'
s.homepage = 'https://auth0.com'
Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter/ios/auth0_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'auth0_flutter'
s.version = '2.3.0'
s.version = '2.4.0'
s.summary = 'Auth0 SDK for Flutter'
s.description = 'Auth0 SDK for Flutter Android, iOS, macOS, Windows, and web apps.'
s.homepage = 'https://auth0.com'
Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const String version = '2.3.0';
const String version = '2.4.0';
2 changes: 1 addition & 1 deletion auth0_flutter/macos/auth0_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'auth0_flutter'
s.version = '2.3.0'
s.version = '2.4.0'
s.summary = 'Auth0 SDK for Flutter'
s.description = 'Auth0 SDK for Flutter Android, iOS, macOS, Windows, and web apps.'
s.homepage = 'https://auth0.com'
Expand Down
4 changes: 2 additions & 2 deletions auth0_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: auth0_flutter
description: Auth0 SDK for Flutter. Easily integrate Auth0 into Android, iOS, macOS, Windows, and web Flutter apps.
version: 2.3.0
version: 2.4.0
homepage: https://github.com/auth0/auth0-flutter

environment:
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"

dependencies:
auth0_flutter_platform_interface: ^2.3.0
auth0_flutter_platform_interface: ^2.4.0
flutter:
sdk: flutter
flutter_web_plugins:
Expand Down
Loading