Chris Bracken
Chris Bracken
This adds documentation on authoring and using platform views for Flutter apps targeting macOS. The initial version of this documentation is Swift-only, but a follow-up will add Objective-C example code....
This is an unmodified (other than formatting) copy of the Chromium sysroot scripts found at: https://chromium.googlesource.com/chromium/src/+/refs/heads/main/build/linux/sysroot_scripts/ The instructions in README.md have been added, copied from: https://chromium.googlesource.com/chromium/src/+/master/docs/linux/sysroot.md These will need to...
Adds a dart_executable rule that compiles Dart code to an ELF, Mach-O, or PE binary. Can be used to build tools written in Dart, or Dart unit tests. Issue: https://github.com/flutter/flutter/issues/147013...
Resolves `dart_executable` targets, which are `action`s with metadata specifying `action_type = [ "dart_executable" ]` to `BuildTargetType.executable` in `findTargets`. Fixes: https://github.com/flutter/flutter/issues/147071 ## Pre-launch Checklist - [x] I read the [Contributor Guide]...
By default, Flutter apps only do default AppKit app serialisation of Window location etc. and by default, state serialisation in AppKit apps is compatible with `NSSecureCoding`. AppKit apps generated since...
Add `--json`, `--lcov`, `--pretty-print` (default) flags to specify output. Requires adding --sdk-root and --package-root flags. Blocked by dart-lang/tools#534.
Migrates PlatformViewIOS from manual reference counting to ARC. Eliminates use of scoped_nsobject, scoped_nsprotocol, and WeakNSObject. Since this is the last non-ARC file in `flutter_framework_source`, this also eliminates the `flutter_framework_source` target,...