blaugold / unsplash_client

An unofficial, platform independent, client for the Unsplash API. Unsplash provides royalty-free images.
https://pub.dev/packages/unsplash_client
BSD 3-Clause "New" or "Revised" License
24 stars 7 forks source link

chore: allow `1.0.0` in version constraint for `http` #18

Closed jonmountjoy closed 1 year ago

jonmountjoy commented 1 year ago

Many packages are requiring http 1.0.0, and this will make it easier to this package to work with those.

blaugold commented 1 year ago

@jonmountjoy Thanks for this contribution!