Appwrite's current highest runtime for Dart is 2.17. Ever since the release of Dart 3, it hurts not being able to use records as well as other Dart 3 features in my functions. Should we expect an update anytime soon?
It seems like the next version of Appwrite function going to support version 3.0 https://github.com/open-runtimes/open-runtimes/tree/main/runtimes/dart-3.0
I don't know the release date but it will be soon
Alright. Thanks man
Just heard about dart records proceeds to search it
You'll love it bro. There's records, there's patterns too. Research both.
[CLOSED] Inability to use Dart Records in Cloud Functions
Recommended threads
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- Cannot create cloud function due to this...
As I try to deploy a new function to Github I get this error message: ``` Unable to clone code repository: fatal: ' ' is not a valid branch name hint: See `man ...
- How to use TS for creating appwrite func...
I was making a few appwrite functions but on doing the appwrite init setup process i always got main.js. Is there any way i can use TS?