I get this error trying to update packages in my flutter web app:
Because appwrite 11.0.1 depends on http >=0.13.6 <1.0.1 and no versions of appwrite match >11.0.1 <12.0.0, appwrite ^11.0.1 requires http >=0.13.6 <1.0.1.
The actual version of html is 1.2.0.
Since html 1.0.0 is 9 months old, is it possible to support 1.2.0?
Recommended threads
- Attach Dart debugger for locally deploye...
Hello there, I was wondering if it is possible to attach debugger to dart function, that I run locally. It would make development much easier :-). Thank you.
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- Relationship lists aren't showing
In flutter, when I perform a listRows function for my table which contains various relationships in addition to normal data, I am not getting the relationships ...