JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
15.24k stars 1.11k forks source link

Jetsnack images are not loading #4884

Closed pkdhankher closed 4 weeks ago

pkdhankher commented 4 weeks ago

If the bug is in Android, IOS, Web and Desktop App, report it in the Jetpack Compose tracker

Describe the bug Jetsnack images are not loading, Seems like removed from the source.

Affected platforms

To Reproduce Steps to reproduce the behavior:

  1. Run anu module Android/IOS/Web
  2. Images are not loading
  3. IOS app crashing

Expected behavior Images are not loading on all the platforms

Screenshots Screenshot 2024-05-28 at 10 55 58 AM

Additional context N/A

terrakok commented 4 weeks ago

Image urls are broken in the original repo too: https://github.com/android/compose-samples/blob/main/Jetsnack/app/src/main/java/com/example/jetsnack/model/Snack.kt

For example: https://source.unsplash.com/pGM4sjt_BdQ

image