flutter-examples
flutter-examples copied to clipboard
sample 'Image from Network' is not success, operation timeout
Launching lib/main.dart on iPhone Xʀ in debug mode... Running Xcode build... Xcode build done. 9.2s Syncing files to device iPhone Xʀ...
════════ Exception caught by image resource service ════════════════════════════════════════════════ The following SocketException was thrown resolving an image codec: OS Error: Operation timed out, errno = 60, address = raw.githubusercontent.com, port = 54151
When the exception was thrown, this was the stack:
#0 NetworkImage._loadAsync (package:flutter/src/painting/_network_image_io.dart:88:43)
════════ (2) Exception caught by image resource service ════════════════════════════════════════════ OS Error: Operation timed out, errno = 60, address = raw.githubusercontent.com, port = 54152 ════════════════════════════════════════════════════════════════════════════════════════════════════
Is this happening only on iOS?
I just tested on Android and everything was working as expected.