Skip to content

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

License

Notifications You must be signed in to change notification settings

rmorbach/flutter-in-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published