Unclaimed project
Are you a maintainer of kt.dart? Claim this project to take control of your public changelog and roadmap.
Changelog
A port of kotlin-stdlib for Dart/Flutter including immutable collections (KtList, KtMap, KtSet) and other packages
KtIterable.sumOf thx @nohliFull Changelog: https://github.com/passsy/kt.dart/compare/v0.10.0...v1.0.0
Some nullsafety improvements, type fixes and a lot of new Kotlin 1.4 extensions
KtSet.contains performance