Skip to content

A Kotlin API which allows the generation of code for dart

License

Notifications You must be signed in to change notification settings

Joltras/DartPoet

 
 

Repository files navigation

DartPoet

DartPoet is still in development and not ready for production use.

Description

Helps developers to write dart code in a more fluent way via kotlin api.

Motivation

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.

Focus

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.

Contributing

We are happy to see that you are interested in contributing to our project. Please read our contributing guidelines before you start.

Maven

<dependency>
    <groupId>dev.themeinerlp</groupId>
    <artifactId>dartpoet</artifactId>
    <version>0.0.1-SNAPSHOT</version>
</dependency>

Gradle

implementation("dev.themeinerlp:dartpoet:0.0.1-SNAPSHOT")

Usage

``

About

A Kotlin API which allows the generation of code for dart

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%