flutter / website
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 78 files with 5,422 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (654 lines of code)
    • 3 medium size files (928 lines of codeclsfd_ftr_w_mp_ins)
    • 11 small files (1,478 lines of code)
    • 63 very small files (2,362 lines of code)
0% | 12% | 17% | 27% | 43%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
scss0% | 35% | 0% | 30% | 34%
html0% | 0% | 33% | 13% | 53%
yml0% | 0% | 39% | 47% | 13%
js0% | 0% | 0% | 31% | 68%
dart0% | 0% | 0% | 100% | 0%
rb0% | 0% | 0% | 0% | 100%
yaml0% | 0% | 0% | 0% | 100%
py0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src/_sass0% | 35% | 0% | 30% | 34%
src/create0% | 0% | 100% | 0% | 0%
src/_data0% | 0% | 47% | 35% | 16%
src/clock0% | 0% | 100% | 0% | 0%
src/assets0% | 0% | 0% | 32% | 67%
tool0% | 0% | 0% | 82% | 17%
src/_includes0% | 0% | 0% | 56% | 43%
ROOT0% | 0% | 0% | 66% | 33%
src/jobs0% | 0% | 0% | 13% | 86%
src/_layouts0% | 0% | 0% | 0% | 100%
src/_plugins0% | 0% | 0% | 0% | 100%
src0% | 0% | 0% | 0% | 100%
src/subscribe0% | 0% | 0% | 0% | 100%
example0% | 0% | 0% | 0% | 100%
Longest Files (Top 50)
File# lines# units
_clock.scss
in src/_sass/pages
654 -
index.html
in src/create
401 -
sidenav.yml
in src/_data
300 -
index.html
in src/clock
227 -
_base.scss
in src/_sass/base
175 -
main.js
in src/assets/js
161 16
extract.dart
in tool
146 6
_landing-page.scss
in src/_sass
145 -
header.html
in src/_includes
144 -
_material_colors.scss
in src/_sass/base
139 -
_config.yml
in root
136 -
faqs.yml
in src/_data/clock
124 -
_create.scss
in src/_sass/pages
104 -
infrastructure.html
in src/jobs
103 -
books.yml
in src/_data
101 -
subscribe_prefs.js
in src/assets/js
100 3
archive.js
in src/assets/js
95 7
code_tabs.rb
in src/_plugins
94 12
base.html
in src/_layouts
91 -
_subscribe.scss
in src/_sass/pages
89 -
engine_web.html
in src/jobs
89 -
tools.html
in src/jobs
81 -
_bootstrap_adjust.scss
in src/_sass/base
76 -
honorable_mentions.yml
in src/_data/clock
75 -
tabs.js
in src/assets/js
74 7
android.html
in src/jobs
73 -
ios.html
in src/jobs
71 -
devexp.html
in src/jobs
71 -
windows.html
in src/jobs
67 -
framework.html
in src/jobs
66 -
_code.scss
in src/_sass/components
64 -
writer.html
in src/jobs
62 -
_content.scss
in src/_sass/components
58 -
dart_google.html
in src/jobs
54 -
_header.scss
in src/_sass/components
47 -
_next-prev-nav.scss
in src/_sass/components
45 -
_footer.scss
in src/_sass/components
41 -
_banner.scss
in src/_sass/components
40 -
default.html
in src/_layouts
40 -
_variables.scss
in src/_sass/base
39 -
preferences.html
in src/subscribe
37 -
toc.html
in src/_includes
36 -
go_link_index.js
in src/assets/js
36 5
_404.scss
in src/_sass/pages
33 -
gulpfile.js
in root
31 -
footer.html
in src/_includes
31 -
indent.rb
in src/_plugins
29 2
main.scss
in src/_sass
28 -
check_link_references.py
in tool
27 1
toc.html
in src/_layouts
27 -
Files With Most Units (Top 11)
File# lines# units
main.js
in src/assets/js
161 16
code_tabs.rb
in src/_plugins
94 12
archive.js
in src/assets/js
95 7
tabs.js
in src/assets/js
74 7
extract.dart
in tool
146 6
go_link_index.js
in src/assets/js
36 5
subscribe_prefs.js
in src/assets/js
100 3
markdown_converter.rb
in src/_plugins
17 2
code_excerpt.rb
in src/_plugins
25 2
indent.rb
in src/_plugins
29 2
check_link_references.py
in tool
27 1
Files With Long Lines (Top 17)

There are 17 files with lines longer than 120 characters. In total, there are 54 long lines.

File# lines# units# long lines
faqs.yml
in src/_data/clock
124 - 11
index.html
in src/clock
227 - 8
index.html
in src/create
401 - 8
books.yml
in src/_data
101 - 7
_clock.scss
in src/_sass/pages
654 - 3
preferences.html
in src/subscribe
37 - 3
footer.html
in src/_includes
31 - 3
code_tabs.rb
in src/_plugins
94 12 2
engine_web.html
in src/jobs
89 - 1
ios.html
in src/jobs
71 - 1
infrastructure.html
in src/jobs
103 - 1
android.html
in src/jobs
73 - 1
tools.html
in src/jobs
81 - 1
framework.html
in src/jobs
66 - 1
windows.html
in src/jobs
67 - 1
banner.html
in src/_includes
10 - 1
default.html
in src/_layouts
40 - 1