string_literal_finder 0.2.0
string_literal_finder: ^0.2.0 copied to clipboard
Find non translated strings: Searches all dart files for string literals, excluding non translatable strings.
0.2.0 #
- Allow exclude suffix configuration.
- Generate a github annotations file for https://github.com/Attest/annotations-action/
0.1.1+4 #
- Improve NonNls annotation checker for named parameters.
- Improve dartdoc.
0.1.1+3 #
- added 'filesWithoutLiterals' to metrics output.
0.1.1+2 #
- allow configuring of excludes, exclude .g.dart files, output statistics at end.
0.1.1+1 #
- Use better command line parsing, implement help command.
0.1.1 #
- Update documentation and made available through
pub global
0.1.0 #
- Initial version, created by Stagehand