Skip to content

Instantly share code, notes, and snippets.

@koobitor
Last active February 25, 2020 02:17
Show Gist options
  • Save koobitor/a38cdc528fd4facbe6534fd3b85e9a05 to your computer and use it in GitHub Desktop.
Save koobitor/a38cdc528fd4facbe6534fd3b85e9a05 to your computer and use it in GitHub Desktop.

pre-download development binaries

flutter precache

Dependencies

flutter doctor

iOS Setup

sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch
sudo xcodebuild -license

iOS Simulator

open -a Simulator

Create Flutter Application

flutter create hello
cd hello
flutter run -d <deviceId>

Deploy to iOS devices

sudo gem install cocoapods
pod setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment