utils library
Extensions
-
IterableExtenstion
on Iterable<
E>
Functions
-
capitalize(
String s) → String -
printBoxed(
String message, {String header = '--------------------------'}) → void -
throwBoxed(
String message) → void -
throwError(
String message, {Element? element}) → void -
throwIf(
bool condition, String message, {Element? element}) → void -
throwSourceError(
String message) → void -
toCamelCase(
String s) → String