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
14e4565f
Unverified
Commit
14e4565f
authored
Jul 10, 2019
by
Kate Lovett
Committed by
GitHub
Jul 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc fixes (#35892)
* Fixed assets embedding * ++ * Completed snippet audit * Analyzer
parent
176ebfd5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
9 deletions
+6
-9
text_style.dart
packages/flutter/lib/src/painting/text_style.dart
+0
-4
basic.dart
packages/flutter/lib/src/widgets/basic.dart
+5
-4
form.dart
packages/flutter/lib/src/widgets/form.dart
+1
-1
No files found.
packages/flutter/lib/src/painting/text_style.dart
View file @
14e4565f
...
...
@@ -130,14 +130,10 @@ const String _kColorBackgroundWarning = 'Cannot provide both a backgroundColor a
/// ```
/// {@end-tool}
///
/// {@tool sample}
///
/// Examples of the resulting heights from different values of `TextStyle.height`:
///
/// ![Text height comparison diagram](https://flutter.github.io/assets-for-api-docs/assets/painting/text_height_comparison_diagram.png)
///
/// {@end-tool}
///
/// ### Wavy red underline with black text
///
/// {@tool sample}
...
...
packages/flutter/lib/src/widgets/basic.dart
View file @
14e4565f
...
...
@@ -4713,13 +4713,14 @@ class Wrap extends MultiChildRenderObjectWidget {
/// children.
/// * The [catalog of layout widgets](https://flutter.dev/widgets/layout/).
///
///
/// {@animation 450 100 https://flutter.github.io/assets-for-api-docs/assets/widgets/flow_menu.mp4}
///
/// {@tool snippet --template=freeform}
///
/// This example uses the [Flow] widget to create a menu that opens and closes
/// as it is interacted with. The color of the button in the menu changes to
/// indicate which one has been selected.
///
/// {@animation 450 100 https://flutter.github.io/assets-for-api-docs/assets/widgets/flow_menu.mp4}
/// as it is interacted with, shown above. The color of the button in the menu
/// changes to indicate which one has been selected.
///
/// ```dart main
/// import 'package:flutter/material.dart';
...
...
packages/flutter/lib/src/widgets/form.dart
View file @
14e4565f
...
...
@@ -16,7 +16,7 @@ import 'will_pop_scope.dart';
/// with a context whose ancestor is the [Form], or pass a [GlobalKey] to the
/// [Form] constructor and call [GlobalKey.currentState].
///
/// {@tool snippet --template=stateful_widget_
material
}
/// {@tool snippet --template=stateful_widget_
scaffold
}
/// This example shows a [Form] with one [TextFormField] and a [RaisedButton]. A
/// [GlobalKey] is used here to identify the [Form] and validate input.
///
...
...
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