imsamgarg / firebase_cached_image

Cache Manager and Cached ImageProvider for Firebase Cloud Storage Objects.
MIT License
9 stars 16 forks source link

Upgrade uuid dependency to >=3.0.0 <5.0.0 #14

Closed thedalelakes closed 9 months ago

thedalelakes commented 9 months ago

Many other packages require uuid: ^4.0.0. I was unable to use this package in my project because it is required 3.x. Extending supported version range to support both 3.x and 4.x

imsamgarg commented 9 months ago

Thank you for the pull request. Merging it...