utils/string_utils library
Classes
- StringUtils
- A utility class for string manipulation, focusing on case conversions and formatting relevant to code generation (e.g., from database names to Dart conventions).
Functions
-
printLongString(
String text) → void - Prints a long string to the console by breaking it into chunks.