Skip to content

Commit 8f730b9

Browse files
[local_auth] Add compatibility with latest intl (#6138)
`intl` 0.19.0 doesn't have any changes that break us, so we can expand our range of allowed versions for better ecosystem compatibility. Fixes flutter/flutter#141779
1 parent ef349be commit 8f730b9

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

packages/local_auth/local_auth_android/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## NEXT
1+
## 1.0.37
22

3+
* Adds compatibility with `intl` 0.19.0.
34
* Updates compileSdk version to 34.
45

56
## 1.0.36

packages/local_auth/local_auth_android/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: local_auth_android
22
description: Android implementation of the local_auth plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/local_auth/local_auth_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22
5-
version: 1.0.36
5+
version: 1.0.37
66

77
environment:
88
sdk: ">=3.0.0 <4.0.0"
@@ -21,7 +21,7 @@ dependencies:
2121
flutter:
2222
sdk: flutter
2323
flutter_plugin_android_lifecycle: ^2.0.1
24-
intl: ">=0.17.0 <0.19.0"
24+
intl: ">=0.17.0 <0.20.0"
2525
local_auth_platform_interface: ^1.0.1
2626

2727
dev_dependencies:

packages/local_auth/local_auth_darwin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.2
2+
3+
* Adds compatibility with `intl` 0.19.0.
4+
15
## 1.2.1
26

37
* Renames the Objective-C plugin classes to avoid runtime conflicts with

packages/local_auth/local_auth_darwin/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: local_auth_darwin
22
description: iOS implementation of the local_auth plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/local_auth/local_auth_darwin
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22
5-
version: 1.2.1
5+
version: 1.2.2
66

77
environment:
88
sdk: ^3.2.3
@@ -20,7 +20,7 @@ flutter:
2020
dependencies:
2121
flutter:
2222
sdk: flutter
23-
intl: ">=0.17.0 <0.19.0"
23+
intl: ">=0.17.0 <0.20.0"
2424
local_auth_platform_interface: ^1.0.1
2525

2626
dev_dependencies:

0 commit comments

Comments
 (0)