This is a Kotlin to Dart transpiler, based on the ktlint engine for parsing and building an AST of kotlin code. It was not designed to be a complete transpiler, but instead to facilitate manual porting of Kotlin code to Dart. It was used to port several tens of thousands lines of code of an Android app to Flutter
It is now probably obsolete, because of Chat-GPT and similar projects that allows to translate code from any programming language to any other.
beyondeye/kotlin2dart
Tool for converting kotlin code to Dart based on the ktlint engine
Kotlin
16
1