In this video you are going to learn about
how to enable the developer mode
How to connect with real device with usb or wirelessly.
steps:
Connect with USB
Run with flutter run
run adb tcpip 5555
if it is not found
then run
brew install android-platform-tools
then again
adb tcpip 5555
adb connect your IP Address
adb devices
now you have one more device with your ip address
flutter run
Sometime you got device offline then you use this command
adb forward --remove-all
Here are my all previous videos.
Playlist on Widgets
playlist: • Container and Text Widget
Previous Videos:
slider : • Slider in flutter
splash : • Splash screen in Flutter | Animation | Flu...
flutter ui : • Flutter UI
Flutter intro : • Flutter Intro & How to learn.
flutter app : • Flutter App(Dashboard,Animated BottomBar,P...
animated container : • AnimatedContainer
flutter animated poster : • Flutter Animation Poster
Notification : • Notification Button Animation
Generate apk : • Generate APK in flutter using Android Studio.
Provider and Architecture: • Provider and Architecture of a project.#Fl...
Instagram Ui:- • Instagram ui with functionality in flutter
TabView Widget: • TabView Widget
Baseline Widget: • Baseline Widget #flutter #flutter ui