Flutter/画像/エラー判定
ナビゲーションに移動
検索に移動
pubspec.yaml
cached_network_image: ^2.0.0
CachedNetworkImage( imageUrl: "http://example/hoge.png", placeholder: (context, url) => new CircularProgressIndicator(), errorWidget: (context, url, error) => new Icon(Icons.error), ),