Skip to content
Back

Which flutter SDK version for Self Hosted ?

  • 0
  • 3
  • Self Hosted
  • Flutter
  • General
punti_z
13 Dec, 2025, 16:58

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 ?

TL;DR
The Flutter SDK version is compatible with Appwrite server version 1.8.x, but that doesn't guarantee compatibility with the self-hosted release. To determine compatibility, check the changelogs. In this case, version 18.0.0 seems to be the best choice for the self-hosted version.
D5
13 Dec, 2025, 16:59

You mean for enabling functions?

13 Dec, 2025, 17:32

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.

13 Dec, 2025, 17:56

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 ?

14 Dec, 2025, 03:45

I told you the method above. or did i missed anything ?

14 Dec, 2025, 08:10

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 ..

14 Dec, 2025, 10:58

Ok That details seems to be missing.

14 Dec, 2025, 11:19

Found it

14 Dec, 2025, 11:20

You can search in github about the sdk Then click on releases. It will show the version and whats introduced with that version.

14 Dec, 2025, 11:23

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.

14 Dec, 2025, 11:25

cc: <@743532656767270934> sorry for the ping. Could you clarify if what I said is right?

14 Dec, 2025, 11:49

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

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more