Records the versions this app was built and verified with (Flutter 3.16.9,
Dart 3.2.6, Gradle 8.5, Android SDK 21/34) so a fresh clone does not have to
guess, and notes that pubspec.lock pins the working dependency set.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
The build instructions embedded the original author's local checkout
path, which is meaningless after cloning. Point at the project root
instead and add the missing `flutter pub get` step.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>