kotlin_dart 0.4.1 copy "kotlin_dart: ^0.4.1" to clipboard
kotlin_dart: ^0.4.1 copied to clipboard

discontinuedreplaced by: kt_dart
outdated

This project is a port of Kotlins Standard library for Dart/Flutter projects. It includes collections (KtList, KtMap, KtSet) as well as other packages useful for every Dart/Flutter project.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add kotlin_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  kotlin_dart: ^0.4.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:kotlin_dart/annotation.dart';
import 'package:kotlin_dart/collection.dart';
import 'package:kotlin_dart/exception.dart';
import 'package:kotlin_dart/kotlin.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

This project is a port of Kotlins Standard library for Dart/Flutter projects. It includes collections (KtList, KtMap, KtSet) as well as other packages useful for every Dart/Flutter project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on kotlin_dart