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

Dart utils used internally at netglade.

2.4.1 #

  • Fix firstLetterUppercase() for empty strings.
  • Adhere to netglade_analysis 12.0.0.

2.4.0 #

  • Add standartProLong future extension.

2.3.0 #

  • Add more String extensions.

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.