codifyr library

Codifyr - A tool for generating LLM-friendly codemaps for Flutter projects.

This library provides tools to analyze Dart/Flutter projects and generate structured representations optimized for Large Language Models (LLMs).

# activate codifyr
dart pub global activate codifyr

# generate a codemap
codifyr generate --output codemap.json

# see all commands
codifyr --help

Classes

CodeElement
Represents a code element in the codebase, such as a class or function.
CodeMap
CodeMapGenerator
Module

Functions

estimateTokenCount(CodeMap codemap) int
Estimates the token count for a CodeMap object