- 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.
-
- 06 Nov, 2023 1 commit
-
-
Ivan Inozemtsev authored
`jsonDecode` decodes lists as `List<Object?>`, so the cast to `List<Object>` fails at runtime in sound null safety mode.
-
- 08 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 23 Feb, 2022 1 commit
-
-
Lau Ching Jun authored
-