devkrest / flutter_story_presenter

Easily display media as stories in your Flutter app with customizable features and smooth navigation! 🚀📷
MIT License
11 stars 9 forks source link

smooth_video_progress depends on outdated flutter_hooks #8

Closed alguintu closed 1 month ago

alguintu commented 1 month ago
Because every version of flutter_story_presenter depends on smooth_video_progress ^0.0.4 which depends on flutter_hooks ^0.18.4, every version of flutter_story_presenter requires flutter_hooks ^0.18.4.
So, because your_project depends on both flutter_hooks ^0.20.5 and flutter_story_presenter ^0.0.8, version solving failed.

The dependency smooth_video_progress hasn't been updated in 2 years and depends on an old version of flutter_hooks, which prevents users of the latest flutter_hooks from using this package.

Please either fork and update smooth_video_progress's dependency, or include its functionality into the package so it does not cause version solving failure in the future.

I'd be happy to make a PR for this. Thanks.

Kaival-Patel commented 1 month ago

@alguintu Thanks for reporting the bug. We will soon look into this. If you have a time, you can do PR, happy to collaborate.

Kaival-Patel commented 1 month ago

PR Merged #9