kart 1.0.2
kart: ^1.0.2 copied to clipboard
Taste and smell dart a little like Kotlin. We can feel the magic of Kotin even in dart.
Collection of extensions #
Dart is good but can be better.
Kotlin Style #
Join QQ Group now: 1003811176
For objects:
letrunalsotakeIf
For strings:
isBlank()isNotBlank()isNullOrBlank()orEmpty()
For iterable
firstOrNull()lastOrNull()lastIndexgetOrElse(int,defaultValue)getOrNull(int)mapIndexed(int,element)mapNotNull(element)
Other #
Pair<F,S>