
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
- How to pass session from browser to a mo...
I have a self-hosted Appwrite container. I also have a www page (A) which should acts as login page for different www services (B). User click login in B, is re...
- Two steps signIn with one user:
'm using appwrite to try two phase login, step 1: await account.createAnonymousSession(); or final appwriteUser = await account.create( ...
- Registering new flutter app
Hi, ive got an already build flutter app which works in development with appwrite. but with the built version i get an error that the client is not registered. ...
