Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
5afde06b
Commit
5afde06b
authored
Nov 03, 2016
by
Matt Perry
Committed by
GitHub
Nov 03, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up a few stale TODOs. (#6698)
parent
fcfb2a5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
editable.dart
packages/flutter/lib/src/widgets/editable.dart
+2
-4
text_selection.dart
packages/flutter/lib/src/widgets/text_selection.dart
+0
-1
No files found.
packages/flutter/lib/src/widgets/editable.dart
View file @
5afde06b
...
...
@@ -118,14 +118,12 @@ class InputValue {
}
}
/// A basic
single-line
input control.
/// A basic
text
input control.
///
/// This control is not intended to be used directly. Instead, consider using
/// [Input], which provides focus management and material design.
//
// TODO(mpcomplete): rename RawInput since it can span multiple lines.
class
RawInput
extends
Scrollable
{
/// Creates a basic
single-line
input control.
/// Creates a basic
text
input control.
///
/// The [value] argument must not be null.
RawInput
({
...
...
packages/flutter/lib/src/widgets/text_selection.dart
View file @
5afde06b
...
...
@@ -14,7 +14,6 @@ import 'gesture_detector.dart';
import
'overlay.dart'
;
import
'transitions.dart'
;
// TODO(mpcomplete): Need one for [collapsed].
/// Which type of selection handle to be displayed.
///
/// With mixed-direction text, both handles may be the same type. Examples:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment