antidart 1.0.1 copy "antidart: ^1.0.1" to clipboard
antidart: ^1.0.1 copied to clipboard

A package supports you use another languages like Kotlin, Java, etc... in Dart.

example/antidart_example.dart

import 'package:antidart/kotlin.dart';

/**
 * You can edit, run, and share 
 * this [code](play.kotlinlang.org).
 */
fun main(vararg<String> args) {
  val awesome = "world";
  println("Hello, ${awesome}!!!");
}
1
likes
150
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A package supports you use another languages like Kotlin, Java, etc... in Dart.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

test

More

Packages that depend on antidart