
Hey, is there a reason why the newest appwrite and dart_appwrite packages depend on http: '>=0.13.6 <1.0.1' and not on version 1.1.0?
The newer http version was published 2 months before the upgrade to appwrite v11 / dart_appwrite v10.
I have an unfortunate dependency conflict, because another of my packages depends on http: ^1.1.0 and teh previous version of that package depended on an earlier release, so they made a bigger jump.
I can't upgrade my appwrite dependencies (except for not using that package, but it's for i18n).
Is there a reason for not supporting the newest version? If not, I would raise an issue in GitHub.
Thanks!

We wanted to try and maintain support for older versions

Understandable, then I'll contact the authors of flutter_i18n or fork and edit the repo for personal use. Or I just might use a different approach to i18n. Thanks anyways!
Recommended threads
- Google OAuth2 Login Gets Stuck in Redire...
I'm facing an issue with the Google OAuth2 login flow on my Flutter Android app using the Appwrite SDK. After a successful sign-in with Google, the browser ente...
- Facebook OAuth with Appwrite Cloud fails...
I’m integrating Facebook login in my Flutter app using Appwrite Cloud. Google OAuth works fine, but I’m stuck with Facebook. Here’s what happens: When I log i...
- Issues connecting my appwrite 1.7.4
Im trying to connect my app using the app-starter but all the pings are getting an error 500, Ive tried with windows / android and web all give the same 500 err...
