flutter/packages/flutter_tools/test/general.shard/commands
Christopher Fujino 8a31a3a284
Flutter preview device (#135639)
Fixes https://github.com/flutter/flutter/issues/130277

This PR does two things:

1. introduce a hidden `flutter build _preview` command, that will build a debug windows desktop app and copy it into the SDK's binary cache. This command is only intended to be run during packaging.
2. introduce a new device type, called `PreviewDevice`, which relies on the prebuilt desktop debug app from step 1, copies it into the target app's assets build folder, and then hot reloads their dart code into it.
2023-10-18 00:27:54 +00:00
..
analyze_base_test.dart Migrate analyze commands to null safety (#95442) 2021-12-22 12:14:19 -08:00
build_test.dart Flutter preview device (#135639) 2023-10-18 00:27:54 +00:00
flutter_root_test.dart add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00