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