is there any recommended Online Flutter Compiler like Flutlab alternatives that support appwrite?
- 1
- Tools
- Flutter
I am looking for Online Flutter Compiler that can support Appwrite Environtment. Not only design UI, by also can build, and test in any platform(iOs, Android, web, macos,etc).
I have found Flutlab(https://flutlab.io/). I develop it with its Web-emulator, and add some simple function with Appwrite. But it always fail to get some response from my Self host VPS Appwrite. I still success when did it with my own laptop(potato).
Idk what's going. is there any problem with SSL? or anything else. or maybe is there any recommended Online Flutter Compiler ?
Hmm, not that I am aware of , I will check and let you know
Recommended threads
- `type 'Null' is not a subtype of type 'b...
When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception: ``` type ...
- Appwrite docs mcp server 502 bad gateway
I added the appwrite docs mcp server to vscode following the docs https://appwrite.io/docs/tooling/mcp/vscode#step-1 but upon start it gives the following error...
- I can't share code between functions
Operating System: MacOS Appwrite Version: self-hosted 1.8.1 Appwrite CLI Version: 13.2.1 I want to split code up to share it between my functions. At the momen...