-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update HTTP Library #735
Comments
@Maxmontgelas We don't need to upgrade the http library.
Doesn't look like a massive improvement, and the main flutter project of openfoodfacts (https://github.com/openfoodfacts/smooth-app/) hasn't upgraded to flutter 3.10 / dart 3.0 yet (cf. openfoodfacts/smooth-app#3953) |
Of course you should be upgrading keeping all up to date. What a strange reply. |
Ok, we don't need to, but eventually we will. As monsieurtanuki pointed out, the main app for which this package is developed (https://github.com/openfoodfacts/smooth-app) isn't upgraded to flutter 3.7 just now so we'll have to postphone that. Now the question is, what is stopping you (the intention behind this issue) @Maxmontgelas.
|
It all works fine for myself as I've made appropriate adjustments. But one should not need to do adjustments as it's not so complicated or time consuming to update this here. Or the app that this is intended for. I update apps almost daily. |
The main reason to upgrade the HTTP dependency is that multiple other librarys depend on HTTP and therefor we can not upgrade our other dependencies. In my case i cannot upgrade google_fonts and typesense. So this is kinda important and would be appreciated |
You can use override but it's just a shame must do that.
…On Wed, 2 Aug 2023, 07:59 Marcel, ***@***.***> wrote:
The main reason to upgrade the HTTP dependency is that multiple other
librarys depend on HTTP and therefor we can not upgrade our other
dependencies. In my case i cannot upgrade google_fonts and typesense.
So this is kinda important and would be appreciated
—
Reply to this email directly, view it on GitHub
<#735 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARBG57JRW3YCOJBRRQPXFPDXTH3EPANCNFSM6AAAAAAYNNJDBI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Will be taken care of in #764. |
You need to update the http Library
The text was updated successfully, but these errors were encountered: