Example on how to integrate a Flutter module into an existing iOS application
This sample uses the CocoaPods strategy in order to embebbed a Flutter module into an existing iOS application, as described here.
- Navigate to
FlutteriOSfolder and run:
$ pod installBe aware that every modification made in the Flutter module must be followed by a pod install command.
- Open
FlutteriOS.xcworkspacefile and build it normally.
If you see a Permission denied error while building the application, try the solution of editing xcode_backend.sh file, as described in here.