gaaclarke
gaaclarke
Looks like upgrading gradle caused longer build times. @GaryQian introduction: https://github.com/flutter/flutter/pull/108472 skiaperf: https://flutter-flutter-perf.skia.org/e/?begin=1659047227&end=1659087427&keys=Xb12d712c6f83f93b8557268fca33047a&num_commits=50&request_type=1&xbaroffset=30168
We print out patches for formatting problems in source files. For GN build files we don't, but we should. example output: ``` Performing GN format check Checking GN formatting... ERROR:...
Originally filed for Flutter: https://github.com/flutter/flutter/issues/41500 The issue reports that using Dart to access resources over VPN doesn't work. I looked through Dart's source code and it appears to be using...
This tracker is for issues related to: * Dart VM ## Description We should be able to transfer any object over SendPort in constant time if we know: 1) Isolates...
It's inconsistent that Dart allows conditional expressions in collection literals when building Lists, but not in parameter lists. Parameters are just collections that are used to invoke a procedure. I...
companion framework pr: https://github.com/flutter/flutter/pull/109005 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the...
## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains...
This makes `platform_channel_basic_binary_2host_1MB` go from 529.2 µs to 412.4 µs (22% improvement) in my local testing. The test is in the platform channel benchmarks in the flutter repo. I found...
We have an argument that isMultiple and the documentation states: ``` --platforms The platforms supported by this project. This argument only works when the --template is set to app or...
Adds integration tests for isolate platform channels on macos. engine pr: https://github.com/flutter/engine/pull/35893 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting...