flutter/examples/platform_channel
Ian Hickson 3eb87830e9 Constants! Constants everywhere! (#9286)
Aggressively apply the const lint.
2017-04-07 12:24:32 -07:00
..
.idea Update IJ files to match latest flutter create template (#9103) 2017-04-04 15:50:03 +02:00
android Add battery charging status to Platform Channel example (#9147) 2017-04-05 09:40:35 +02:00
ios Add battery charging status to Platform Channel example (#9147) 2017-04-05 09:40:35 +02:00
lib Constants! Constants everywhere! (#9286) 2017-04-07 12:24:32 -07: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 update iml and .idea (#9101) 2017-03-30 14:23:12 +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.