string_literal_finder library

Classes used by the command line utility to find string literals in dart code.

Classes

AnalysisOptions
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.
StringLiteralFinderPlugin