shrop / contenta_flutter

Flutter app that consumes demo content from the Contenta CMS API
https://www.contentacms.org
GNU General Public License v2.0
13 stars 2 forks source link

Display images on the home screen using Cached network image #60

Closed shrop closed 4 years ago

shrop commented 4 years ago

Pub.dev link: https://pub.dev/packages/cached_network_image

Display a placeholder icon of the image is 404. Also cache images.

shrop commented 4 years ago

PR: https://github.com/shrop/contenta_flutter/pull/62 merged

Completed implementation of cached_network_image