ktc_dart

Last updated:

0 purchases

ktc_dart Image
ktc_dart Images
Add to Cart

Description:

ktc dart

ktc_dart #
A package that implemented the features of the Collections library of Kotlin (v1.5).
Differences #
This package made Dart friendly. So there's are some differences as below.

Not implemented which if Dart has same feature but different name.
From 1. If there are sibling features. The name of features follows the Dart method name.
As 2. If there are arguments that has same functionality. The name of arguments follows the Dart arguments name.
Returns Iterable as can as possible when the return type is collection.
Unlike Kotlin, Dart has no method overloading. So there are some features that can not implement to same name. When then change name slight differently. For example overloading methods associateBy(keySelector) and associateBy(keySelector, valueTransform) in Kotlin are splitted to two method as associateBy(keySelector) and associateAndTransformBy(keySelector, valueTransfrom).

Todos #

✅ Iterable
✅ List
✅ Set
✅ Map

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.