flutter_string_extractor 0.1.1
flutter_string_extractor: ^0.1.1 copied to clipboard
Extract .tr and tr() strings from Flutter project and save them as JSON
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.