flutter/packages/flutter_tools/test
Matan Lurey 7df3f8fc06
Add FlutterVersion.engineCommitDate, helps signal engine artifact SHA issues (#163652)
Closes #163644.

Before this change:
```sh
flutter-dev --version                                                                         
Flutter 3.30.0-1.0.pre.215 • channel [user-branch] • https://github.com/matanlurey/flutter
Framework • revision cead517e4e (79 seconds ago) • 2025-02-19 13:00:11 -0800
Engine • revision 39b4951f8f
Tools • Dart 3.8.0 (build 3.8.0-92.0.dev) • DevTools 2.43.0
```

After this change:
```sh
flutter-dev --version                                                                         
Flutter 3.30.0-1.0.pre.215 • channel [user-branch] • https://github.com/matanlurey/flutter
Framework • revision cead517e4e (79 seconds ago) • 2025-02-19 13:00:11 -0800
Engine • revision 39b4951f8f (79 seconds ago) • 2025-02-18 13:42:53 -0800
Tools • Dart 3.8.0 (build 3.8.0-92.0.dev) • DevTools 2.43.0
```

/cc @jtmcdole as this could be helpful for sleuthing artifact mismatch.
2025-02-20 16:31:29 +00:00
..
android_java11_integration.shard Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
android_preview_integration.shard Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
commands.shard Make Flutter version information accessible at runtime (#140783) 2025-02-20 15:23:31 +00:00
data make asset_test.dart tests not dependent on context (#141331) 2024-01-11 18:08:07 +00:00
general.shard Add FlutterVersion.engineCommitDate, helps signal engine artifact SHA issues (#163652) 2025-02-20 16:31:29 +00:00
host_cross_arch.shard Avoid implicitly setting determineDevDependencies: true (it's not a safe operation) (#163711) 2025-02-20 15:56:08 +00:00
integration.shard [ Widget Preview ] Add experimental support for web-based widget preview environment (#163154) 2025-02-14 20:16:02 +00:00
src Add FlutterVersion.engineCommitDate, helps signal engine artifact SHA issues (#163652) 2025-02-20 16:31:29 +00:00
web.shard Align web terminal messages with the VM (#163268) 2025-02-14 19:57:53 +00:00