extension 0.2.0-nullsafety.0
extension: ^0.2.0-nullsafety.0 copied to clipboard
Package including lot helpers for easy developing on dart language
0.1.1 #
- Fixed
isSameDay
in date utils
0.1.0 #
- Rewrite with extension methods
- Added date with
isToday
&isYesterday
extension methods - in
enumValueByString
addedorElse
property - added
plural
in strings
0.0.5 #
- Added operator
==
toEnum<T>
0.0.4 #
- Added string entity with
capitalizeFirstLetter
function enumValueByString
returns null if can't find the value
0.0.3 #
enumValueByString
now throwsEnumValueInvalideParamsException
instead simpleException
0.0.2 #
Breaking Changes #
enumValueByString
now throwsEnumValueNotFoundException
if can't find the value
0.0.1 #
- Initial commit