string_literal_finder library
Classes
- FoundStringLiteral
- Information about a string literal found in dart code.
- StringLiteralFinder
- The main finder class which will use dart analyzer to analyse all dart files in the given basePath and look for string literals. Some literals will be (smartly) ignored which should not be localized.
-
StringLiteralVisitor<
R>