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
- 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...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...