mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() Relates to tracker issue: - https://github.com/flutter/flutter/issues/128251 This PR includes 3 major updates: - Adding the `commandHasTerminal` parameter for `Event.flutterCommandResult` - In `packages/flutter_tools/lib/src/runner/flutter_command.dart` - Adding the new event for `sendException` from package:usage to be `Event.exception` (this event can be used by all dash tools) - In `packages/flutter_tools/lib/runner.dart` - Migrating the generic `UsageEvent` which was only used for Apple related workflows for iOS and macOS. I did an initial analysis in this [sheet](https://docs.google.com/spreadsheets/d/11KJLkHXFpECMX7tw-trNkYSr5MHDG15XNGv6TgLjfQs/edit?resourcekey=0-j4qdvsOEEg3wQW79YlY1-g#gid=0) to identify all the call sites - Found in several files, highlighted in the sheet above |
||
---|---|---|
.. | ||
android_test.dart | ||
assets_test.dart | ||
common_test.dart | ||
dart_plugin_registrant_test.dart | ||
deferred_components_test.dart | ||
desktop_test.dart | ||
icon_tree_shaker_test.dart | ||
ios_test.dart | ||
linux_test.dart | ||
localizations_test.dart | ||
macos_test.dart | ||
native_assets_test.dart | ||
shader_compiler_test.dart | ||
web_test.dart | ||
windows_test.dart |