Pinned
756 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 17 commits in 6 repositories
Created a pull request in flutter/flutter that received 6 comments
let NOTICES be double gzip wrapped to reduce on-disk installed space
Fixes #71102. It doesn't quite deduplicate the contents of NOTICES while in transport, but just leaves it compressed on disk until it's actually re…
+166
−20
•
6
comments
Opened 9 other pull requests in 5 repositories
flutter/flutter
1
open
3
merged
1
closed
flutter/samples
1
open
gaaclarke/DoubleEngine
1
merged
flutter/engine
1
merged
flutter/website
1
merged
Reviewed 28 pull requests in 7 repositories
flutter/flutter 13 pull requests
- Launch named iOS simulators
- Add text to --analyze-size command output to launch DevTools with size data
- Add CupertinoSliverNavigationBar large title magnification on over scroll
- Add DynamicFeature system channel
- Add footer to CupertinoFormSection and fix CupertinoFormSection margins.
- let NOTICES be double gzip wrapped to reduce on-disk installed space
- Add previews for CupertinoIcons
- Make macrobenchmarks buildable for macos
- Add stretch property to CupertinoSliverNavigationBar
- [flutter_tools] Introduce the new `flutter create-plugin` command.
- Update CI to CocoaPods 1.10
- ios_host_app Podfile search paths
- Re-land CupertinoFormSection, CupertinoFormRow, and CupertinoTextFormFieldRow
flutter/engine 8 pull requests
- Make it easier to turn on Xcode symlinks
- Added golden test to make sure that spawn engines work.
- Implemented FlutterEngineGroup and Spawn API.
- Started shutting down the sampler when it gets deleted
- DynamicFeatureChannel MethodChannel and Install state tracking
- Add split AOT loading unit failure/error code path
- Allow the root layout to be overriden.
- Fix NPE when platform plugin delegate is null
flutter/website 3 pull requests
flutter/infra 1 pull request
xster/framework7-icons 1 pull request
flutter/platform_tests 1 pull request
flutter/plugins 1 pull request
Created an issue in flutter/flutter that received 4 comments
macOS running in release mode crashes on head
Create new blank app. flutter run --release on macOS. Crashes.
stdout
[ERROR:flutter/runtime/dart_vm_data.cc(18)] VM snapshot invalid and could not…
4
comments
Opened 20 other issues in 2 repositories
flutter/flutter
18
open
1
closed
- Let FlutterEngineGroup be passed in proxy engine constructors in FlutterViewController/FlutterActivity
- Android DartEntrypoint pathToEntrypointFunction should be customizable
- Pressing ctrl crashes macOS
- Micro-tune all Cupertino widgets based on comparison tooling
- Select device category/type as flutter run subcommand
- Share image cache between multiple engines
- Garbage collect only when all isolates are idle
- Create a Software Transactional Memory sharing mechanism between platform and isolates
- Asynchronous Shell and VM creation
- Create multi-engine memory benchmark
- Use Dart's lightweight isolates between multiple engines
- Share font collections between multiple engines
- Share GPU contexts between lightweight engines
- Share Skia context between multiple engines
- iOS: Share engine thread hosts between multiple engines
- Shared Engine Components API for Android
- Pigeon: unable to spawn isolate
- AppBar could be draggable to move the NSWindow on macOS
- When fullSizeContentView is set, paddings should be exposed through MediaQuery