i18n_omatic 0.6.0 i18n_omatic: ^0.6.0 copied to clipboard
i18n-o-matic makes translations easier in Flutter apps with automatic search for translatable strings in the source code.
0.6.0 #
- Introduced null safety
0.5.0 #
- Updated versions of dependencies
0.4.1 #
- Removed unused dependencies in CI configuration
- Updated options for static analysis of example source code
- Updated assets declaration in example
0.4.0 #
- Added automatic creation of files declared in pubspec.yaml if they do not exist
- Updated example
- Updated README.md
0.3.0 #
- Added automatic creation of translation directory in update tool
- Updated README file : Mockito example, badges, contributors
0.2.2 #
- Introduced API documentation
- Cleaned code
0.2.1 #
- Added display of help for the update command-line tool
- Updated package description
- Removed useless test in the example
- Fixed crash when translations directory does not exist
0.2.0 #
- Added usage documentation in README file
- Added example based on default flutter example project
- Fixed typo in class name
0.1.2 #
- Added pedantic package in dev_dependencies
- Cleaned code
0.1.1 #
- Updated metadata
0.1.0 #
- Introduced global structure of the package
- Added command line tool to get strings to translate from source code
- Added class for automatic translations of strings in apps