v0.8.0
New package:kt_dart/standard.dart
library containing Kotlins loved standard extensions
- #120 Standard extensions
let
,also
,takeIf
andtakeUnless
- #120
TODO([String message])
top-level function which throwsNotImplementedException
- #120
repeat(int times, void Function(int) action)
top-level function
More cool updates
- #124
KtList.of
andKtSet.of
now allownull
as parameters. Same forlistOf
andsetOf
- #131 Chain Comparators with the new
thenBy
andthenByDescending
functions. - #126 Allow const
.empty()
constructors forKtList
,KtMap
andKtSet
(Thanks @TimWhiting) - #127
plus
,minus
operator overrides forKtSet
, returningKtSet
and notKtList
as theKtIterable
operators do