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
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- redirect_uri errors on flutter client
Hi all, I'm using the flutter client for my app to do appwrite auth and use the JWTs to send to my backend. When I try to sign in with SSO, I get this: https:/...
- Problem with getting rows from related t...
Hi, I migrated the Appwrite SDK to 1.8.0 and the package in my Flutter app to version ^20.3.2. I noticed one thing is different. Previously, when I got a JSON r...