We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7d514 commit 3789480Copy full SHA for 3789480
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+### [3.0.2]
4
+
5
+- support intl 18
6
+- support dart 3
7
+- added trExists extension
8
+- fix: handle invalid saved local
9
+- handle null returned by assetLoader
10
+- improve parsing scriptCode from local string
11
+- add tr-extension on build context
12
13
### [3.0.1]
14
15
- added option allowing skip keys of nested object
pubspec.yaml
@@ -5,7 +5,7 @@ homepage: https://github.com/aissat/easy_localization
issue_tracker: https://github.com/aissat/easy_localization/issues
# publish_to: none
-version: 3.0.2-dev.5
+version: 3.0.2
environment:
sdk: '>=2.12.0 <4.0.0'
0 commit comments