auto_strings 1.0.2+2
auto_strings: ^1.0.2+2 copied to clipboard
A simple Dart/Flutter code generator that converts plain text into static const String fields.
📄 CHANGELOG.md #
1.0.2+2 #
- Docs updated.
1.0.2+1 #
- Docs updated.
1.0.2 #
Features #
- ✨ Added
AutoStringsGenerator
to generate Dart string constants from input text files - 🔤 Implemented camelCase key conversion with duplicate handling
- 🛡️ Escaped special characters (
"
,\
,\n
,\t
) for Dart string safety - 📜 Multiline-safe string handling and empty line filtering
- 📦 Default class name set to
AppStrings
if not provided
1.0.1 #
- Issue Tracker added.
1.0.0 #
- Initial release of Auto Strings.
- Generates static constants from text file.