Hello! I am currently in the process of creating my first function for appwrite. I want to write it in dart, however, my dart sdk isn't showing. At first I thought: I have Dart 3.0.5 installed, but appwrite only supports 2.17.0. So I changed it. But still, it isn't showing anything in the console. I would be very happy if someone coould help me with that
As of now Appwrite supports only
- dart-2.15
- dart-2.16
- dart-2.17
To add any of them to your self-hosted Appwrite, you can follow the steps in this message https://discord.com/channels/564160730845151244/1122975532070473920/1123251682420203593
Thank you, this helped!
[SOLVED] Appwrite CLI doesn't show Dart SDK for Functions
Recommended threads
- Empty listRows() response
Hi there, I'm shehryar, I'm new to react native and appwrite as well, I'm following a tutorial, what's surprising is the listRows({databaseId, tableId, queries}...
- Failed function deployments
I am using appwrite 1.8.0 (self hosted) and trying to manually deploy a python function. I am using appwrite from 0.x and went through multiple migrations. So ...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...