flutter / packages
Components & Dependencies

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

  • A software system can have one or more logical decompositions.
  • A logical decomposition can be defined in two ways in Sokrates.
  • First approach is based on the folders structure. Components are mapped to folders at defined folder depth relative to the source code root.
  • Second approach is based on explicit definition of each component. In such explicit definitions, components are explicitly named and their files are selected based on explicitly defined path and content filters.
  • A logical decomposition is considered invalid if a file is selected into two or more components.This constraint is introduced in order to facilitate measuring of dependencies among components.
  • Files not assigned to any component are put into a special "Unclassified" component.
Learn more...
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

  • primary (19 components)

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure (relative to the source code root), with automatically defined folder depth to have at least 10 components.

Bubble Chart | Tree Map
Components
The "primary" logical decomposition has 19 components.
  • 337 files, 26,336 lines of code (91.3% vs. main code).
  • "packages/rfw" is biggest, containing 29.13% of code.
  • "packages/flutter_template_images" is smallest, containing 0.03% of code.


packages/rfw7672 LOC (26%) 96 files
packages/pigeon5829 LOC (20%) 73 files
packages/flutter_markdown2827 LOC (9%) 36 files
packages/animations2659 LOC (9%) 18 files
packages/web_benchmarks1607 LOC (5%) 8 files
packages/palette_generator1234 LOC (4%) 13 files
packages/multicast_dns985 LOC (3%) 11 files
packages/fuchsia_ctl873 LOC (3%) 13 files
packages/metrics_center518 LOC (1%) 8 files
packages/imitation_game389 LOC (1%) 16 files
packages/cross_file343 LOC (1%) 8 files
packages/pointer_interceptor329 LOC (1%) 13 files
packages/extension_google_sign_in_as_googleapis_auth302 LOC (1%) 9 files
packages/flutter_image291 LOC (1%) 3 files
packages/css_colors162 LOC (<1%) 2 files
ROOT133 LOC (<1%) 1 files
packages/xdg_directories127 LOC (<1%) 2 files
packages/flutter_lints48 LOC (<1%) 5 files
packages/flutter_template_images8 LOC (<1%) 2 files
Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2022-02-03 01:22