flutter/examples/platform_services
2017-03-23 14:16:42 +01:00
..
.idea Add missing IntelliJ metadata files to platform_services (#8487) 2017-03-01 15:43:47 +01:00
android Refactor platform_services sample (#8949) 2017-03-22 13:18:38 +01:00
ios Build Flutter app as a framework on iOS (#8971) 2017-03-22 17:41:49 -07:00
lib Add integration test for the Platform Services app (#8826) 2017-03-20 22:19:03 +01:00
test_driver Add integration test for the Platform Services app (#8826) 2017-03-20 22:19:03 +01:00
.gitignore Add platform_services sample (#8058) 2017-02-13 11:14:34 +01:00
platform_services.iml Add missing IntelliJ metadata files to platform_services (#8487) 2017-03-01 15:43:47 +01:00
pubspec.yaml Add integration test for the Platform Services app (#8826) 2017-03-20 22:19:03 +01:00
README.md Update links to platform services -> channels (#8975) 2017-03-23 14:16:42 +01: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.