From 726827dd8a12552d7e302511821b9ea87b0498a9 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Wed, 28 Jun 2023 15:56:00 -0700 Subject: [PATCH] Explain the pedometer example directory in its README (#1928) I was tripped up when trying to run the pedometer example because I didn't realize it was a plugin. The actual example app is in the `example` directory. In case anyone else is as oblivious as me, this will avoid similar confusion. Fixes https://github.com/flutter/samples/issues/1595 --- experimental/pedometer/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/experimental/pedometer/README.md b/experimental/pedometer/README.md index 1d26ea800..37c5cfdec 100644 --- a/experimental/pedometer/README.md +++ b/experimental/pedometer/README.md @@ -24,6 +24,9 @@ Configuration for JNIgen is [here](/jnigen.yaml) for the [HealthConnect API](htt ## Running the example app +The example app is located in the `experimental/pedometer/example` directory, +and the commands below assume they are being run from that location. + Note that step counting is only available on physical devices. ### iOS @@ -49,6 +52,3 @@ Note that step counting is only available on physical devices. * `example`: Contains the native source code for building that source code into a dynamic library. - - -