Skip to content

Commit dc515f7

Browse files
committed
Replaced bad urls.
1 parent d0c4526 commit dc515f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example/lib/data.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@ const contacts = <Contact>[
267267
Contact('Andrew', '[email protected]',
268268
'https://d2gg9evh47fn9z.cloudfront.net/800px_COLOURBOX4057996.jpg'),
269269
Contact('Paul', '[email protected]',
270-
'https://mbtskoudsalg.com/images/person-stock-image-png.png'),
270+
'https://media.istockphoto.com/photos/man-with-crossed-arms-isolated-on-gray-background-picture-id1171169099'),
271271
Contact('Fred', '[email protected]',
272-
'https://media.istockphoto.com/photos/feeling-great-about-my-corporate-choices-picture-id507296326'),
272+
'https://media.istockphoto.com/photos/confident-businessman-posing-in-the-office-picture-id891418990'),
273273
Contact('Brian', '[email protected]',
274274
'https://upload.wikimedia.org/wikipedia/commons/7/7c/Profile_avatar_placeholder_large.png'),
275275
Contact('John', '[email protected]',
@@ -286,6 +286,6 @@ const contacts = <Contact>[
286286
'https://upload.wikimedia.org/wikipedia/commons/7/7c/Profile_avatar_placeholder_large.png'),
287287
Contact('Ernie', '[email protected]',
288288
'https://upload.wikimedia.org/wikipedia/commons/7/7c/Profile_avatar_placeholder_large.png'),
289-
Contact('Gina', 'fred@flutter.io',
290-
'https://upload.wikimedia.org/wikipedia/commons/7/7c/Profile_avatar_placeholder_large.png'),
289+
Contact('Gina', 'gina@flutter.io',
290+
'https://media.istockphoto.com/photos/all-set-for-a-productive-night-ahead-picture-id637233964'),
291291
];

0 commit comments

Comments
 (0)