-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple devices #159
Comments
Supporting this would be nice. |
Adding to Kavantix answer I have been using DevicePreview and WidgetBook as well as golden tests with different screen sizes. |
It would be nice to preview in Android and iOS simultaneously, but remember that you can also achieve the same by splitting your window with tmux and simply having two Neovim instances, right? But file changes would only be picked up by one device, so it's not optimal. |
In my case, I open several neovim window for same workspace. windows:
- frontend-A:
layout: main-vertical
panes:
- cd ./mobile_app/ && vim .
- frontend-B:
layout: main-vertical
panes:
- cd ./mobile_app/ && vim . If you run command In window After that, you can see multiple devices are running for same codebase. In this way, I am developing chatting app with less effort. |
This is a feature request.
I would like to be able to work with 2 devices connected (linux desktop & emulator android mobile), and have both of them hot reloaded.
Is that possible?
Right now, I can open 2 devices, but I need to flutter.dev.detach, select another device, then flutter.attach and flutter.run, and it doesn't work always (device is slow to react, but I sometimes it cannot be reattached to).
I'm wondering if I misunderstood something. How are coc-flutter users doing when working on responsive layouts ?
The text was updated successfully, but these errors were encountered: