flutter_string_extractor 1.0.0
flutter_string_extractor: ^1.0.0 copied to clipboard
A tool for extracting translatable strings from Flutter projects
0.1.1 - 2023-05-27 #
Added #
- 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 - 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.