language_helper_generator 0.1.5 language_helper_generator: ^0.1.5 copied to clipboard
Help you to create a base structure for [language_helper](https://pub.dev/packages/language_helper)
0.1.5 #
- Supports changing the generated path when generating.
0.1.4 #
- Change the order of the duplicated text to after.
0.1.3 #
- Improve the commented text.
- Improve the parser.
0.1.2 #
- Improve the commented text.
- Improve TODO text.
0.1.1 #
- Ignore prefer_single_quotes to the generated file.
- Improve the commented reason.
- Update the generated files in the example.
0.1.0 #
- Bump dart sdk version to
>=2.18.0 <4.0.0
.
0.0.1+2 #
- Use mock in example instead of using
language_helper
. - Update base data path in README.
0.0.1 #
- Bring to the first stable release.
- Change command to
dart run language_helper_generator
. - Remove Flutter dependencies.
0.0.1-rc.5 #
- Able to run with command:
flutter pub run language_helper_generator
. - Add a warning message for the wrong working directory.
0.0.1-rc.4 #
- Improves parser to be able to parse
'test'.tr,
.
0.0.1-rc.3 #
- Print text in the console if it contains $variable.
- Add comments to the generated text if it contains invalid information (like $variable, duplicated).
- Add mutiple tests.
0.0.1-rc.2 #
- User new parser to parse string which supports multiple lines.
0.0.1-rc.1 #
- Initial release.