intl_utils 1.1.0
intl_utils: ^1.1.0 copied to clipboard
intl_utils is a dart library that generates Dart localization code from ARB file. Generated code relies on Intl library.
Change Log #
All notable changes to the "flutter-intl" extension will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.0 - 2020-02-04 #
- Make main locale configurable
1.0.2 - 2020-01-21 #
- Add curly-braces around placeholders when they are followed by alphanumeric or underscore character
1.0.1 - 2020-01-15 #
-
Fix trailing comma issue (l10n.dart)
-
Remove unused dependencies
1.0.0 - 2020-01-12 #
- Initial release