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
- Python-ml-3.12
Hi, when this runtime will be available for the cloud. I could see the runtimes repo has this added to Runtimes.php but I'm not able to use it to run locally or...
- Function Building show 500 Error
Region: sfo Temple: Starter Function Runtime: Nodejs 22 What happened? Before 2 minutes it show ‘server error.","code":500,"version":"0.7.24"}’ after it show c...
- Function for long running task (other 60...
My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?