# Example of calling platform services from FlutterThis project demonstrates how to connect a Flutter app to platformspecific services on iOS using Swift. The equivalent version of thisproject in Objective C is found in examples/platform_channel.You can read more about[accessing platform and third-party services in Flutter](https://flutter.io/platform-channels/).## iOSYou can use the commands `flutter build` and `flutter run` from the app's rootdirectory to build/run the app or you can open `ios/Runner.xcworkspace` in Xcodeand build/run the project as usual.## AndroidWe refer to the platform_channel project.