Сбой приложения при сбое url изображения - PullRequest
0 голосов
/ 21 ноября 2019
Exception caught by package:flutter_image ═════════════════════════════════════════════════
The following FetchFailure was thrown NetworkImageWithRetry failed to load http://204.11.59.195/~automobi/aiswariaooh/uploads/images/1573712028.jpg:
FetchFailure(
  attemptCount: 1
  httpStatusCode: 404
  totalDuration: 0:00:01.143462
  originalException: null
)

Я пытался, возможно, решение, предоставленное в stackoverflow, но моя проблема не решена

Image(  image: NetworkImageWithRetry(img1),
        height: imageHeight, 
        ),
...