flutter/examples/platform_channel
Sarah Zakarias 657a4c3fc6 update platform_channel package name (#9021)
* update platform_channel package name

* lowercase name
2017-03-27 14:33:15 +02:00
..
.idea Rename platform_services to platform_channel (#9018) 2017-03-27 11:17:31 +02:00
android update platform_channel package name (#9021) 2017-03-27 14:33:15 +02:00
ios Rename platform_services to platform_channel (#9018) 2017-03-27 11:17:31 +02:00
lib Rename platform_services to platform_channel (#9018) 2017-03-27 11:17:31 +02:00
test_driver Rename platform_services to platform_channel (#9018) 2017-03-27 11:17:31 +02:00
.gitignore Rename platform_services to platform_channel (#9018) 2017-03-27 11:17:31 +02:00
platform_services.iml Rename platform_services to platform_channel (#9018) 2017-03-27 11:17:31 +02:00
pubspec.yaml Rename platform_services to platform_channel (#9018) 2017-03-27 11:17:31 +02:00
README.md Rename platform_services to platform_channel (#9018) 2017-03-27 11:17:31 +02:00

Example of calling platform services from Flutter

This project demonstrates how to connect a Flutter app to platform specific services.

You can read more about accessing platform and third-party services in Flutter.

iOS

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

You can use the commands flutter build and flutter run from the app's root directory to build/run the app or to build with Android Studio, open the android folder in Android Studio and build the project as usual.