v0.8.0
New package:kt_dart/standard.dart library containing Kotlins loved standard extensions
- #120 Standard extensions
let,also,takeIfandtakeUnless - #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.ofandKtSet.ofnow allownullas parameters. Same forlistOfandsetOf - #131 Chain Comparators with the new
thenByandthenByDescendingfunctions. - #126 Allow const
.empty()constructors forKtList,KtMapandKtSet(Thanks @TimWhiting) - #127
plus,minusoperator overrides forKtSet, returningKtSetand notKtListas theKtIterableoperators do