Flutter-Buddies / App

An app with community features like 'calendar of events' and a showcase of member created widgets
16 stars 18 forks source link

Refactor project image #40

Closed Tahaan closed 3 years ago

Tahaan commented 3 years ago

Some changes.

  1. Got rid of the double-download of every image.
  2. Got rid of downloading every image for every project - download only when the ProjectCard is rendered.
  3. Utilise Uri to build URLs rather than manually fidgetting
  4. Implemented caching of downloaded images