- 29 Feb, 2024 1 commit
-
-
Lau Ching Jun authored
The daemon server is expecting the client to pass `deviceId` in `device.shutdownDartDevelopmentService` method. https://github.com/flutter/flutter/blob/24a792dae105e281962a7e3e4c35cbfd9652ff0a/packages/flutter_tools/lib/src/commands/daemon.dart#L1239
-
- 14 Dec, 2023 1 commit
-
-
Lau Ching Jun authored
List of changes: 1. Optimizations in FileTransfer. a. Use `stream.forEach` instead of `await for`. b. Type cast `List<int>` to `Uint8List` instead of using `Uint8List.fromList` results in (presumably) fewer copy and faster execution. c. Iterate through `Uint8List` with regular for loop instead of for-in loop. 2. Precache the block hashes of a file, and reuse it on subsequent runs.
-
- 05 Dec, 2023 1 commit
-
-
Lau Ching Jun authored
The event allows tools to listen and connect to the original DDS port.
-
- 17 Jul, 2023 1 commit
-
-
Lau Ching Jun authored
The daemon ignores all device discovery that is not a PollingDeviceDiscovery. Make ProxiedDevices a PollingDeviceDiscovery so that it can be used in flutter daemon. Note that there is a TODO item added in the test, which I intend to attempt fixing in a subsequent PR.
-
- 16 May, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 10 Apr, 2023 2 commits
-
-
Lau Ching Jun authored
Debounce the proxied connection over proxied devices.
-
Lau Ching Jun authored
Allow daemon to start DDS remotely when proxied devices are used.
-
- 21 Mar, 2023 1 commit
-
-
Lau Ching Jun authored
Use DeviceDiscoveryFilter correctly in ProxiedDevices.
-
- 06 Mar, 2023 1 commit
-
-
Lau Ching Jun authored
Add backward compatibility in proxied_devices.
-
- 03 Mar, 2023 1 commit
-
-
Victoria Ashworth authored
Update device filtering and introduce isConnected and connectionInterface
-
- 28 Feb, 2023 1 commit
-
- 27 Feb, 2023 2 commits
-
-
Michael Goderbauer authored
Revert "Reland "Remove references to Observatory (#118577)""
-
- 17 Feb, 2023 1 commit
-
-
Casey Hillers authored
This reverts commit 2df140f4.
-
- 15 Feb, 2023 1 commit
-
-
Christopher Fujino authored
* wip run_local_linter.dart * get run_local_linter.dart working * slow working implementation * speed up run_local_linter.dart * fix run_local_linter.dart * remove catchError * another fix * fix another * fix * more fixes * fix moar * fix moar * fix * finish * fix tests * clean up further * code review * delete run_local_linter.dart
-
- 13 Feb, 2023 1 commit
-
-
Ben Konyi authored
Observatory is being deprecated for Dart 3.0 so it should no longer be referenced in tooling messaging / flags. See https://github.com/dart-lang/sdk/issues/50233
-
- 15 Dec, 2022 1 commit
-
-
Jenn Magder authored
-
- 16 Nov, 2022 1 commit
-
-
Christopher Fujino authored
* remove all body_might_complete_normally_catch_error ignores * add a test
-
- 14 Oct, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 16 Jun, 2022 1 commit
-
-
Sam Rawlins authored
-
- 07 May, 2022 1 commit
-
-
Jenn Magder authored
-
- 06 Apr, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 15 Mar, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 23 Feb, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 02 Feb, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 26 Jan, 2022 1 commit
-
-
Lau Ching Jun authored
Also allow daemon commands to pass binary streams
-