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,
),