Introduction

The goal of the project is to allow the creation of Dart code over Kotlin without an high effort. To achieve this goal the project contains data structures which describes language parts from Dart. Each part has it own context and can be mixed with other types to create more complex code for Dart.

The process of generating source files can offer significant advantages in diverse scenarios. It efficiently diminishes the necessity for boilerplate code and establishes a uniform standard throughout the codebase. However, realizing a reduction in boilerplate code necessitates the support of frameworks specifically tailored for code generation.

If you need help feel free to create an discussion in the Discussion-Tab from the project.

Not all language features from Dart can be achieved over the project. The project has the focus on the core elements from the language. If you want to create new options feel free to create a issue and a corresponding merge request

Last updated