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
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...