ubuntu-flutter-community / settings

:penguin: :orange_heart: :blue_heart: An Ubuntu Desktop system settings app made with Flutter.
GNU General Public License v3.0
274 stars 47 forks source link

WallpaperPage: fix unsplash error #416

Closed Feichtmeier closed 1 year ago

Feichtmeier commented 1 year ago

grafik

I think the getImageUrl callback ismissing @YoussefLasheen :)

YoussefLasheen commented 1 year ago

I think the error is unrelated. I made the callback optional as its not needed for unsplash's api.

YoussefLasheen commented 1 year ago

Looks like the unsplash API itself is not that reliable. https://source.unsplash.com/1920x1080/daily returns image The model currently trusts the API to return an image so it just saves the response.

YoussefLasheen commented 1 year ago

I think the issue with unsplash is resolved now. @Feichtmeier

Feichtmeier commented 1 year ago

Thanks!