stuartmorgan-g
stuartmorgan-g
> > There are still no binaries provided by the project. > > Can you explain more about this? What is the "project"? That was referring to apple/swift-format. > >...
Now that we're using LUCI, we could probably just by making a cipd package of swift-format, and add it to the dependencies in `.ci.yaml`.
> Recipe change to add the CIPD package as a dependency: https://flutter-review.googlesource.com/c/recipes/+/54020 🤦🏻 I forgot to check non-Flutter packages. Thanks for finding that! > We could make `check_podspecs` into a...
The comment quoted above was about a PR that simply turned off all SSL handling; allowing an *option* to bypass checks is a valid request.
> other features like url_launcher uses webview_flutter This is not accurate; `url_launcher` does not use this plugin.
Could you elaborate on what you mean when you say "plugin"? Currently 'Flutter plugin' tends to refer to the thing created by `flutter create --template=plugin`, which uses method channels to...
The place to start is agreement on, and design for, the technical approach that will be used to support multiple windows on desktop. A proof of concept can't come before...
I think that's a fundamentally different question that multi-view on desktop. It's possible that depending on what decision is made for web there might some internal aspects that would be...
We're aware that this is a critical feature for a category of applications. That said, there are still many critical features not yet implemented for desktop. This is one of...
Running a separate engine instance for every window and manually wiring up all communication between those engines using custom method channels (which is what the macOS example above does) should...