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
04759e85
Unverified
Commit
04759e85
authored
Aug 17, 2020
by
Ming Lyu (CareF)
Committed by
GitHub
Aug 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc typo spelling fix (#63817)
parent
fe942676
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
controller.dart
packages/flutter_test/lib/src/controller.dart
+3
-3
No files found.
packages/flutter_test/lib/src/controller.dart
View file @
04759e85
...
...
@@ -415,7 +415,7 @@ abstract class WidgetController {
/// return value should be exact zeros.
/// - For [LiveTestWidgetsFlutterBinding], the values are typically small
/// positives, meaning the event happens a little later than the set time,
/// but a very small portion may have a tiny negat
vi
e value for about tens of
/// but a very small portion may have a tiny negat
iv
e value for about tens of
/// microseconds. This is due to the nature of [Future.delayed].
///
/// The closer the return values are to zero the more faithful it is to the
...
...
@@ -953,7 +953,7 @@ abstract class WidgetController {
/// the screen correctly.
///
/// This does not work when the `S` is long and `W` far away from the
/// disp
al
yed part does not have a cached element yet. See
/// disp
la
yed part does not have a cached element yet. See
/// https://github.com/flutter/flutter/issues/61458
///
/// Shorthand for `Scrollable.ensureVisible(element(finder))`
...
...
@@ -1110,7 +1110,7 @@ class LiveWidgetController extends WidgetController {
}
// This method is almost identical to [GestureBinding._handlePointerEvent]
// to replicate the b
a
havior of the real binding.
// to replicate the b
e
havior of the real binding.
void
_handlePointerEvent
(
PointerEvent
event
,
Map
<
int
,
HitTestResult
>
_hitTests
...
...
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