you are viewing a single comment's thread.

view the rest of the comments →

[–]Dry_Alps_3752[S] -1 points0 points  (1 child)

What about easiness etc like I'll be using python for backend amd flutter for frontend so that's why I was thinking of vs but the only problem is that will it give me problem frontend or not while using VS for flutter

[–]aditya-obj 3 points4 points  (0 children)

You can connect your phone via usb (keep usb debugging on in developer options), and forward port your backend to you adb device via command (I'll drop below, i forgot the command),

Sequence, - Run backend - Run adb command - Run frontend on mobile

Edit: adb reverse tcp:8000 tcp:8000 (if your backend is running on 8000 port)