PackageTrack
Sign in Get early access

auto_strings

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

1.0.4 Hitesh-Meghwal/Flutter_auto_strings_package

What this package is like to depend on

Last release 5 months ago

25 Feb 2026

Release timing varies

gaps range from 8 days to 3 months

Nearly every release is documented

notes for 9 of 9 stable releases

Nothing withdrawn

no release was ever pulled

1 years old

9 releases · first in 2025

4 releases in the last 12 months

see the full history below

Release timeline

9 releases · Aug 2025 to Feb 2026
2026
Release Pre-release

Releases

latest 9
  1. 1.0.4 25 Feb 2026
    Release notes
    • 🔢 Fixed invalid Dart identifiers for strings starting with digits
    • 🔄 Digit-starting words are now moved to the end of the identifier (e.g. "404 Not Found"notFound404)
    • 🛡️ Fallback s prefix applied only when all words start with digits
    Open source →
  2. 1.0.3 02 Dec 2025
    Release notes
    • 🛡️ Added Dart keyword conflict prevention
    • 🔤 Reserved keywords (e.g., continue, class, int) now auto-suffixed with Str
    Open source →
  3. 1.0.2 26 Aug 2025
    Release notes

    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
    Open source →
  4. 1.0.2+1 26 Aug 2025
    Release notes
    • Docs updated.
    Open source →
  5. 1.0.2+2 27 Aug 2025
    Release notes
    • Docs updated.
    Open source →
  6. 1.0.2+3 17 Nov 2025
    Release notes
    • 📚 Added comprehensive example section with working demos
    • ✨ Included sample main.dart demonstrating real-world usage
    • 📝 Added example README.md with step-by-step instructions
    • 🎯 Example now appears on pub.dev for better discoverability
    • 🐛 Fixed: Removed import 'package:flutter/foundation.dart' dependency
    • 🔧 Replaced debugPrint() with standard print() for better compatibility
    Open source →
  7. 1.0.2+4 26 Nov 2025
    Release notes
    • 🔧 Replaced print() with standard stdout.writeln() for better compatibility
    Open source →
  8. 1.0.1 10 Aug 2025
    Release notes
    • Issue Tracker added.
    Open source →
  9. 1.0.0 10 Aug 2025
    Release notes
    • Initial release of Auto Strings.
    • Generates static constants from text file.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive