Supersedes https://github.com/flutter/samples/pull/2132 with
regeneration as well
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Fixes links to specific files/folders
- Adds more file links where relevant
- Uses more specific link text than "here"
- Add links to relevant apps when mentioned
- Slightly expands on some instructions
- Cleans up formatting
Fixes https://github.com/flutter/samples/issues/1978
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