Last active
August 18, 2016 05:32
-
-
Save eseidelGoogle/618570930fb1752e0f5bc7afa29aae91 to your computer and use it in GitHub Desktop.
flutter analyze output with comment_references lint on
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%git diff HEAD [/src/flutter] | |
diff --git a/packages/flutter_tools/flutter_analysis_options b/packages/flutter_tools/flutter_analysis_options | |
index fbc26f9..3bb98c2 100644 | |
--- a/packages/flutter_tools/flutter_analysis_options | |
+++ b/packages/flutter_tools/flutter_analysis_options | |
@@ -33,7 +33,7 @@ linter: | |
# # error rules | |
- avoid_empty_else | |
- # - comment_references # blocked on https://github.com/dart-lang/dartdoc/issues/1153 | |
+ - comment_references # blocked on https://github.com/dart-lang/dartdoc/issues/1153 | |
- control_flow_in_finally | |
- empty_statements | |
- hash_and_equals | |
%flutter analyze --flutter-repo [/src/flutter] | |
Analyzing 763 files... | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/cassowary.dart, line 9, col 26) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/cassowary.dart, line 10, col 25) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/http.dart, line 5, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/painting.dart, line 16, col 13) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/painting.dart, line 15, col 17) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/painting.dart, line 16, col 47) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/rendering.dart, line 17, col 39) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/rendering.dart, line 11, col 31) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/rendering.dart, line 19, col 31) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/rendering.dart, line 20, col 29) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/rendering.dart, line 17, col 11) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/rendering.dart, line 19, col 51) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/rendering.dart, line 20, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/rendering.dart, line 13, col 10) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/rendering.dart, line 9, col 10) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/services.dart, line 9, col 41) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/animation/animation.dart, line 38, col 12) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/animation/animations.dart, line 352, col 13) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/animation/animations.dart, line 321, col 66) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/animation/animations.dart, line 321, col 42) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/animation/animations.dart, line 73, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/animation/animations.dart, line 237, col 39) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/animation/animations.dart, line 41, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/animation/curves.dart, line 29, col 55) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/constant_member.dart, line 10, col 15) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/constraint.dart, line 11, col 23) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/constraint.dart, line 28, col 19) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/constraint.dart, line 26, col 10) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/constraint.dart, line 26, col 67) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/equation_member.dart, line 90, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/equation_member.dart, line 26, col 59) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/equation_member.dart, line 27, col 43) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/equation_member.dart, line 76, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/param.dart, line 34, col 29) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/param.dart, line 61, col 32) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/param.dart, line 10, col 53) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/param.dart, line 33, col 20) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/param.dart, line 21, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/param.dart, line 9, col 37) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/parser_exception.dart, line 11, col 39) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/parser_exception.dart, line 11, col 73) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/result.dart, line 31, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/result.dart, line 29, col 28) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/result.dart, line 45, col 28) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/result.dart, line 51, col 33) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/result.dart, line 30, col 55) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/result.dart, line 35, col 28) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/result.dart, line 24, col 28) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/result.dart, line 46, col 28) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/result.dart, line 40, col 47) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/term.dart, line 17, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/cassowary/term.dart, line 22, col 61) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/foundation/assertions.dart, line 8, col 20) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/foundation/binding.dart, line 34, col 42) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/foundation/binding.dart, line 38, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/foundation/binding.dart, line 36, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/foundation/binding.dart, line 38, col 60) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/foundation/binding.dart, line 239, col 19) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/foundation/licenses.dart, line 238, col 43) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/foundation/licenses.dart, line 37, col 34) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/foundation/platform.dart, line 28, col 38) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/foundation/print.dart, line 20, col 31) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/foundation/print.dart, line 20, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/gestures/constants.dart, line 19, col 21) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/gestures/constants.dart, line 19, col 45) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/gestures/drag.dart, line 267, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/gestures/drag.dart, line 308, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/gestures/drag.dart, line 124, col 21) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/gestures/drag.dart, line 307, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/gestures/drag.dart, line 288, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/gestures/multidrag.dart, line 456, col 49) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/gestures/pointer_router.dart, line 143, col 55) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/gestures/pointer_router.dart, line 114, col 15) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/gestures/pointer_router.dart, line 144, col 21) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/gestures/recognizer.dart, line 54, col 47) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/gestures/recognizer.dart, line 58, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/gestures/recognizer.dart, line 43, col 48) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/gestures/tap.dart, line 66, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/about.dart, line 88, col 34) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/about.dart, line 26, col 22) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/about.dart, line 165, col 31) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/about.dart, line 32, col 42) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/about.dart, line 135, col 31) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/about.dart, line 228, col 34) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app.dart, line 37, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 105, col 15) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 107, col 52) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 52, col 21) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 106, col 73) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 73, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 232, col 12) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 64, col 31) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 54, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 21, col 34) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 70, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 106, col 23) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 128, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 53, col 26) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 103, col 60) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 105, col 37) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 228, col 11) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 226, col 45) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 166, col 12) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 120, col 53) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 74, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 63, col 10) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 19, col 65) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 105, col 51) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 56, col 45) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 104, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 108, col 22) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 166, col 33) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 72, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 21, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 227, col 59) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 79, col 30) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 119, col 36) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/app_bar.dart, line 128, col 20) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/bottom_sheet.dart, line 249, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/bottom_sheet.dart, line 34, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/bottom_sheet.dart, line 241, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/bottom_sheet.dart, line 39, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/bottom_sheet.dart, line 46, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/button.dart, line 66, col 58) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/button.dart, line 66, col 46) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/card.dart, line 14, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/card.dart, line 13, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/checkbox.dart, line 30, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/checkbox.dart, line 29, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/checkbox.dart, line 28, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/checkbox.dart, line 24, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/chip.dart, line 35, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/chip.dart, line 31, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/chip.dart, line 51, col 20) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/circle_avatar.dart, line 19, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/circle_avatar.dart, line 20, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/constants.dart, line 5, col 50) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/data_table.dart, line 200, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/data_table.dart, line 225, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/data_table.dart, line 216, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/data_table_source.dart, line 8, col 47) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/date_picker.dart, line 506, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/date_picker.dart, line 33, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/date_picker.dart, line 29, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/date_picker.dart, line 39, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/date_picker.dart, line 27, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/date_picker_dialog.dart, line 85, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/debug.dart, line 51, col 23) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/debug.dart, line 16, col 24) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/debug.dart, line 55, col 24) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/dialog.dart, line 65, col 36) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/divider.dart, line 16, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/divider.dart, line 14, col 40) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/divider.dart, line 20, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/divider.dart, line 21, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer.dart, line 88, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer.dart, line 41, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer.dart, line 217, col 28) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer.dart, line 113, col 26) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer.dart, line 39, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer.dart, line 40, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer.dart, line 46, col 30) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer.dart, line 35, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer.dart, line 30, col 28) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer.dart, line 78, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer_header.dart, line 30, col 46) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer_header.dart, line 23, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer_header.dart, line 22, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer_header.dart, line 18, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer_header.dart, line 16, col 34) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer_header.dart, line 25, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer_item.dart, line 31, col 46) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer_item.dart, line 26, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer_item.dart, line 25, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer_item.dart, line 21, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drawer_item.dart, line 19, col 34) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drop_down.dart, line 404, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drop_down.dart, line 444, col 24) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drop_down.dart, line 405, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/drop_down.dart, line 371, col 22) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/flat_button.dart, line 34, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/flat_button.dart, line 30, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/flat_button.dart, line 71, col 51) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/flat_button.dart, line 13, col 46) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/flat_button.dart, line 35, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/flexible_space_bar.dart, line 48, col 46) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/floating_action_button.dart, line 26, col 32) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/floating_action_button.dart, line 39, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/floating_action_button.dart, line 37, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/floating_action_button.dart, line 44, col 34) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/floating_action_button.dart, line 38, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/flutter_logo.dart, line 17, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/flutter_logo.dart, line 16, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/flutter_logo.dart, line 17, col 68) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/grid_tile.dart, line 16, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/grid_tile.dart, line 11, col 29) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/grid_tile_bar.dart, line 58, col 21) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/grid_tile_bar.dart, line 21, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/grid_tile_bar.dart, line 43, col 34) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/grid_tile_bar.dart, line 26, col 31) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/grid_tile_bar.dart, line 43, col 21) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/grid_tile_bar.dart, line 14, col 68) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/grid_tile_bar.dart, line 12, col 41) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/grid_tile_bar.dart, line 58, col 34) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/icon.dart, line 32, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/icon.dart, line 32, col 68) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/icon_button.dart, line 83, col 20) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/icon_button.dart, line 22, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/icon_button.dart, line 40, col 46) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/icon_button.dart, line 46, col 14) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/icon_button.dart, line 19, col 47) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/icon_button.dart, line 37, col 46) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/icon_button.dart, line 28, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/icon_button.dart, line 33, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/icon_theme.dart, line 13, col 46) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/icon_theme.dart, line 13, col 35) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/icon_theme_data.dart, line 13, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/icon_theme_data.dart, line 10, col 14) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/icons.dart, line 40, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/icons.dart, line 35, col 24) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/icons.dart, line 39, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/image_icon.dart, line 19, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/ink_well.dart, line 24, col 24) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/ink_well.dart, line 85, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/ink_well.dart, line 222, col 24) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/ink_well.dart, line 72, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/input.dart, line 59, col 20) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/list.dart, line 19, col 36) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/list.dart, line 84, col 20) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/list.dart, line 34, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/list.dart, line 12, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/list.dart, line 51, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/list.dart, line 53, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/list_item.dart, line 22, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/list_item.dart, line 26, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/list_item.dart, line 65, col 21) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/list_item.dart, line 14, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/list_item.dart, line 50, col 20) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/list_item.dart, line 34, col 46) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/list_item.dart, line 27, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/material.dart, line 35, col 53) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/mergeable_material.dart, line 53, col 62) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/page.dart, line 42, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/page.dart, line 41, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/paginated_data_table.dart, line 85, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/progress_indicator.dart, line 436, col 60) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/progress_indicator.dart, line 442, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/progress_indicator.dart, line 447, col 10) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/radio.dart, line 34, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/radio.dart, line 30, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/radio.dart, line 36, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/radio.dart, line 35, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/raised_button.dart, line 57, col 51) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/raised_button.dart, line 31, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/raised_button.dart, line 27, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/raised_button.dart, line 33, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/raised_button.dart, line 32, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/scaffold.dart, line 791, col 56) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/scaffold.dart, line 791, col 29) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/scaffold.dart, line 299, col 20) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/scaffold.dart, line 884, col 46) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/scaffold.dart, line 264, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/shadows.dart, line 22, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/slider.dart, line 39, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/slider.dart, line 38, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/slider.dart, line 34, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/slider.dart, line 40, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/switch.dart, line 33, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/switch.dart, line 32, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/switch.dart, line 31, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/switch.dart, line 27, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/tabs.dart, line 714, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/tabs.dart, line 320, col 20) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/text_selection.dart, line 126, col 23) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/text_selection.dart, line 125, col 48) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/theme_data.dart, line 266, col 45) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/theme_data.dart, line 289, col 52) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/theme_data.dart, line 47, col 36) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/theme_data.dart, line 259, col 18) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/theme_data.dart, line 265, col 36) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/theme_data.dart, line 258, col 21) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/theme_data.dart, line 262, col 53) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/theme_data.dart, line 262, col 21) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/theme_data.dart, line 228, col 24) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/theme_data.dart, line 315, col 62) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/theme_data.dart, line 292, col 37) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/theme_data.dart, line 273, col 39) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/theme_data.dart, line 312, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/theme_data.dart, line 289, col 33) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/theme_data.dart, line 298, col 61) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/theme_data.dart, line 265, col 21) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/theme_data.dart, line 266, col 16) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/time_picker.dart, line 112, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/time_picker.dart, line 119, col 54) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/time_picker.dart, line 108, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/time_picker_dialog.dart, line 88, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/tooltip.dart, line 25, col 28) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/tooltip.dart, line 26, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/tooltip.dart, line 25, col 42) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/typography.dart, line 93, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/typography.dart, line 126, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/typography.dart, line 87, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/typography.dart, line 27, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/typography.dart, line 21, col 34) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/typography.dart, line 122, col 34) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/typography.dart, line 66, col 29) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/typography.dart, line 21, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/typography.dart, line 20, col 45) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/typography.dart, line 122, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/typography.dart, line 121, col 45) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/typography.dart, line 81, col 50) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/typography.dart, line 78, col 84) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/typography.dart, line 127, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/typography.dart, line 93, col 25) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/typography.dart, line 26, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/typography.dart, line 75, col 68) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/material/typography.dart, line 78, col 65) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/decoration.dart, line 79, col 19) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/decoration.dart, line 79, col 54) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/decoration.dart, line 20, col 10) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/flutter_logo.dart, line 68, col 65) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/flutter_logo.dart, line 73, col 43) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/flutter_logo.dart, line 73, col 23) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/flutter_logo.dart, line 73, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/flutter_logo.dart, line 66, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/flutter_logo.dart, line 232, col 30) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/flutter_logo.dart, line 69, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/flutter_logo.dart, line 69, col 25) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/image_fit.dart, line 77, col 55) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/image_fit.dart, line 76, col 48) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/image_fit.dart, line 83, col 29) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/image_fit.dart, line 78, col 39) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/text_span.dart, line 91, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/text_span.dart, line 39, col 49) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/text_span.dart, line 94, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/text_span.dart, line 41, col 16) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/text_span.dart, line 86, col 28) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/text_span.dart, line 46, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/text_span.dart, line 90, col 47) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/text_span.dart, line 40, col 30) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/text_span.dart, line 45, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/text_span.dart, line 47, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/text_style.dart, line 28, col 96) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/painting/text_style.dart, line 57, col 31) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/physics/spring_simulation.dart, line 101, col 69) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/physics/spring_simulation.dart, line 50, col 70) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/block.dart, line 10, col 31) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/box.dart, line 619, col 17) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/box.dart, line 283, col 59) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/child_view.dart, line 74, col 20) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/custom_layout.dart, line 21, col 16) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/custom_layout.dart, line 192, col 34) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/flex.dart, line 36, col 31) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/flex.dart, line 36, col 69) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/flex.dart, line 36, col 38) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/flow.dart, line 120, col 38) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/flow.dart, line 179, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/flow.dart, line 171, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/flow.dart, line 50, col 10) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/flow.dart, line 128, col 34) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/flow.dart, line 19, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/flow.dart, line 54, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/grid.dart, line 155, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/grid.dart, line 45, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/layer.dart, line 339, col 32) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/layer.dart, line 341, col 54) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/layer.dart, line 79, col 33) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/layer.dart, line 340, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/layer.dart, line 201, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/object.dart, line 1297, col 51) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/object.dart, line 1870, col 35) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/object.dart, line 1361, col 12) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/object.dart, line 225, col 19) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/object.dart, line 1001, col 10) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/object.dart, line 884, col 20) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/object.dart, line 1714, col 51) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/object.dart, line 1933, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/object.dart, line 456, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/object.dart, line 1714, col 33) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/object.dart, line 458, col 12) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/object.dart, line 1870, col 51) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/object.dart, line 447, col 25) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/object.dart, line 1790, col 12) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/object.dart, line 448, col 28) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/performance_overlay.dart, line 56, col 46) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/performance_overlay.dart, line 56, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/proxy_box.dart, line 1506, col 21) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/proxy_box.dart, line 1154, col 42) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/proxy_box.dart, line 1465, col 22) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/proxy_box.dart, line 1539, col 61) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/proxy_box.dart, line 1741, col 14) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/proxy_box.dart, line 1461, col 28) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/proxy_box.dart, line 1731, col 14) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/proxy_box.dart, line 1509, col 24) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/proxy_box.dart, line 1564, col 54) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/proxy_box.dart, line 1521, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/proxy_box.dart, line 1838, col 11) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/proxy_box.dart, line 1746, col 14) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/proxy_box.dart, line 1538, col 58) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/proxy_box.dart, line 1736, col 14) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/proxy_box.dart, line 1509, col 51) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/proxy_box.dart, line 1506, col 59) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/rotated_box.dart, line 17, col 13) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/semantics.dart, line 63, col 20) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/semantics.dart, line 32, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/semantics.dart, line 498, col 18) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/semantics.dart, line 42, col 29) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/semantics.dart, line 33, col 19) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/semantics.dart, line 27, col 20) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/semantics.dart, line 463, col 43) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/semantics.dart, line 41, col 25) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/shifted_box.dart, line 432, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/stack.dart, line 246, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/stack.dart, line 275, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/table.dart, line 444, col 26) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/table.dart, line 635, col 46) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/table.dart, line 443, col 29) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/viewport.dart, line 348, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/rendering/viewport.dart, line 349, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/scheduler/priority.dart, line 5, col 36) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/scheduler/ticker.dart, line 9, col 24) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/asset_bundle.dart, line 37, col 45) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/asset_bundle.dart, line 254, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/asset_bundle.dart, line 32, col 50) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/asset_bundle.dart, line 36, col 33) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/asset_bundle.dart, line 245, col 39) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/asset_bundle.dart, line 241, col 57) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/asset_bundle.dart, line 42, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/asset_bundle.dart, line 246, col 38) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/asset_bundle.dart, line 36, col 49) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/asset_bundle.dart, line 241, col 36) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/asset_bundle.dart, line 245, col 23) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/asset_bundle.dart, line 33, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/clipboard.dart, line 21, col 48) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/image_cache.dart, line 17, col 13) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/image_cache.dart, line 97, col 38) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/image_cache.dart, line 27, col 53) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/image_provider.dart, line 318, col 31) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/image_provider.dart, line 314, col 39) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/image_provider.dart, line 386, col 32) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/image_provider.dart, line 244, col 54) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/image_provider.dart, line 67, col 26) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/image_stream.dart, line 240, col 65) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/image_stream.dart, line 27, col 42) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/image_stream.dart, line 150, col 56) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/image_stream.dart, line 28, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/image_stream.dart, line 40, col 27) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/image_stream.dart, line 82, col 50) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/image_stream.dart, line 116, col 16) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/image_stream.dart, line 28, col 35) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/image_stream.dart, line 117, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/shell.dart, line 21, col 36) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/shell.dart, line 177, col 17) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/shell.dart, line 20, col 37) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/shell.dart, line 92, col 13) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/shell.dart, line 123, col 33) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/services/shell.dart, line 91, col 63) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/app.dart, line 30, col 43) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/banner.dart, line 165, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/basic.dart, line 949, col 10) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/basic.dart, line 2828, col 25) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/basic.dart, line 1341, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/basic.dart, line 2479, col 34) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/basic.dart, line 1709, col 12) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/basic.dart, line 2657, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/basic.dart, line 2605, col 19) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/basic.dart, line 1334, col 67) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/basic.dart, line 1412, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/basic.dart, line 1337, col 56) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/basic.dart, line 786, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/binding.dart, line 108, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/binding.dart, line 156, col 53) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/binding.dart, line 106, col 49) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/binding.dart, line 418, col 41) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/binding.dart, line 33, col 32) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/binding.dart, line 419, col 30) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/clamp_overscrolls.dart, line 36, col 56) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/clamp_overscrolls.dart, line 47, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/clamp_overscrolls.dart, line 19, col 38) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/container.dart, line 65, col 72) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/container.dart, line 65, col 60) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/debug.dart, line 79, col 14) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/debug.dart, line 82, col 24) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/dismissable.dart, line 56, col 27) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/editable.dart, line 157, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/form.dart, line 11, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/framework.dart, line 646, col 47) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/framework.dart, line 751, col 10) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/framework.dart, line 717, col 71) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/framework.dart, line 225, col 36) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/gesture_detector.dart, line 374, col 32) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/image.dart, line 41, col 70) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/image.dart, line 41, col 55) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/implicit_animations.dart, line 12, col 35) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/implicit_animations.dart, line 216, col 39) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/layout_builder.dart, line 23, col 12) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/layout_builder.dart, line 24, col 23) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/layout_builder.dart, line 16, col 21) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/layout_builder.dart, line 28, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/layout_builder.dart, line 29, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/layout_builder.dart, line 30, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/lazy_block.dart, line 188, col 53) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/lazy_block.dart, line 192, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/lazy_block.dart, line 96, col 15) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/lazy_block.dart, line 186, col 57) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/navigator.dart, line 215, col 68) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/navigator.dart, line 123, col 66) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/notification_listener.dart, line 62, col 53) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/overlay.dart, line 38, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/overlay.dart, line 31, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/overlay.dart, line 39, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/overlay.dart, line 126, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/overlay.dart, line 135, col 36) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/overlay.dart, line 24, col 19) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/overlay.dart, line 119, col 29) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/overlay.dart, line 127, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/overlay.dart, line 119, col 46) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/overlay.dart, line 135, col 56) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/overlay.dart, line 119, col 64) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/overlay.dart, line 21, col 23) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/page_storage.dart, line 88, col 39) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/performance_overlay.dart, line 29, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/performance_overlay.dart, line 21, col 46) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/performance_overlay.dart, line 21, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/raw_keyboard_listener.dart, line 18, col 39) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/raw_keyboard_listener.dart, line 28, col 41) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/raw_keyboard_listener.dart, line 23, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/raw_keyboard_listener.dart, line 41, col 47) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/routes.dart, line 518, col 20) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/routes.dart, line 311, col 20) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/routes.dart, line 290, col 39) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/routes.dart, line 585, col 27) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/routes.dart, line 583, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scroll_behavior.dart, line 60, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scroll_configuration.dart, line 56, col 54) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scroll_configuration.dart, line 57, col 24) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scroll_configuration.dart, line 24, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scroll_configuration.dart, line 57, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scroll_configuration.dart, line 27, col 42) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scroll_configuration.dart, line 56, col 32) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scroll_configuration.dart, line 52, col 40) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scroll_configuration.dart, line 57, col 50) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scroll_configuration.dart, line 11, col 19) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scroll_configuration.dart, line 56, col 41) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scroll_configuration.dart, line 60, col 50) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 941, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 942, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 44, col 57) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 131, col 12) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 726, col 24) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 804, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 805, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 727, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 672, col 39) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 349, col 34) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 243, col 16) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 726, col 48) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 932, col 32) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 725, col 63) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 933, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 714, col 27) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 802, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 725, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 726, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 672, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 44, col 39) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable.dart, line 803, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_grid.dart, line 24, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_grid.dart, line 122, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_grid.dart, line 123, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_grid.dart, line 23, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_list.dart, line 419, col 65) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_list.dart, line 424, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_list.dart, line 583, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_list.dart, line 573, col 38) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_list.dart, line 22, col 36) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_list.dart, line 370, col 34) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_list.dart, line 24, col 39) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_list.dart, line 214, col 35) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_list.dart, line 417, col 40) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_list.dart, line 372, col 44) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_list.dart, line 382, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_list.dart, line 31, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_list.dart, line 374, col 13) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_list.dart, line 576, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/scrollable_list.dart, line 381, col 9) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/size_changed_layout_notifier.dart, line 19, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/text_selection.dart, line 51, col 46) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/text_selection.dart, line 155, col 38) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter/lib/src/widgets/virtual_viewport.dart, line 41, col 64) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_driver/lib/driver_extension.dart, line 13, col 35) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_driver/lib/src/driver.dart, line 401, col 14) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_test/lib/src/binding.dart, line 50, col 34) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_test/lib/src/binding.dart, line 530, col 52) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_test/lib/src/binding.dart, line 23, col 36) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_test/lib/src/binding.dart, line 223, col 40) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_test/lib/src/binding.dart, line 621, col 29) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_test/lib/src/binding.dart, line 62, col 33) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_test/lib/src/binding.dart, line 176, col 12) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_test/lib/src/binding.dart, line 62, col 8) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_test/lib/src/binding.dart, line 223, col 22) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_test/lib/src/binding.dart, line 384, col 22) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_test/lib/src/controller.dart, line 321, col 12) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_test/lib/src/controller.dart, line 18, col 74) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_test/lib/src/finders.dart, line 9, col 20) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_test/lib/src/finders.dart, line 12, col 20) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_test/lib/src/stack_manipulation.dart, line 12, col 23) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_test/lib/src/test_async_utils.dart, line 36, col 11) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_test/lib/src/test_pointer.dart, line 120, col 6) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_tools/lib/src/cache.dart, line 47, col 51) | |
[lint] Only reference in scope identifiers in doc comments. (packages/flutter_tools/lib/src/devfs.dart, line 232, col 63) | |
[lint] 272 public members lack documentation (ran in 24.7s) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment