flutter_string_extractor 0.1.0
flutter_string_extractor: ^0.1.0 copied to clipboard
Extract .tr strings from Flutter project and save them as JSON
0.1.0 - 2023-05-27 #
Added #
- Initial release of the "flutter_string_extractor" package.
- Added feature to extract strings followed by ".tr" in Dart files under the specified directory.
- Added feature to save these strings into a JSON file.
- CLI support for running the package as a script, allowing users to provide input and output file paths.
- Readme.md file providing an overview of the package and its usage.
- LICENSE file declaring the MIT license.