Skip to content

Commit

Permalink
Add Dart and Flutter support to ai-repomap
Browse files Browse the repository at this point in the history
- Introduced tree-sitter-dart as a dependency for Dart parsing.
- Enhanced SymbolInfo and FileInfo interfaces to include properties specific to Dart and Flutter, such as isWidget, isStateful, and stateManagement.
- Implemented parsing logic for Dart files, including detection of Flutter widgets and state management patterns.
- Updated file detection to include Dart and Android file types.
- Added support for parsing Android manifest files and components.
- Improved handling of imports and dependencies in Dart files.
  • Loading branch information
elix1er committed Jan 15, 2025
1 parent d413e70 commit 82c54c5
Show file tree
Hide file tree
Showing 2 changed files with 423 additions and 146 deletions.
Loading

0 comments on commit 82c54c5

Please sign in to comment.