Chris Bracken

Results 112 comments of Chris Bracken

@srawlins in this case, the lint is to allow the Flutter team to decouple making a backward-compatible change to `dart:ui` (constifying a constructor) and applying that change in the framework....

/cc @sigmundch @natebosch who may have thoughts

Thanks for reporting this! This used to be the case when there was a syntax error in the Dart code but I thought we’d fixed this a while back. Specifically...

Oh wow -- I had no idea that vim bundled _any_ Dart syntax :) If we went ahead with this, would development continue here https://github.com/vim/vim/blob/master/runtime/syntax/dart.vim?

That seems reasonable to me.

For some reason the CLA bot didn't pick this up. Manually verified at go/cla-signers. /cc @natebosch for review

/cc @a-siva for thoughts on the VM side.

@brianquinlan I'm not aware of any users of the Flutter side currently pushing for this on Windows.

I don't think anything changed in this regard in between 3.0.4 and 3.3.0. `run_loop.cpp` was removed in https://github.com/flutter/flutter/pull/79969 on 2021-04-27. There's an open issue for auto-migration of very old projects...

The CMakefile.txt diffs are unrelated to the version information change. They may be useful nonetheless (e.g. CMake minimum version allows for more versions of Visual Studio, addition of flutter_texture_registrar.h is...