flutter_loc 0.2.4
flutter_loc: ^0.2.4 copied to clipboard
flutter_loc simplifies localization in Flutter by automating string parsing and offering quick multilingual support.
0.1.0 #
INIT: Initial commit in the repo.
0.1.1 #
FEAT: Added replacement suffix argument to the replace command.
0.2.0 #
FEAT: Added config file to add advanced functionality to both the extraction and the replacement phases. See everything in the example folder.
0.2.1 #
FIX: Fixes within the stringification.
0.2.2 #
FIX: Remove special characters from extractions and from key population.
0.2.3 #
DEPS: Updated the darted_cli
dependency.
0.2.4 #
DOC: Updated structure of the CHANGELOG file.
CHORE: Depend on the new YAML validation from darted_cli
.
FEAT: A new 'importing_line' parameter in the config file to be able to quickly add package imports to the file that have match replacements.