rmorbach / flutter-in-ios

Example on how to integrate a Flutter module into an existing iOS application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter-in-ios

Example on how to integrate a Flutter module into an existing iOS application

Build and Run

This sample uses the CocoaPods strategy in order to embebbed a Flutter module into an existing iOS application, as described here.

  1. Navigate to FlutteriOS folder and run:
$ pod install

Be aware that every modification made in the Flutter module must be followed by a pod install command.

  1. Open FlutteriOS.xcworkspace file and build it normally.

Troubleshooting

If you see a Permission denied error while building the application, try the solution of editing xcode_backend.sh file, as described in here.

About

Example on how to integrate a Flutter module into an existing iOS application

License:Apache License 2.0


Languages

Language:Swift 70.0%Language:Dart 27.6%Language:Ruby 2.4%