auto_strings 1.0.2+2 copy "auto_strings: ^1.0.2+2" to clipboard
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.
1
likes
150
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Dart/Flutter code generator that converts plain text into static const String fields.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path

More

Packages that depend on auto_strings