flutter_string_extractor 1.1.2
flutter_string_extractor: ^1.1.2 copied to clipboard
A command-line tool for extracting translatable strings from Flutter projects. It finds strings marked with .tr or tr() in Dart files.
1.1.2 #
- Updated README with clearer installation and usage instructions
- Improved documentation formatting
1.1.1 #
- Applied dart format to improve code formatting
- Enhanced code style consistency
1.1.0 #
- Added comprehensive API documentation
- Added example directory with sample code
- Added detailed usage examples in README
- Enhanced CLI error messages and feedback
- Fixed SDK constraint format
- Improved file path handling
1.0.1 #
- Improved documentation
- Added example directory with usage samples
- Fixed SDK constraint format
- Enhanced error handling in CLI
1.0.0 #
- First stable release
- Command line interface with src-dir and output-file options
- Global activation support via dart pub
- Support for both .tr and tr() syntax
- Clean JSON output format
- Improved error handling and user feedback
0.1.1 #
- Added support for tr() function
- Updated Readme.md file to reflect the changes
- Added support for dart pub global activate flutter_string_extractor
0.1.0 #
- Initial release of the "flutter_string_extractor" package
- Added feature to extract strings followed by ".tr" in Dart files
- Added feature to save these strings into a JSON file
- CLI support for running the package as a script
- Added documentation and MIT license