l10m 0.3.3
l10m: ^0.3.3 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
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-rootto disable the generation of the root folder
0.2.0 #
- (Breaking changes) Added flag
--[no-]nullable-getterto enable or disable the nullable getter. By default is true (nullable getters)
0.3.0 #
- Added flag
--generate-only-rootto generate only the root folder - Added flag
--generate-only-moduleto generate only the module folder - Added option
-generate-moduleor-gto generate the module folder. This option is only active if the flag--generate-only-moduleis active.
0.3.1 #
- Improvments erros messages
0.3.2 #
- Improvments erros messages
0.3.3 #
- Improvments erros messages