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
pull/1927/head
Justin McCandless 2 years ago committed by GitHub
parent aec67811aa
commit 726827dd8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save