rrousselGit/analyzer_buffer
A package to help writing code-generators while supporting import prefixes and default values
This tool helps developers who create Dart code generators. It takes code templates containing special tags for external types, and automatically adds the correct import statements and prefixes to the generated Dart code. It also assists in accurately copying default values and complex Dart types from existing code into the new, generated files.
Use this if you are a Dart developer building code generators and need to reliably handle imports, type references, and default values within your generated code.
Not ideal if you are a Dart developer writing application code directly or are using a different language for code generation.
Stars
19
Forks
2
Language
Dart
License
—
Category
Last pushed
Feb 03, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/rrousselGit/analyzer_buffer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
inducer/cgen
C/C++ source generation from an AST
vil02/puzzle_generator
Generates python code representing a puzzle
westandskif/convtools
convtools is a specialized Python library for dynamic, declarative data transformations with...
numen31337/copy_with_extension
Auto-generate `copyWith` methods for your Dart classes.
finsberg/gotranx
Next generation ODE translator