🔥 Subscribe for more: / @hdevcoder
learn how to debug your flutter app on multiple devices using vsCode. by using this method you can run your app on multiple devices do hot restart and hot reload simultaneously on all devices.
How to run Flutter Apps on 2 different devices at the same time
In this quick video, we demonstrate how to run a Flutter App on two different devices simultaneously.
{
"version": "0.2.0",
"configurations": [
{
"name": "iPhone 12 Pro",
"request": "launch",
"type": "dart",
"program": "lib/main.dart",
"deviceId": ""
},
{
"name": "iPhone 13",
"request": "launch",
"type": "dart",
"program": "lib/main.dart",
"deviceId": ""
},
],
"compounds": [
{
"name": "All Devices",
"configurations": ["iPhone 12 Pro","iPhone 13"]
}
]
}
🎓More tutorials you may like
● Fix Flutter Firebase Common Problems [2022] : • Fix Flutter Firebase Common Problems ...
● Onboarding Screen Design from Scratch without any library: • Flutter Onboarding Screen Design from...
📡 Social Media
GitHub: https://github.com/HDEVCODER
Twitter: / coderhdev
#Flutter #Tutorial #hdevcoder
Thanks for watching!
Make sure to like + Subscribe For More!