rtl_widget_finder library

Classes

FoundRtlWidget
Information about a string literal found in dart code.
RtlWidgetFinder
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.
RtlWidgetVisitor<R>