flutter/examples/platform_channel
2018-11-19 13:02:18 -08:00
..
android newly created apps / plugins should use latest gradle dependencies (#22790) (#23314) 2018-10-19 19:07:06 -07:00
ios Re-reland Xcode backend refactor (#23762) 2018-10-31 16:37:53 -07:00
lib Prefer void to null (#22977) 2018-10-16 22:03:06 +02:00
test_driver fix build for real (#24016) 2018-11-06 12:32:35 -08:00
pubspec.yaml Revert "Restore Flutter Gallery Shrine Demo, again (round 3) (#24531)" (#24538) 2018-11-19 13:02:18 -08: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.