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
8364ac5b
Commit
8364ac5b
authored
May 18, 2017
by
Hans Muller
Committed by
GitHub
May 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed dartdoc related to SliverPrototypeExtentList and renamed the source file (#10174)
parent
9d3fb1f3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
6 deletions
+2
-6
sliver_fixed_extent_list.dart
...s/flutter/lib/src/rendering/sliver_fixed_extent_list.dart
+0
-4
sliver_prototype_extent_list.dart
...flutter/lib/src/widgets/sliver_prototype_extent_list.dart
+1
-1
widgets.dart
packages/flutter/lib/widgets.dart
+1
-1
No files found.
packages/flutter/lib/src/rendering/sliver_fixed_extent_list.dart
View file @
8364ac5b
...
...
@@ -28,8 +28,6 @@ import 'sliver_multi_box_adaptor.dart';
/// See also:
///
/// * [RenderSliverFixedExtentList], which has a configurable [itemExtent].
/// * [RenderSliverPrototypeExtentList], which uses a prototype list item
/// instead of a pixel value, to define the extent of each item.
/// * [RenderSliverFillViewport], which determines the [itemExtent] based on
/// [SliverConstraints.viewportMainAxisExtent].
/// * [RenderSliverFillRemaining], which determines the [itemExtent] based on
...
...
@@ -233,8 +231,6 @@ abstract class RenderSliverFixedExtentBoxAdaptor extends RenderSliverMultiBoxAda
///
/// See also:
///
/// * [RenderSliverPrototypeExtentList], which uses a prototype list item
/// instead of a pixel value, to define the extent of each item.
/// * [RenderSliverList], which does not require its children to have the same
/// extent in the main axis.
/// * [RenderSliverFillViewport], which determines the [itemExtent] based on
...
...
packages/flutter/lib/src/widgets/sliver_prototype_
item
_list.dart
→
packages/flutter/lib/src/widgets/sliver_prototype_
extent
_list.dart
View file @
8364ac5b
...
...
@@ -25,7 +25,7 @@ import 'sliver.dart';
///
/// See also:
///
/// * [SliverFixedExtentList], whose
[itemExtent]
is a pixel value.
/// * [SliverFixedExtentList], whose
itemExtent
is a pixel value.
/// * [SliverList], which does not require its children to have the same
/// extent in the main axis.
/// * [SliverFillViewport], which sizes its children based on the
...
...
packages/flutter/lib/widgets.dart
View file @
8364ac5b
...
...
@@ -72,7 +72,7 @@ export 'src/widgets/single_child_scroll_view.dart';
export
'src/widgets/size_changed_layout_notifier.dart'
;
export
'src/widgets/sliver.dart'
;
export
'src/widgets/sliver_persistent_header.dart'
;
export
'src/widgets/sliver_prototype_
item
_list.dart'
;
export
'src/widgets/sliver_prototype_
extent
_list.dart'
;
export
'src/widgets/status_transitions.dart'
;
export
'src/widgets/table.dart'
;
export
'src/widgets/text.dart'
;
...
...
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