flutter_string_scanner 1.0.1
flutter_string_scanner: ^1.0.1 copied to clipboard
A tool to scan Flutter projects for untranslated static strings, helping improve multi-language support.
1.0.1 #
- Added CLI executable (
bin/flutter_string_scanner.dart
) for global command-line usage. - Updated README with new usage instructions.
1.0.0 #
- Initial release of Flutter String Scanner.
- Features:
- Scan
.dart
files for untranslated static strings. - Support for excluding directories and files.
- Detailed report generation with file paths and line numbers.
- Scan