- Install flutter & Xcode https://docs.flutter.dev/get-started/install
- Install Cocoapods https://cocoapods.org/
- Install all the dependencies by running following commands:
cd path/to/flutter_project flutter pub get cd ios/ pod install
- (Optional) Use hot reload for easier development
Notice: our project uses Cocoapods 1.13.0, download the same version. If your Ruby version is not compatible, try using rbenv
to manage the Ruby environment.