flutter/examples/platform_channel
2017-04-24 15:23:18 +02:00
..
.idea Update IJ files to match latest flutter create template (#9103) 2017-04-04 15:50:03 +02:00
android Exclude generated PluginRegistry files from git (#9555) 2017-04-24 15:23:18 +02:00
ios Exclude generated PluginRegistry files from git (#9555) 2017-04-24 15:23:18 +02:00
lib Make naming consistent across channel APIs (#9270) 2017-04-18 15:23:15 +02:00
test_driver Add battery charging status to Platform Channel example (#9147) 2017-04-05 09:40:35 +02:00
.gitignore Rename platform_services to platform_channel (#9018) 2017-03-27 11:17:31 +02:00
platform_channel.iml Add charging status to Swift version of Platform Channel example (#9436) 2017-04-18 14:05:33 +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.