-
Notifications
You must be signed in to change notification settings - Fork 115
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
🐛 Bug Report: Upgrade http library to latest stable #179
Comments
I have same problem so i just fork his stomic and change http package then pull his stomic again now its working fine for me. use client like this btw. static Client client = |
@istornz Thank you for reporting the issue. Will update soon. |
Also experiencing the same issue with the dart SDK as well |
Same issue with dart sdk here too. I cannot install Flutter Quil Extensions package as it requires http 1.0.0 package while Appwrite Dart SDK package uses http 0.13 so I am getting this error when calling pub get: Is anyone from Appwrite team resolving this issue? Flutter Quil is a popular text editor for Flutter and the Flutter Quil Extensions allows inserting images and attachments to the edited documents. It is Appwrite or the editor for me now and that is a tough choice really. |
I think, as a workaround, we can override |
Thanks for the suggestion. I have pointed to a forked git version in the
pubspec and that resolved this issue. But I want to stay with the master
Apprite SDK so I can sync any new features when the package gets a new
version from the Appwrite team.
…On Thu, Jan 25, 2024, 11:11 AM Dimitri Dessus ***@***.***> wrote:
I think, as a workaround, we can override http version in the pubpec.yaml
but this issue need to be fixed ASAP thanks 👍
—
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BEUA5AHACUAWSRQGIFKYKCTYQIHULAVCNFSM6AAAAAA62VHUASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBZGYYTGNBXGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi @lohanidamodar, do you have any news about this issue? 👍 |
Related to appwrite/sdk-for-dart#59 |
👟 Reproduction steps
More and more other dependency upgrade http to latest stable version, we can't upgrade others dependencies since this library depends on
'>=0.13.6 <1.0.1'
, example with basic_utils v5.7.0 (latest).Thanks :
👍 Expected behavior
It should use latest stable http version
👎 Actual Behavior
It use version
'>=0.13.6 <1.0.1'
of http package🎲 Appwrite version
Version 2.0.x
💻 Operating system
MacOS
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: