/// Mirrors the `version:` line in `pubspec.yaml`. Flutter has no runtime /// pubspec reader without an extra dependency (`package_info_plus`), so this /// is a hand-maintained literal for now — bump it alongside pubspec.yaml. const appVersion = '0.1.0+1';