l10m 0.2.0
l10m: ^0.2.0 copied to clipboard
A library for modular localization in Dart. It allows you to split your localization files into multiple files and load them on demand. It also supports pluralization and genderization.
0.0.1 #
- Initial version.
0.0.2 #
- Format code.
0.0.3 #
- Remove unnecessary codes
0.1.0 #
- Apply the new structure for the library
0.1.1 #
- Update README.md
0.1.2 #
- Update README.md
0.1.3 #
- Update README.md
- Upgrade dependencies
0.1.4 #
- Added flag --[no-]generate-root to disable the generation of the root folder
0.2.0 #
- (Breaking changes) Added flag --[no-]nullable-getter to enable or disable the nullable getter. By default is true (nullable getters)