
Hello. Earlier a posted issue on GitHub, so sorry for duplication, just wanna know, when it will be updated.
Link to issue:
https://github.com/appwrite/sdk-for-flutter/issues/150
Currently flutter appwrite sdk depends on device_info_plus ^8.1.0,
Cuz of a lot of packages been upgraded, I got version solving failed.
Example:
Resolving dependencies... Because flutter_quill >=7.1.17+1 depends on device_info_plus ^9.0.0 and appwrite 9.0.0 depends on device_info_plus ^8.1.0, flutter_quill >=7.1.17+1 is incompatible with appwrite 9.0.0. And because no versions of appwrite match >9.0.0 <10.0.0, flutter_quill >=7.1.17+1 is incompatible with appwrite ^9.0.0. So, because stomhelp depends on both appwrite ^9.0.0 and flutter_quill ^7.2.0, version solving failed. exit code 1
So, when you will be able to upgrade dependencies?)

Hi @dr.pand
If you have posted an issue on GitHub, it's best to use the #👷│maintainers channel to ask for updates.

Hi - I understand your concern but - its hard to say when it will be done, let me just quickly talk to my team and get back.

In the meantime, maybe you can look into overriding the dependency: https://stackoverflow.com/questions/59548782/dart-packages-dependency-conflicts
Recommended threads
- Flutter Google Auth (Access blocked: Thi...
It is working fine on web platform, but on Flutter I'm getting this error. Any option to fix, or this issue with AppWrite and need to use different option? Ac...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- Error sending push message from dashboar...
I am trying to implement appwrite fully into my app and am switching over from firebase. I registered FCM as a Provider and tried to send a push message via the...
