kotlinpoet and DartPoet

These are ecosystem siblings—KotlinPoet is a general-purpose code generation library for Kotlin that DartPoet builds upon as a dependency to generate Dart code from a Kotlin API, similar to how language-specific poet libraries extend a common pattern.

kotlinpoet
65
Established
DartPoet
47
Emerging
Maintenance 20/25
Adoption 10/25
Maturity 16/25
Community 19/25
Maintenance 13/25
Adoption 4/25
Maturity 16/25
Community 14/25
Stars: 4,129
Forks: 306
Downloads:
Commits (30d): 14
Language: Kotlin
License: Apache-2.0
Stars: 8
Forks: 3
Downloads:
Commits (30d): 0
Language: Kotlin
License: AGPL-3.0
No Package No Dependents
No Package No Dependents

About kotlinpoet

square/kotlinpoet

A Kotlin API for generating .kt source files.

This tool helps Kotlin and Java developers automatically create new Kotlin source code files. You provide the instructions, and it outputs ready-to-use .kt files, saving you from writing repetitive code by hand. It's designed for software developers building applications with Kotlin or Java.

Kotlin development Java development code generation software engineering developer tooling

About DartPoet

theEvilReaper/DartPoet

A Kotlin API which allows the generation of code for dart

This is a Kotlin-based library that helps developers automate the creation of Dart code. You provide it with instructions in Kotlin, and it outputs well-structured Dart source files. It's designed for developers who need to generate repetitive or complex Dart code programmatically, reducing manual effort and ensuring consistency.

Dart development Kotlin development Code generation Cross-platform development Developer tools

Scores updated daily from GitHub, PyPI, and npm data. How scores work