flutter/examples/platform_services
Chris Bracken a4125f3b0e Declare Xcode 8.3.x compatibility in project files (#8622)
Update templates and example Xcode project files to indicate they've
been tested for Xcode 8.3 compatibility.
2017-03-07 13:11:41 -08:00
..
.idea Add missing IntelliJ metadata files to platform_services (#8487) 2017-03-01 15:43:47 +01:00
android Update platform_services to query battery level instead of location. (#8554) 2017-03-06 11:52:31 +01:00
ios Declare Xcode 8.3.x compatibility in project files (#8622) 2017-03-07 13:11:41 -08:00
lib Update platform_services to query battery level instead of location. (#8554) 2017-03-06 11:52:31 +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 uses-material-design: true to pubspec.yaml in examples. (#8088) 2017-02-14 13:47:43 +00: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.