utils library
Extensions
-
IterableExtenstion
on Iterable<
E>
Functions
-
capitalize(
String s) → String -
getStackedAppFileName(
) → Future< String> -
notQueryNorPath(
List< ParamConfig> parameters) → List<ParamConfig> -
processedReturnType(
String? returnType) → String -
throwError(
String message, {Element? element, String todo = ''}) → void -
throwIf(
bool condition, String message, {Element? element, String todo = ''}) → void -
toDisplayString(
DartType e, {bool withNullability = false}) → String -
toKababCase(
String s) → String -
toLowerCamelCase(
String s) → String -
valueOr(
String? value, String or) → String