README.md 634 Bytes
Newer Older
1 2
# Example of calling platform services from Flutter

3 4 5
This project demonstrates how to connect a Flutter app to platform-specific
services on iOS using Swift. The equivalent version of this project in
Objective C is found in examples/platform_channel.
6 7

You can read more about
8
[accessing platform and third-party services in Flutter](https://flutter.dev/platform-channels/).
9 10

## iOS
11

12 13 14 15 16
You can use the commands `flutter build` and `flutter run` from the app's root
directory to build/run the app or you can open `ios/Runner.xcworkspace` in Xcode
and build/run the project as usual.

## Android
17

18
We refer to the platform_channel project.