Helps developers to write dart code in a more fluent way via kotlin api.
Our company uses kotlin for all of our projects. We wanted to write our dart code in a more fluent way. So we decided to write our own library for code generation.
Our focus lies within a basic implementation of DartPoet, its core and reaching the goal of stable builds to use it in production later on.
We are happy to see that you are interested in contributing to our project. Please read our contributing guidelines before you start.
<dependency>
<groupId>dev.themeinerlp</groupId>
<artifactId>dartpoet</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
implementation("dev.themeinerlp:dartpoet:0.0.1-SNAPSHOT")
``