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?
TL;DR
Title: Dependency problem with the html package
Message: I am encountering an error while trying to update packages in my Flutter web app. The error states that the appwrite package requires a version of the http package that is not compatible with the current version of the html package (1.2.0). The recommended version for the http package is >=0.13.6 <1.0.1. It seems that the html package (1.0.0) is quite outdated. Is there a possibility to support the newer version of html (1.2.0)?