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
be9f99a8
Commit
be9f99a8
authored
Jul 12, 2017
by
Todd Volkert
Committed by
GitHub
Jul 12, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor clarifications in docs (#11171)
parent
39d2deb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
image_provider.dart
packages/flutter/lib/src/services/image_provider.dart
+1
-1
notification_listener.dart
packages/flutter/lib/src/widgets/notification_listener.dart
+3
-1
No files found.
packages/flutter/lib/src/services/image_provider.dart
View file @
be9f99a8
...
...
@@ -388,7 +388,7 @@ abstract class AssetBundleImageProvider extends ImageProvider<AssetBundleImageKe
/// Fetches the given URL from the network, associating it with the given scale.
///
///
Cache headers from the server are ignored
.
///
The image will be cached regardless of cache headers from the server
.
// TODO(ianh): Find some way to honour cache headers to the extent that when the
// last reference to an image is released, we proactively evict the image from
// our cache if the headers describe the image as having expired at that point.
...
...
packages/flutter/lib/src/widgets/notification_listener.dart
View file @
be9f99a8
...
...
@@ -94,7 +94,9 @@ class NotificationListener<T extends Notification> extends StatelessWidget {
this
.
onNotification
,
})
:
super
(
key:
key
);
/// The widget below this widget in the tree.
/// The widget directly below this widget in the tree.
///
/// This is not necessarily the widget that dispatched the notification.
final
Widget
child
;
/// Called when a notification of the appropriate type arrives at this
...
...
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