localization_builder 0.15.0 localization_builder: ^0.15.0 copied to clipboard
A data class builder for localization.
0.15.0 #
- Using
Locale
fromdart:ui
instead ofintl
.
0.14.0 #
Locale
is now optional for templated values.
0.12.0 #
- Fixed CSV generators.
0.11.10 #
- Added dart style formatting.
0.11.9 #
- Migration to null safety.
- Removed dart_style and code_builder dependencies.
- Added
fromJson
factories.
0.9.1 #
- Initial version