filmov
tv
Run Flutter App On Real Device | Wirelessly & USB - 5 Simple Steps
Показать описание
Do you want to run your flutter apps on android device wirelessly? Here is a step by step tutorial on how to do that?
What you'll learn?
0:00 Introduction
0:23 Enabling Device Configuration
1:53 How to run your flutter app on device using USB
02:23 Wireless Configuration
3:10 How to run your flutter app wirelessly
#flutter #flutterdev #firebase #appmaking #androiddevelopment
## Here is a step by step instruction to run flutter apps on android device
1. You need to connect device with USB Cable
2. Enable Developer Option & USB Debugging from device settings
3. If you're not finding developer option, goto about phone, tap build number for multiple times
4. Execute `flutter devices` to check connected devices
5. Execute `flutter run` to run your app on device
## Here is a step by step instruction to run flutter apps wirelessly (remotely)
1. Follow the above step & make sure you've successfully run the app
2. Then execute `adb tcpip 5555`
3. Check your device IP address (Make sure, all your device is connected on same network
4. execute `adb connect YOURIP:5555`
5. Remove USB & Execute `flutter devices` & `flutter run`
What you'll learn?
0:00 Introduction
0:23 Enabling Device Configuration
1:53 How to run your flutter app on device using USB
02:23 Wireless Configuration
3:10 How to run your flutter app wirelessly
#flutter #flutterdev #firebase #appmaking #androiddevelopment
## Here is a step by step instruction to run flutter apps on android device
1. You need to connect device with USB Cable
2. Enable Developer Option & USB Debugging from device settings
3. If you're not finding developer option, goto about phone, tap build number for multiple times
4. Execute `flutter devices` to check connected devices
5. Execute `flutter run` to run your app on device
## Here is a step by step instruction to run flutter apps wirelessly (remotely)
1. Follow the above step & make sure you've successfully run the app
2. Then execute `adb tcpip 5555`
3. Check your device IP address (Make sure, all your device is connected on same network
4. execute `adb connect YOURIP:5555`
5. Remove USB & Execute `flutter devices` & `flutter run`
Комментарии