requirements: macports
Install cocoapods
$ sudo gem install cocoapods
Deploy to iOS devices
$ sudo port install usbmuxd libimobiledevice ideviceinstaller ios-deploy
$ pod setup
Get the Flutter SDK
current stale version: 1.0.0 flutter_macos_v1.0.0-stable.zip
$ unzip flutter_macos_v1.0.0-stable.zip
Add the flutter tool to your path:
$ export PATH=$PATH:`pwd`/flutter/bin