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.
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.
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.
Scores updated daily from GitHub, PyPI, and npm data. How scores work