flutter/examples/platform_services
2017-03-20 22:19:03 +01:00
..
.idea Add missing IntelliJ metadata files to platform_services (#8487) 2017-03-01 15:43:47 +01:00
android Add support for earlier Android versions in platform_services example (#8621) 2017-03-09 10:41:39 +01:00
ios Enable iOS use of platform channels (#8695) 2017-03-14 00:24:41 +01: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 platform_services to query battery level instead of location. (#8554) 2017-03-06 11:52:31 +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.