faker.dart
faker.dart copied to clipboard
Unsplash images are not working
Generating random image from Faker.instance.image.unsplash.people()
does not work. Unsplash provides not found image.
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
Unsplash source is deprecated for a long time. https://changelog.unsplash.com/deprecations/2021/11/25/source-deprecation.html. It this the reason?
A good alternative would be https://loremflickr.com/ and https://picsum.photos/ (already available). FYI LoremPixel also does not work.
since picsum is available I will most likely deprecate the other 2 and go with a single solution going forward