utils library

Extensions

IterableExtenstion on Iterable<E>
Extension on Iterable providing a firstWhereOrNull method.

Functions

capitalize(String s) String
Capitalizes the first character of a string.
printBoxed(String message, {String header = '--------------------------'}) → void
Prints a formatted message with box styling.
throwBoxed(String message) → void
Throws a formatted error message with box styling.
throwSourceError(String message) → void
Throws a formatted source error message with box styling.
toCamelCase(String s) String
Converts a string to camelCase format.