FLUTTER [2022] How To Run Apps On Different Devices 🔥 At The Same Time

Опубликовано: 03 Апрель 2022
на канале: HDEV Coder
1,059
9

🔥 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!