string_literal_finder 1.0.0-dev.1 copy "string_literal_finder: ^1.0.0-dev.1" to clipboard
string_literal_finder: ^1.0.0-dev.1 copied to clipboard

outdated

Find non translated strings: Searches all dart files for string literals, excluding non translatable strings. Useful for i18n/l10n.

1.0.0-dev.1 #

  • Allow usage as analyser plugin.

0.3.0 #

  • Migrate to null safety.

0.2.1 #

  • Ignore index accesses for variables annotated with @NonNls.
  • Ignore string literals in annotations @SomeAnnotation('test').

0.2.0 #

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
11
likes
0
pub points
86%
popularity

Publisher

verified publishercodeux.design

Find non translated strings: Searches all dart files for string literals, excluding non translatable strings. Useful for i18n/l10n.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, analyzer_plugin, args, logging, logging_appenders, meta, path, source_gen, string_literal_finder_annotations

More

Packages that depend on string_literal_finder