1# Example of calling platform services from Flutter 2 3This project demonstrates how to connect a Flutter app to platform 4specific services on iOS using Swift. The equivalent version of this 5project in Objective C is found in examples/platform_channel. 6 7You can read more about 8[accessing platform and third-party services in Flutter](https://flutter.dev/platform-channels/). 9 10## iOS 11You can use the commands `flutter build` and `flutter run` from the app's root 12directory to build/run the app or you can open `ios/Runner.xcworkspace` in Xcode 13and build/run the project as usual. 14 15## Android 16We refer to the platform_channel project. 17