pitt500 / Pokedex

Pokedex demo made in SwiftUI
MIT License
24 stars 5 forks source link

Support for placeholder images #2

Open JonyMateos opened 1 year ago

JonyMateos commented 1 year ago

Hi, Nice demo. Would it be possible to support placeholder images?

pitt500 commented 1 year ago

Hi @JonyMateos, thanks for your interest in this project! Yeah, actually, I'm planning to move CacheAsyncImage out to create a dedicated package and add support to the equivalent inits from AsyncImage.

One thing to fix is that ImageCache implemented was just for demo goals, but not for production environments. That's something that should be fixed in order to use it in a real app.

Cheers