1 line
11 KiB
JSON
1 line
11 KiB
JSON
{"nodes": [{"id": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "label": "menu_item.dart", "file_type": "code", "source_file": "menu_item.dart", "source_location": null}, {"id": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_menuoption", "label": "MenuOption", "file_type": "code", "source_file": "menu_item.dart", "source_location": null}, {"id": "statelesswidget", "label": "StatelessWidget", "file_type": "code", "source_file": null, "source_location": null}, {"id": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_title", "label": "title", "file_type": "code", "source_file": "menu_item.dart", "source_location": null}, {"id": "string", "label": "String?", "file_type": "code", "source_file": null, "source_location": null}, {"id": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_titlewidget", "label": "titleWidget", "file_type": "code", "source_file": "menu_item.dart", "source_location": null}, {"id": "widget", "label": "Widget?", "file_type": "code", "source_file": null, "source_location": null}, {"id": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_icon", "label": "icon", "file_type": "code", "source_file": "menu_item.dart", "source_location": null}, {"id": "icondata", "label": "IconData?", "file_type": "code", "source_file": null, "source_location": null}, {"id": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_iconwidget", "label": "iconWidget", "file_type": "code", "source_file": "menu_item.dart", "source_location": null}, {"id": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_iconsize", "label": "iconSize", "file_type": "code", "source_file": "menu_item.dart", "source_location": null}, {"id": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_suffix", "label": "suffix", "file_type": "code", "source_file": "menu_item.dart", "source_location": null}, {"id": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_ontap", "label": "onTap", "file_type": "code", "source_file": "menu_item.dart", "source_location": null}, {"id": "voidcallback", "label": "VoidCallback", "file_type": "code", "source_file": null, "source_location": null}, {"id": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_trailing", "label": "trailing", "file_type": "code", "source_file": "menu_item.dart", "source_location": null}, {"id": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_color", "label": "color", "file_type": "code", "source_file": "menu_item.dart", "source_location": null}, {"id": "color", "label": "Color?", "file_type": "code", "source_file": null, "source_location": null}, {"id": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_build", "label": "build", "file_type": "code", "source_file": "menu_item.dart", "source_location": null}, {"id": "package_didvan_config_theme_data_dart", "label": "package:didvan/config/theme_data.dart", "file_type": "code", "source_file": null, "source_location": null}, {"id": "package_didvan_views_widgets_didvan_text_dart", "label": "package:didvan/views/widgets/didvan/text.dart", "file_type": "code", "source_file": null, "source_location": null}, {"id": "package_flutter_material_dart", "label": "package:flutter/material.dart", "file_type": "code", "source_file": null, "source_location": null}, {"id": "package_flutter_svg_svg_dart", "label": "package:flutter_svg/svg.dart", "file_type": "code", "source_file": null, "source_location": null}], "edges": [{"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_menuoption", "relation": "defines", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_menuoption", "target": "statelesswidget", "relation": "inherits", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_title", "relation": "defines", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "string", "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0, "context": "variable_type"}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_titlewidget", "relation": "defines", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "widget", "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0, "context": "variable_type"}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_icon", "relation": "defines", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "icondata", "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0, "context": "variable_type"}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_iconwidget", "relation": "defines", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "widget", "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0, "context": "variable_type"}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_iconsize", "relation": "defines", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_suffix", "relation": "defines", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "string", "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0, "context": "variable_type"}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_ontap", "relation": "defines", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "voidcallback", "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0, "context": "variable_type"}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_trailing", "relation": "defines", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "widget", "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0, "context": "variable_type"}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_color", "relation": "defines", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "color", "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0, "context": "variable_type"}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_build", "relation": "defines", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "package_didvan_config_theme_data_dart", "relation": "imports", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "package_didvan_views_widgets_didvan_text_dart", "relation": "imports", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "package_flutter_material_dart", "relation": "imports", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0}, {"source": "c_flutter_projects_didvan_app_didvan_app_lib_views_widgets_menu_item_dart", "target": "package_flutter_svg_svg_dart", "relation": "imports", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "menu_item.dart", "source_location": null, "weight": 1.0}]} |