antidart 1.0.1
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}!!!");
}