Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5afde06

Browse files
authored
Clean up a few stale TODOs. (flutter#6698)
1 parent fcfb2a5 commit 5afde06

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

packages/flutter/lib/src/widgets/editable.dart

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,12 @@ class InputValue {
118118
}
119119
}
120120

121-
/// A basic single-line input control.
121+
/// A basic text input control.
122122
///
123123
/// This control is not intended to be used directly. Instead, consider using
124124
/// [Input], which provides focus management and material design.
125-
//
126-
// TODO(mpcomplete): rename RawInput since it can span multiple lines.
127125
class RawInput extends Scrollable {
128-
/// Creates a basic single-line input control.
126+
/// Creates a basic text input control.
129127
///
130128
/// The [value] argument must not be null.
131129
RawInput({

packages/flutter/lib/src/widgets/text_selection.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import 'gesture_detector.dart';
1414
import 'overlay.dart';
1515
import 'transitions.dart';
1616

17-
// TODO(mpcomplete): Need one for [collapsed].
1817
/// Which type of selection handle to be displayed.
1918
///
2019
/// With mixed-direction text, both handles may be the same type. Examples:

0 commit comments

Comments
 (0)