mirror of
https://github.com/flutter/samples.git
synced 2025-11-12 07:48:55 +00:00
Samples maintenance (#435)
This commit is contained in:
@@ -160,9 +160,11 @@ class DecorationImagePlus implements DecorationImage {
|
||||
|
||||
@override
|
||||
ImageErrorListener get onError => (error, stackTrace) {
|
||||
developer.log('Failed to load image.\n'
|
||||
developer.log(
|
||||
'Failed to load image.\n'
|
||||
'$error\n'
|
||||
'$stackTrace', name: 'slide_puzzle.decoration_image_plus');
|
||||
'$stackTrace',
|
||||
name: 'slide_puzzle.decoration_image_plus');
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user