translations_code_gen 1.2.2
translations_code_gen: ^1.2.2 copied to clipboard
An application to generate translations keys and values for a dart/flutter application from .json file.
1.2.2 #
- Major Dependency Upgrades: Updated all dependencies to their latest stable versions.
- SDK Upgrade: Updated Dart SDK from
3.1.0to3.9.2(latest stable). - Flutter SDK: Added FVM support with Flutter
3.35.4(includes Dart3.9.2). - Dependencies Updated:
settings_yaml:^7.0.0→^8.3.1(major version upgrade)lints:^2.0.0→^6.0.0(major version upgrade)
- Development: Added FVM configuration for better version management.
- Compatibility: Verified compatibility with latest Dart SDK and all upgraded dependencies.
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.