netglade_utils 2.6.0
netglade_utils: ^2.6.0 copied to clipboard
Dart utils used internally at netglade.
2.6.0 #
- Require Dart SDK 3.8.0 or later.
- Add
maybeSuccessandmaybeErrortoResulttype.
2.5.0 #
- Dependencies update.
2.4.1 #
- Fix
firstLetterUppercase()for empty strings. - Adhere to
netglade_analysis 12.0.0.
2.4.0 #
- Add
standartProLongfuture extension.
2.3.0 #
- Add more String extensions.
2.2.0 #
- Add
mapIndexed2- replacement for built-in mapIndexed which uses sync* - Add
whereextension on Map type - returning new map instance.
2.1.0 #
- Add
byNameOrDefaultandbyNameOrNullEnum's extensions. - Add
normalizeUrlandrtrimString's extensions. - Add
flattenedListon Iterable of Iterables extension.
2.0.0 #
- Remove
isBlank,isNotBlankfromString?extension.
1.3.0 #
- Add
distinctByto iterable extensions.
1.2.0 #
- Add
ifEmptyandifBlankto string extensions. - Remove typedefs. (private)
1.1.0 #
- Add
isNotNullNorEmptytoString?extension. - Fix implementation and doc comments in
string_extensions.
1.0.1 #
- Fix readme.
1.0.0 #
- Initialization.