Show app version, build mode, and platform OS directly in the crash screen UI (not only in the copied report)
Add Build Mode: debug/release/profile to the clipboard report — crucial for diagnosing MissingPluginException and similar issues that only occur in certain build modes
Add Dart: <runtime version> to the clipboard report for Dart-version-specific issues
Add Timestamp: <UTC ISO-8601> to the clipboard report for log correlation
Test plan
Existing clipboard test updated to assert Build Mode:, Dart:, Timestamp: present
New widget test verifies the on-screen info row shows version (1.0.0+42), build mode (debug in tests), and platform OS
All 451 tests pass (flutter test test/widget/ test/unit/)
## Summary
- Show app version, build mode, and platform OS directly in the crash screen UI (not only in the copied report)
- Add `Build Mode: debug/release/profile` to the clipboard report — crucial for diagnosing `MissingPluginException` and similar issues that only occur in certain build modes
- Add `Dart: <runtime version>` to the clipboard report for Dart-version-specific issues
- Add `Timestamp: <UTC ISO-8601>` to the clipboard report for log correlation
## Test plan
- [ ] Existing clipboard test updated to assert `Build Mode:`, `Dart:`, `Timestamp:` present
- [ ] New widget test verifies the on-screen info row shows version (`1.0.0+42`), build mode (`debug` in tests), and platform OS
- [ ] All 451 tests pass (`flutter test test/widget/ test/unit/`)
- [ ] `flutter analyze` clean
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Build Mode: debug/release/profileto the clipboard report — crucial for diagnosingMissingPluginExceptionand similar issues that only occur in certain build modesDart: <runtime version>to the clipboard report for Dart-version-specific issuesTimestamp: <UTC ISO-8601>to the clipboard report for log correlationTest plan
Build Mode:,Dart:,Timestamp:present1.0.0+42), build mode (debugin tests), and platform OSflutter test test/widget/ test/unit/)flutter analyzeclean🤖 Generated with Claude Code