nullx 0.1.9 copy "nullx: ^0.1.9" to clipboard
nullx: ^0.1.9 copied to clipboard

nullx is a collection of elegant extensions for handling null types in Dart.

Changelog #

0.1.9 #

  • isNotNullOrEmpty => hasValue
  • Add nullable future extensions

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 method or on int, double, and bool.

0.1.2 #

  • Change the parameter names of conditionNotNullAs and conditionNotNullWith methods to improve readability.
  • Add more examples.

0.1.1 #

  • Add new util functions.
  • Add nullable string extensions.

0.1.0+1 #

  • Initial release.
11
likes
0
points
222
downloads

Publisher

verified publishershtanko.dev

Weekly Downloads

nullx is a collection of elegant extensions for handling null types in Dart.

Homepage
Repository (GitHub)
View/report issues

Topics

#null-safety #nullable #types #collections

License

unknown (license)

Dependencies

dartz

More

Packages that depend on nullx