flutter/packages/flutter_tools/test/src
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_common.dart flutter build aar regenerates tooling between each build-mode step (#162705) 2025-02-06 17:03:02 +00:00
common.dart Remove outdated ignores (#162773) 2025-02-06 18:40:25 +00:00
context.dart Make developing flutter_tools nicer: Use fail instead of throw StateError. (#163094) 2025-02-12 17:24:26 +00:00
custom_devices_common.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
fake_devices.dart 🔊 [tool] Add a wirelessly connected device name as displayName (#160497) 2025-01-10 20:51:34 +00:00
fake_http_client.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
fake_process_manager.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
fake_pub_deps.dart flutter build aar regenerates tooling between each build-mode step (#162705) 2025-02-06 17:03:02 +00:00
fake_vm_services.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
fakes.dart Add FlutterVersion.engineCommitDate, helps signal engine artifact SHA issues (#163652) 2025-02-20 16:31:29 +00:00
io.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
logging_logger.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
pubspec_schema.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
test_build_system.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
test_flutter_command_runner.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
test_wrapper.dart Migrate android_console to null safety (#78923) 2021-03-24 15:18:00 -07:00
testbed.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
throwing_pub.dart Move dart pub deps call to <Pub>.deps and use it accordingly (#158524) 2024-11-13 18:03:53 +00:00