0 purchases
antidart
Antidart 🚫 #
Introduction #
You don't want to use Dart in itself?
You want to use an another language in Dart?
This package is generated for you!
Support languages #
Kotlin
Java (planning)
C# (planning)
Swift (planning)
Note
All planning languages are tentative and can be changed in the future.
Getting started #
Run this command to add antidart package into your project.
dart run antidart
copied to clipboard
Check this line in your pubspec.yaml file if it's not exist.
dependencies:
antidart: ^<latest_version>
copied to clipboard
Import a programming language that you want to use like this.
import 'package:antidart/<support_language>.dart';
copied to clipboard
Tip
To avoid conflicts between libraries, please only import a single language that you want to use.
Usage #
Kotlin:
import 'package:antidart/kotlin.dart';
fun main(vararg<String> args) {
val awesome = 'Awesome!';
println('awesome: ${awesome}');
}
copied to clipboard
See more longer examples in /example folder.
Additional information #
To contribute to this project, you can open an issue at here.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.