migrator/utils/naming library
Functions
-
providerNameForType(
String typeName) → String -
Returns the conventional Riverpod provider variable name for
typeName. -
toLowerCamel(
String value) → String -
Converts the first character of
valueto lower-case, leaving the rest unchanged.