/flutter-in-ios

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

Primary LanguageSwiftApache License 2.0Apache-2.0

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.