Skip to content

Commit 50a9a92

Browse files
authored
Release af-v2.0.0 (#783)
1 parent a2a47db commit 50a9a92

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

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.0.0](https://github.com/auth0/auth0-flutter/tree/af-v2.0.0) (2026-03-18)
4+
[Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v2.0.0-beta.5...af-v2.0.0)
5+
6+
**Added**
7+
- auth0_flutter from v2.0.0-beta.5 to v2.0.0 (GA) [\#781](https://github.com/auth0/auth0-flutter/pull/781) ([utkrishtsahu](https://github.com/utkrishtsahu))
8+
39
## [af-v2.0.0-beta.5](https://github.com/auth0/auth0-flutter/tree/af-v2.0.0-beta.5) (2026-03-06)
410
[Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v2.0.0-beta.4...af-v2.0.0-beta.5)
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.0.0-beta.5'
7+
s.version = '2.0.0'
88
s.summary = 'Auth0 SDK for Flutter'
99
s.description = 'Auth0 SDK for Flutter Android and iOS 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.0.0-beta.5'
7+
s.version = '2.0.0'
88
s.summary = 'Auth0 SDK for Flutter'
99
s.description = 'Auth0 SDK for Flutter Android and iOS 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.0.0-beta.5';
1+
const String version = '2.0.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.0.0-beta.5'
7+
s.version = '2.0.0'
88
s.summary = 'Auth0 SDK for Flutter'
99
s.description = 'Auth0 SDK for Flutter Android and iOS 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 Flutter apps.
3-
version: 2.0.0-beta.5
3+
version: 2.0.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.0.0-beta.4
11+
auth0_flutter_platform_interface: ^2.0.0
1212
flutter:
1313
sdk: flutter
1414
flutter_web_plugins:

0 commit comments

Comments
 (0)