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 released for cloud often that are currently not baked into self-hosted. Has the team mentioned any good way ?
You mean for enabling functions?
Go to https://pub.dev/ Search for the sdk you want the details about. Select it. Go to the versions tab Checkout the versions one by one. In their readme you will see which appwrite version it is compatible with selected sdk version.
No in general. Like 19.1.0 supports OrderRandom query, is that supported by 1.8.0 ? 20.2.1 Add transaction support for Databases and TablesDB, is this supported by self hosted ?
SDK are same for cloud and onprem and cloud is updated more often than selfhosted so it would be good if there is a way to tell which version in supported fully by selfhosted. Catch my drift ?
I told you the method above. or did i missed anything ?
Maybe I am missing something but the read me mentions something like “This SDK is compatible with Appwrite server version 1.8.x.” But now can you tell me if OrderRandom is supported by current selfhosted release ? It’s 1.8.0 ..
Ok That details seems to be missing.
Found it
You can search in github about the sdk Then click on releases. It will show the version and whats introduced with that version.
But the problem is it says capable with 1.8.x I am assuming the random function is implemented on the sdk instead of the appwrite itself.
cc: <@743532656767270934> sorry for the ping. Could you clarify if what I said is right?
yeah so the readme is correct in saying sdk is compatible with 1.8.x, but that doesnt necessarily mean its compatible with self hosted release
in any case at most a new feature might have been introduced to cloud that doesnt exist in self hosted, and u will just get not found errors.
best way to filter is to read the changelogs. for eg. in this case the changelog "Add 1.8.x support by @stnguyen90 in #263" seems like is the best to decide and use 18.0.0 for self hosted version - https://github.com/appwrite/sdk-for-flutter/releases/tag/18.0.0
Recommended threads
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...
- GitHub Student Benefits Not Applied to M...
Hi! I signed up for Appwrite using my GitHub account, and I’m a student with an active GitHub Student Developer Pack. I was expecting the Appwrite educational/...