onestudio-co / flutter-bond

Your next Flutter project template!
173 stars 48 forks source link

Better user experience when loading full image #119

Closed basharalhato closed 11 months ago

basharalhato commented 1 year ago

Part of GTC open source intiative

Summary: Slow Content Loading due to the size of the full image, so we can progress loading full image instead of a blank screen and center loading progress in home page.

Related Issue: #100

Suggestion: For Future work, using BlurHash for every image that gives you a short string (only 20-30 characters!) that represents the placeholder for this image. @salahamassi Take a look BlurHash.

salahamassi commented 11 months ago

we don't plan to use any third party library for loading image currently