🐛 Bug Report: Dart runtime 2.14 does not showing in the dropdown.
See original GitHub issue👟 Reproduction steps
i wanna create function using dart, but i cant fine dart runtime.
what I have done :
-
pull dart runtime
docker pull appwrite/runtime-for-dart:2.14
-
add dart to .env
_APP_FUNCTIONS_RUNTIMES=node-16.0,php-8.0,python-3.9,ruby-3.0,java-16.0,dart-2.14
_APP_FUNCTIONS_ENVS=node-16.0,php-7.4,python-3.9,ruby-3.0,java-16.0,dart-2.14
-
run docker compose from this doc
docker-compose up -d --remove-orphans
-
and this is what i got
sorry if my english is so bad. thanks.
👍 Expected behavior
can choice dart for create function
👎 Actual Behavior
dart runtime not found.
🎲 Appwrite version
Version 0.11.x
💻 Operating system
MacOS
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn’t find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:16 (7 by maintainers)
Top Results From Across the Web
I am facing runtime error while running my flutter WebView ...
I am facing runtime error while running on emulator .Code is running smoothly but issue is that dropdown button is not selecting any...
Read more >Linter rules
Use the Dart linter to identify possible problems in your Dart code. You can use the linter through your IDE or with the...
Read more >flutter_rust_bridge 1.8.0 | Dart Package
High-level memory-safe binding generator for Flutter/Dart <-> Rust. ... Lightweight: This is not a huge framework that includes everything, so you are free ......
Read more >CHANGELOG.md
It was made a compile-time error to call the constructor of an abstract class in Dart 2.0. Removed the deprecated CyclicInitializationError . Cyclic ......
Read more >Flutter Failed to start DevTools: Dart DevTools exited with ...
Delete Flutter cache folder (Not work). I tried to delete the cache folder but it didn't solve the problem. · Update Dart SDK....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Closing as this should be resolved now.
FYI, Appwrite version 0.15.3 uses appwrite/php-runtimes version 0.10.0 and appwrite/php-runtimes version 0.10.0 has support for dart versions 2.12 - 2.17.
@lohanidamodar now with the built-in support, can we list Dart as a default environment?