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
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...