The package currently hardcodes the search for Dart files to the lib directory only.
This creates limitations for projects that don't follow the standard single-package Flutter structure where
libIn these cases, the tool will incorrectly identify localization keys as "unused".
Proposed Solution: Add configuration options to specify custom directories to scan.