I want to program Flutter with any online editor, which can connect to my self host appwrite.
I can program my app with appwrite by Android Studio. But i am sick with its 'memory eater' behavior. I should clean the cache before my ssd run out space.
I have tried Flutlab.io. Idk why, it always return null when connect to my appwrite. I use appwrite 1.3.8 and its recommended versions for appweite support(client sdk,cli.
However when i try with their api tools, it can connect correctly, unlikely its flutter ide that can connect to my server.
I have tried zapp.run . Same case like flutlab.
I have reviewed Flutterflow. They only support firebase, supabase. And force us to uae their drag and drop feature. Maybe i miss some feature of it.
Btw, my server have its ssl domains.
Maybe any one ever try online flutter editor with appwrite?