Problem
I saw your project and I would love to integrate it on a Flutter project.
Proposed Solution
I think it should to a parse of files + widget tree understanding and classes hierachy.
Alternatives Considered
I used grapify, but it only does a code file graph with no context of what's inside or how some relate.
Additional Context
Flutter whole UI structure is having a widget tree. For the AI to be able to easily reuse components and UI code it needs to understand the project widget tree, how the files relate what what's for us. Ideally a link maybe with the compiler sematics and analysis can work too. I'm not sure.
I'm open to fork and build a solution, and create a PR, but I need a bit more guidance to understand what's important and what's not from the LLM perspective
Problem
I saw your project and I would love to integrate it on a Flutter project.
Proposed Solution
I think it should to a parse of files + widget tree understanding and classes hierachy.
Alternatives Considered
I used grapify, but it only does a code file graph with no context of what's inside or how some relate.
Additional Context
Flutter whole UI structure is having a widget tree. For the AI to be able to easily reuse components and UI code it needs to understand the project widget tree, how the files relate what what's for us. Ideally a link maybe with the compiler sematics and analysis can work too. I'm not sure.
I'm open to fork and build a solution, and create a PR, but I need a bit more guidance to understand what's important and what's not from the LLM perspective