utils library

Functions

capitalize(String s) String
printBoxed(String message, {String header = '--------------------------'}) → void
resolveAssetUri(Uri url) Uri
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