flutter / plugins
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 3,933 units with 42,583 lines of code in units (55.1% of code).
    • 16 very long units (3,448 lines of code)
    • 76 long units (5,048 lines of code)
    • 414 medium size units (12,107 lines of code)
    • 587 small units (8,607 lines of code)
    • 2,840 very small units (13,373 lines of code)
8% | 11% | 28% | 20% | 31%
Legend:
101+
51-100
21-50
11-20
1-10
Unit Size per Extension
101+
51-100
21-50
11-20
1-10
java17% | 8% | 20% | 15% | 38%
dart4% | 14% | 32% | 19% | 29%
m24% | 9% | 28% | 14% | 23%
cpp0% | 2% | 20% | 50% | 26%
swift0% | 0% | 21% | 73% | 5%
cc0% | 0% | 0% | 61% | 38%
h0% | 0% | 0% | 0% | 100%
Unit Size per Logical Component
primary logical decomposition
101+
51-100
21-50
11-20
1-10
packages/webview_flutter20% | 3% | 29% | 12% | 33%
packages/google_maps_flutter10% | 12% | 18% | 14% | 44%
packages/video_player9% | 10% | 40% | 8% | 30%
packages/camera5% | 11% | 27% | 24% | 31%
script/tool3% | 29% | 35% | 23% | 8%
packages/image_picker6% | 6% | 29% | 28% | 28%
packages/in_app_purchase0% | 23% | 31% | 18% | 26%
packages/url_launcher0% | 14% | 16% | 39% | 29%
packages/path_provider0% | 10% | 23% | 33% | 32%
packages/local_auth0% | 25% | 30% | 19% | 24%
packages/shared_preferences0% | 5% | 26% | 31% | 36%
packages/quick_actions0% | 24% | 10% | 20% | 45%
packages/file_selector0% | 3% | 38% | 40% | 18%
packages/google_sign_in0% | 4% | 31% | 27% | 35%
packages/plugin_platform_interface0% | 0% | 81% | 0% | 18%
packages/espresso0% | 0% | 41% | 0% | 58%
packages/ios_platform_images0% | 0% | 0% | 65% | 34%
packages/flutter_plugin_android_lifecycle0% | 0% | 0% | 29% | 70%
Alternative Visuals
Longest Units
Top 20 longest units
Unit# linesMcCabe index# params
static void setup()
in packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/GeneratedAndroidWebView.java
792 104 2
static void setup()
in packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/GeneratedAndroidWebView.java
428 56 2
public void onMethodCall()
in packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/MethodCallHandlerImpl.java
300 61 2
public void onMethodCall()
in packages/google_maps_flutter/google_maps_flutter/android/src/main/java/io/flutter/plugins/googlemaps/GoogleMapController.java
266 40 2
static void setup()
in packages/video_player/video_player_android/android/src/main/java/io/flutter/plugins/videoplayer/Messages.java
264 23 2
static void setup()
in packages/webview_flutter/webview_flutter_android/lib/src/android_webview.pigeon.dart
188 8 2
void FLTVideoPlayerApiSetup()
in packages/video_player/video_player_avfoundation/ios/Classes/messages.m
166 12 2
Widget build()
in packages/google_maps_flutter/google_maps_flutter/example/lib/move_camera.dart
133 1 1
Widget build()
in packages/google_maps_flutter/google_maps_flutter/example/lib/animate_camera.dart
133 1 1
Widget build()
in packages/google_maps_flutter/google_maps_flutter/example/lib/place_marker.dart
127 15 1
Widget build()
in packages/webview_flutter/webview_flutter/example/lib/main.dart
110 14 1
Widget build()
in packages/webview_flutter/webview_flutter_wkwebview/example/lib/main.dart
110 14 1
Widget build()
in packages/webview_flutter/webview_flutter_android/example/lib/main.dart
110 14 1
Future _testAndroid()
in script/tool/lib/src/native_test_command.dart
109 23 2
Widget build()
in packages/image_picker/image_picker/example/lib/main.dart
109 7 1
Widget build()
in packages/google_maps_flutter/google_maps_flutter/example/lib/place_polyline.dart
103 15 1
Widget build()
in packages/google_maps_flutter/google_maps_flutter/example/lib/place_polygon.dart
100 11 1
Future _handleMethodCall()
in packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/method_channel/method_channel_google_maps_flutter.dart
97 16 2
Widget build()
in packages/url_launcher/url_launcher/example/lib/main.dart
97 3 1
Widget build()
in packages/path_provider/path_provider/example/lib/main.dart
95 7 1