netglade_utils 2.2.0 copy "netglade_utils: ^2.2.0" to clipboard
netglade_utils: ^2.2.0 copied to clipboard

Dart utils used internally at netglade.

2.2.0 #

  • Add mapIndexed2 - replacement for built-in mapIndexed which uses sync*
  • Add where extension on Map type - returning new map instance.

2.1.0 #

  • Add byNameOrDefault and byNameOrNull Enum's extensions.
  • Add normalizeUrl and rtrim String's extensions.
  • Add flattenedList on Iterable of Iterables extension.

2.0.0 #

  • Remove isBlank, isNotBlank from String? extension.

1.3.0 #

  • Add distinctBy to iterable extensions.

1.2.0 #

  • Add ifEmpty and ifBlank to string extensions.
  • Remove typedefs. (private)

1.1.0 #

  • Add isNotNullNorEmpty to String? extension.
  • Fix implementation and doc comments in string_extensions.

1.0.1 #

  • Fix readme.

1.0.0 #

  • Initialization.