language_helper_generator 0.0.1+1 language_helper_generator: ^0.0.1+1 copied to clipboard
Help you to create a base structure for [language_helper](https://pub.dev/packages/language_helper)
0.0.1+1 #
- Use mock in example instead of using
language_helper
.
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.