translations_code_gen 1.2.1
translations_code_gen: ^1.2.1 copied to clipboard
An application to generate translations keys and values for a dart/flutter application from .json file.
1.2.1 #
- Updated Dart SDK to
Dart SDK version: 3.1.0 (stable). - Updated
settings_yamlfrom^5.0.0to^7.0.0.
1.2.0 #
- Added support for generating modes with the '-g' or '--generate' flag.
- Added 4 generation modes: 'dart', 'dart-keys, 'dart-values', 'json-values'.
- Added few more error checks.
- Added more error messages.
1.1.1 #
- Removed extra print code.
1.1.0 #
- Added support for generating translations from a directory and file with configuration.
- Added support for translations_code_gen.yaml file.
1.0.7 #
- Renamed lib/code_gen.dart to lib/translations_code_gen.dart.
1.0.6 #
- Fixed double quotes and new line error when generating values.
1.0.5 #
- Modified the
README.mdfile.
1.0.4 #
- Added info print statements.
1.0.3 #
- Added values to generate from the directory.
1.0.2 #
- Updated the
README.mdfile.
1.0.1 #
- Fix a bug in the
global activatecommand.
1.0.0 #
- Initial version.