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
39551013
Unverified
Commit
39551013
authored
Jul 30, 2020
by
Michael Goderbauer
Committed by
GitHub
Jul 30, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Random unresolved doc reference fixes I missed before (#62582)
parent
e762e7e0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
wait.dart
packages/flutter_driver/lib/src/common/wait.dart
+2
-2
material_localizations.dart
...flutter_localizations/lib/src/material_localizations.dart
+6
-6
controller.dart
packages/flutter_test/lib/src/controller.dart
+1
-1
No files found.
packages/flutter_driver/lib/src/common/wait.dart
View file @
39551013
...
...
@@ -135,9 +135,9 @@ class SerializationException implements Exception {
///
/// This class is sent from the driver script running on the host to the driver
/// extension on device to perform waiting on a given condition. In the extension,
/// it will be converted to a
[WaitCondition]
that actually defines the wait logic.
/// it will be converted to a
`WaitCondition`
that actually defines the wait logic.
///
/// If you subclass this, you also need to implement a
[WaitCondition]
in the extension.
/// If you subclass this, you also need to implement a
`WaitCondition`
in the extension.
abstract
class
SerializableWaitCondition
{
/// A const constructor to allow subclasses to be const.
const
SerializableWaitCondition
();
...
...
packages/flutter_localizations/lib/src/material_localizations.dart
View file @
39551013
...
...
@@ -74,12 +74,12 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations {
///
/// 1. The string that would be returned by [Intl.canonicalizedLocale] for
/// the locale.
/// 2. The [
intl.
DateFormat] for [formatYear].
/// 3. The [
int.
DateFormat] for [formatShortDate].
/// 4. The [
intl.
DateFormat] for [formatMediumDate].
/// 5. The [
intl.
DateFormat] for [formatFullDate].
/// 6. The [
intl.
DateFormat] for [formatMonthYear].
/// 7. The [
intl.
DateFormat] for [formatShortMonthDay].
/// 2. The [DateFormat] for [formatYear].
/// 3. The [DateFormat] for [formatShortDate].
/// 4. The [DateFormat] for [formatMediumDate].
/// 5. The [DateFormat] for [formatFullDate].
/// 6. The [DateFormat] for [formatMonthYear].
/// 7. The [DateFormat] for [formatShortMonthDay].
/// 8. The [NumberFormat] for [formatDecimal] (also used by [formatHour] and
/// [formatTimeOfDay] when [timeOfDayFormat] doesn't use [HourFormat.HH]).
/// 9. The [NumberFormat] for [formatHour] and the hour part of
...
...
packages/flutter_test/lib/src/controller.dart
View file @
39551013
...
...
@@ -818,7 +818,7 @@ abstract class WidgetController {
Future
<
void
>
ensureVisible
(
Finder
finder
)
=>
Scrollable
.
ensureVisible
(
element
(
finder
));
/// Repeatedly scrolls the `scrollable` by `delta` in the
/// [Scr
p
llable.axisDirection] until `finder` is visible.
/// [Scr
o
llable.axisDirection] until `finder` is visible.
///
/// Between each scroll, wait for `duration` time for settling.
///
...
...
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