nullx 0.1.8 nullx: ^0.1.8 copied to clipboard
nullx is a collection of elegant extensions for handling null types in Dart.
Changelog #
0.1.8 #
- Extend NullableStringExtensions by adding new isNotNullOrEmpty method
- Add dartz Either extensions
0.1.7 #
- Add nullable map extensions
- Add nullable future extensions
0.1.6 #
- Add
filterNotNullTo
,filterNotNull
,listOfNotNull
,ifNull
functions and extensions - Add unit tests
- Fix code documentation
0.1.5 #
- Fix code documentation.
- Deprecate
notEmpty
,executeIf
, 'unwrapped' methods. - Add new extension
callWhen
on nullable objects. - Make examples more readable.
0.1.4 #
- Fix code documentation.
- Add LetX extension functions.
- Add AlsoX extension functions.
0.1.3 #
- Add extension functions on nullable int, double, and bool.
- Add getter
orZero
and methodor
on int, double, and bool.
0.1.2 #
- Change the parameter names of
conditionNotNullAs
andconditionNotNullWith
methods to improve readability. - Add more examples.
0.1.1 #
- Add new util functions.
- Add nullable string extensions.
0.1.0+1 #
- Initial release.