Flutter How To Connect Developer Option In Mobile Device

admin_img Posted By Bajarangi soft , Posted On 12-10-2020

Real devices is much different than emulator or simulators because there are so much features they cannot predict. When a developer debug or test their flutter application in Simulator then the result will be different than real devices because of App speed and Loading time. Simulators works on Computer processor and usages system RAM to speed but so they are slow in speed and not so much reliable. Real devices has their own processor with own memory management so they are much faster than Emulators.

Flutter How To Connect Developer Option In Mobile Device

Connect Developer Option In Mobile Device

Features that Real device supports but Simulator dose not:

  • Real devices has all the sensors like Light sensor, Gravity sensor, Compass sensor, Motion sensor, Fingerprint sensor, Accelerometer etc.
  • Supports real time sms sending, calling feature.
  • Developer options  can be used by application developers when testing applications. Sometimes, you may also need to activate USB Debugging.
1. Before getting started we have to make sure that our mobile PC Suite software should be installed on our Computer. I am using my MOTO G6 mobile phone for testing flutter application so i am installing  Moto official PC suite in my windows pc.

I’ll share some simple steps that enable Developer options and USB Debugging Mode on Moto G6.

    Step 1:   Unlock your phone and go to main Settings > System.
     Step 2:   Under settings, head onto "About phone" option and tap on it.
   Step 3:     Under About phone, scroll down to bottom and tap on "Build number" 7 times until you see a message "You are        now a developer!"

   Step 4 :  Go back to System.
   Step 5 : Under Settings > System, scroll down and tap on "Developer option".
   Step 6 : Scroll down to find USB Debugging option and enable it. Click OK when you see "Allow USB Debugging?".

 

Now, you have successfully enabled USB Debugging on your Motorola Moto G6.

Related Post