Skip to content

Commit

Permalink
update: intl to 0.19.0
Browse files Browse the repository at this point in the history
update: intl to 0.19.0
  • Loading branch information
vanlooverenkoen committed May 28, 2024
2 parents 245abe2 + 7a63579 commit 5140bbe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 12.1.3
## Updated

- Updated intl to support Flutter 3.22.x and above

# 12.1.1 - 12.1.2

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
intl: ^0.18.0
intl: ^0.19.0
flutter:
sdk: flutter
flutter_localizations:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/impaktfull/flutter_locale_gen
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
intl: ^0.18.0
intl: ^0.19.0
meta: ^1.9.1
path: ^1.8.3
yaml: ^3.1.2
Expand Down

0 comments on commit 5140bbe

Please sign in to comment.