From f2afd05fe68e4e0060b314508c0e49505b63bea9 Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Fri, 19 Aug 2016 08:03:08 -0700 Subject: [PATCH] link to services doc from hello_services example TBR --- examples/hello_services/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/hello_services/README.md b/examples/hello_services/README.md index 123e41386bf..5beb9b32330 100644 --- a/examples/hello_services/README.md +++ b/examples/hello_services/README.md @@ -5,6 +5,9 @@ application. On iOS, the iOS and Flutter components are built with Xcode. On Android, the Android and Flutter components are built with Android Studio or gradle. +You can read more about +[accessing platform and third-party services in Flutter](https://flutter.io/platform-services/). + ## iOS ### Configure