project/unused_l10n/unused_l10n_command library

Classes

ArbFileInfo
Information about an ARB file and its terms.
IsolateProcessingConfig
Configuration for isolate-based file processing.
ProcessingResult
Result of processing a chunk of files in an isolate.
UnusedL10nCommand
Analyzes unused localization keys across all packages in the project.

Constants

lineNumber → const String

Functions

isolateEntryPoint(IsolateProcessingConfig config) → void
Entry point for the isolate that processes files.
readFileStreaming(File file) Future<String>
Reads large files using streaming to reduce memory usage.