Amrit
Amrit
CCoder.com
Created by maxifelix on 10/5/2023 in #help
is it possible to use coder to develop flutter apps?
maybe can also check this out - https://github.com/budtmo/docker-android
11 replies
CCoder.com
Created by maxifelix on 10/5/2023 in #help
is it possible to use coder to develop flutter apps?
I think you can connect an Android Device with your workspace using wireless ADB with the following steps 1. Install and setup zerotier or tailscale in your android device and workspace to connect them in the same network 2. Then use this command in workspace to connect the android device - adb connect [ANDROID_DEVICE_IP_ADDRESS]:ADB_PORT
11 replies
CCoder.com
Created by maxifelix on 10/5/2023 in #help
is it possible to use coder to develop flutter apps?
Yes, you can For running the app you can use Android Virtual Device (AVD) and view it through noVNC Or I think you can also use wireless adb to connect your physical android device directly
11 replies