flutter / samples
Unit Size

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

Intro
  • Unit size measurements show the distribution of size of units of code (methods, functions...).
  • Units are classified in four categories based on their size (lines of code): 1-20 (small units), 20-50 (medium size units), 51-100 (long units), 101+ (very long units).
  • You should aim at keeping units small (< 20 lines). Long units may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
Unit Size Overall
  • There are 1,942 units with 23,137 lines of code in units (47.6% of code).
    • 13 very long units (1,641 lines of code)
    • 64 long units (4,197 lines of code)
    • 241 medium size units (7,276 lines of code)
    • 308 small units (4,452 lines of code)
    • 1,316 very small units (5,571 lines of code)
7% | 18% | 31% | 19% | 24%
Legend:
101+
51-100
21-50
11-20
1-10
Unit Size per Extension
101+
51-100
21-50
11-20
1-10
dart8% | 20% | 30% | 18% | 22%
cpp0% | 0% | 39% | 36% | 24%
kt0% | 0% | 33% | 22% | 43%
cc0% | 0% | 46% | 24% | 29%
java0% | 0% | 44% | 8% | 47%
m0% | 0% | 100% | 0% | 0%
swift0% | 0% | 12% | 16% | 70%
Unit Size per Logical Component
primary logical decomposition
101+
51-100
21-50
11-20
1-10
web7% | 15% | 29% | 21% | 26%
experimental12% | 22% | 25% | 17% | 22%
form_app50% | 30% | 6% | 2% | 9%
veggieseasons7% | 17% | 44% | 12% | 18%
jsonexample11% | 19% | 21% | 33% | 13%
add_to_app0% | 26% | 22% | 13% | 38%
platform_design0% | 34% | 39% | 6% | 18%
platform_channels0% | 37% | 24% | 18% | 18%
place_tracker0% | 16% | 44% | 18% | 19%
animations0% | 11% | 37% | 27% | 24%
isolate_example0% | 13% | 39% | 20% | 25%
navigation_and_routing0% | 13% | 36% | 21% | 28%
testing_app0% | 0% | 46% | 33% | 20%
provider_shopper0% | 0% | 69% | 19% | 10%
flutter_maps_firestore0% | 0% | 55% | 13% | 30%
android_splash_screen0% | 0% | 46% | 16% | 36%
platform_view_swift0% | 0% | 60% | 0% | 39%
infinite_list0% | 0% | 33% | 43% | 22%
provider_counter0% | 0% | 50% | 0% | 49%
null_safety0% | 0% | 24% | 54% | 21%
ios_app_clip0% | 0% | 0% | 59% | 40%
Alternative Visuals
Longest Units
Top 20 longest units
Unit# linesMcCabe index# params
Widget build()
in experimental/linting_tool/lib/pages/rules_page.dart
140 12 1
Widget build()
in experimental/linting_tool/lib/widgets/lint_expansion_tile.dart
138 5 1
Widget build()
in web/form_app/lib/src/validation.dart
136 8 1
Widget build()
in form_app/lib/src/validation.dart
136 8 1
Widget build()
in web/form_app/lib/src/form_widgets.dart
134 1 1
Widget build()
in form_app/lib/src/form_widgets.dart
134 1 1
void buildPaths()
in web/github_dataviz/lib/layered_chart.dart
128 13 8
Widget build()
in experimental/linting_tool/lib/widgets/saved_rule_tile.dart
127 6 1
Widget build()
in experimental/linting_tool/lib/pages/saved_lints_page.dart
126 13 1
List buildGallery()
in web/charts/lib/bar_chart/bar_gallery.dart
119 1 0
Widget build()
in veggieseasons/lib/screens/details.dart
114 1 1
Widget build()
in jsonexample/lib/widgets.dart
107 2 1
List buildGallery()
in web/charts/lib/axes/axes_gallery.dart
102 1 0
Widget build()
in jsonexample/lib/tab_pages.dart
100 1 1
Widget build()
in web/form_app/lib/src/autofill.dart
100 1 1
Widget build()
in form_app/lib/src/autofill.dart
100 1 1
List buildGallery()
in web/charts/lib/behaviors/behaviors_gallery.dart
92 1 0
Widget build()
in add_to_app/books/flutter_module_books/lib/main.dart
89 2 1
Widget build()
in experimental/desktop_photo_search/lib/main.dart
86 4 1
Widget build()
in experimental/desktop_photo_search/lib/src/widgets/about_dialog.dart
84 3 1