casvanluijtelaar / faker.dart

generate massive amounts of fake data in dart and flutter
Other
41 stars 7 forks source link

Unsplash images are not working #13

Open 2shrestha22 opened 1 year ago

2shrestha22 commented 1 year ago

Generating random image from Faker.instance.image.unsplash.people() does not work. Unsplash provides not found image.

casvanluijtelaar commented 1 year ago

seems there is something wrong with their public api, I'll see if something has changed or it's a temporary thing https://source.unsplash.com/category/people

2shrestha22 commented 1 year ago

Unsplash source is deprecated for a long time. https://changelog.unsplash.com/deprecations/2021/11/25/source-deprecation.html. It this the reason?

2shrestha22 commented 1 year ago

A good alternative would be https://loremflickr.com/ and https://picsum.photos/ (already available). FYI LoremPixel also does not work.

casvanluijtelaar commented 1 year ago

since picsum is available I will most likely deprecate the other 2 and go with a single solution going forward