Skip to content

Commit 9ad4226

Browse files
committed
v0.3.3: intl 0.20, multiple_localization 0.6.0
1 parent 7f563a5 commit 9ad4226

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

.fvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"flutter": "3.27.1",
2+
"flutter": "3.32.3",
33
"flavors": {}
44
}

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"dart.flutterSdkPath": ".fvm/versions/3.27.1",
2+
"dart.flutterSdkPath": ".fvm/versions/3.32.3",
33
"search.exclude": {
44
"**/.fvm": true
55
},

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.3.3]
2+
3+
* Flutter 3.32.0.
4+
* Update `intl` 0.20.
5+
* Update `multiple_localization` 0.6.0.
6+
17
## [0.3.2]
28

39
* Flutter 3.22.0.

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name: innim_l10n
22
description: Localizations dependency for Innim Team projects.
3-
version: 0.3.2
3+
version: 0.3.3
44
homepage: https://github.com/innim/
55
repository: https://github.com/Innim/flutter_innim_l10n
66
issue_tracker: https://github.com/Innim/flutter_innim_l10n/issues
77

88
environment:
99
sdk: ">=3.0.0 <4.0.0"
10-
flutter: ">=3.22.0"
10+
flutter: ">=3.32.0"
1111

1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
intl: ^0.19.0
16-
multiple_localization: ^0.5.0
15+
intl: ^0.20.0
16+
multiple_localization: ^0.6.0
1717

1818
dev_dependencies:
1919
flutter_test:

0 commit comments

Comments
 (0)