extension 0.1.0
extension: ^0.1.0 copied to clipboard
Package including lot helpers for easy developing on dart language
0.1.0 #
- Rewrite with extension methods
- Added date with
isToday&isYesterdayextension methods - in
enumValueByStringaddedorElseproperty - added
pluralin strings
0.0.5 #
- Added operator
==toEnum<T>
0.0.4 #
- Added string entity with
capitalizeFirstLetterfunction enumValueByStringreturns null if can't find the value
0.0.3 #
enumValueByStringnow throwsEnumValueInvalideParamsExceptioninstead simpleException
0.0.2 #
Breaking Changes #
enumValueByStringnow throwsEnumValueNotFoundExceptionif can't find the value
0.0.1 #
- Initial commit