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
06979d4e
Unverified
Commit
06979d4e
authored
Nov 30, 2022
by
Michael Goderbauer
Committed by
GitHub
Nov 30, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shrinkWrap nuke (#116236)
parent
b30eb6c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
app_bar.1.dart
examples/api/lib/material/app_bar/app_bar.1.dart
+0
-1
scroll_view.dart
packages/flutter/lib/src/widgets/scroll_view.dart
+0
-2
No files found.
examples/api/lib/material/app_bar/app_bar.1.dart
View file @
06979d4e
...
...
@@ -49,7 +49,6 @@ class _AppBarExampleState extends State<AppBarExample> {
shadowColor:
shadowColor
?
Theme
.
of
(
context
).
colorScheme
.
shadow
:
null
,
),
body:
GridView
.
builder
(
shrinkWrap:
true
,
itemCount:
_items
.
length
,
padding:
const
EdgeInsets
.
all
(
8.0
),
gridDelegate:
const
SliverGridDelegateWithFixedCrossAxisCount
(
...
...
packages/flutter/lib/src/widgets/scroll_view.dart
View file @
06979d4e
...
...
@@ -946,7 +946,6 @@ abstract class BoxScrollView extends ScrollView {
///
/// ```dart
/// ListView(
/// shrinkWrap: true,
/// padding: const EdgeInsets.all(20.0),
/// children: const <Widget>[
/// Text("I'm dedicating every day to you"),
...
...
@@ -961,7 +960,6 @@ abstract class BoxScrollView extends ScrollView {
///
/// ```dart
/// CustomScrollView(
/// shrinkWrap: true,
/// slivers: <Widget>[
/// SliverPadding(
/// padding: const EdgeInsets.all(20.0),
...
...
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