utils library

Extensions

IterableExtenstion on Iterable<E>
Extension methods for Iterable

Functions

capitalize(String s) String
Capitalize a string
throwError(String message, {Element? element}) → void
Helper to through flutter errors
throwIf(bool condition, String message, {Element? element}) → void
Helper to through flutter errors if condition is true
toKababCase(String s) String
Recase a string to kabab-case
toLowerCamelCase(String s) String
Recase a string to lowerCamelCase