netglade_utils 2.0.0
netglade_utils: ^2.0.0 copied to clipboard
Dart utils used internally at netglade.
2.0.0 #
- Remove
isBlank
,isNotBlank
fromString?
extension.
1.3.0 #
- Add
distinctBy
to iterable extensions.
1.2.0 #
- Add
ifEmpty
andifBlank
to string extensions. - Remove typedefs. (private)
1.1.0 #
- Add
isNotNullNorEmpty
toString?
extension. - Fix implementation and doc comments in
string_extensions
.
1.0.1 #
- Fix readme.
1.0.0 #
- Initialization.