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 value to lower-case, leaving the rest unchanged.