- Upgrade
intl
dependencies to 0.19.0. - Min Dart SDK 3.0.0.
- Upgrade
intl
dependencies to 0.18.0. Thank to @Goxiaoy.
- Support for fallback locale.
- Fixed: Missed
scriptCode
from locale.
- Allow to use async builder in
load()
. Thanks to @Goxiaoy.
- Flutter 2.
- Null-safety support.
- Warning! Generation currently is not available, because of #118 in
intl_translation
.
- Readme: add description how to override strings from a package in the project.
- Use
innim_lint
analysis options.
- Fixed: Use
Localizations.override
leads to adding more and moreCompositeMessageLookup
(#1).
Thanks to @qwert2603.
- Add link to Medium article at README.
- Refactor example project. All not generated code in one file now.
- Example project.
- Export added.
- Reformat.
- Core functionality.