blob: 3c541387e315cb3fd2d76db299bdd972f60edbc5 [file] [log] [blame] [view]
Sarah Zakariasa94e9952017-03-30 15:11:19 +02001# 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
Tim Sneath52918972019-04-05 11:39:30 -07008[accessing platform and third-party services in Flutter](https://flutter.dev/platform-channels/).
Sarah Zakariasa94e9952017-03-30 15:11:19 +02009
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.