Skip to content

Commit 06ffbbf

Browse files
authored
Change network image URL in doc (flutter#25096)
This fixes flutter#25092
1 parent f250db6 commit 06ffbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/widgets/basic.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class Directionality extends InheritedWidget {
170170
///
171171
/// ```dart
172172
/// Image.network(
173-
/// 'https://github.com/flutter/flutter_gallery_assets/raw/master/lib/products/backpack.png',
173+
/// 'https://raw.githubusercontent.com/flutter/assets-for-api-docs/master/packages/diagrams/assets/blend_mode_destination.jpeg',
174174
/// color: Color.fromRGBO(255, 255, 255, 0.5),
175175
/// colorBlendMode: BlendMode.modulate
176176
/// )

0 commit comments

Comments
 (0)