utils library
general utils
Extensions
- DartTypeX on DartType
-
Extension helpers for
DartType -
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
conditionis true -
toKababCase(
String s) → String - Recase a string to kabab-case
-
toLowerCamelCase(
String s) → String - Recase a string to lowerCamelCase