run flutter on android device code example
Example 1: install flutter
C:\src>git clone https://github.com/flutter/flutter.git -b stable
Example 2: install flutter
$ sudo snap install flutter --classic
Example 3: run flutter app on real android device
$ brew update
$ brew install --HEAD libimobiledevice
$ brew install ideviceinstaller ios-deploy cocoapods
$ pod setup