nhost / nhost-dart

Nhost Dart & Flutter packages
https://nhost.io
MIT License
90 stars 32 forks source link

http can not be updated because of the 'betamax' package #110

Closed ninogjoni closed 11 months ago

ninogjoni commented 1 year ago

In my current pull request, I attempted to update the 'http' package to version 1.1.0. However, the 'betamax' package relies on an older version of 'http', and it seems that it might not be maintained any longer (the last update was approximately 17 months ago).

If I don't receive a response, how can we address this?

ninogjoni commented 1 year ago

Here the issue link in the betamax repo

sgruhier commented 1 year ago

With http: 0.13.4 we are stuck on upgrade. latest version of flutter uses http: 1+ This is now critical :(

totzk9 commented 1 year ago

Isn't it a better practice to not use as many package as possible? There are ways to test endpoints without using other packages like betamax

mhadaily commented 1 year ago

I agree with @totzk9 , this package was here as the author of betamax used to be the maintainer of this repo. However, I should consider removing this package and try to implement things without unnecessary dependencies.

PR is welcome.

sgruhier commented 1 year ago

I understand that people cannot stay maintainer for life. But being blocked to an old flutter version because that it's a shame. I'm considering not using nhost anymore to avoid this kind of situation. betamax isn't maintained since 2017! I don't even understand why it has been used :)

dbarrosop commented 11 months ago

Solved in #119