Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,043 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 1 commit in 1 repository
Reviewed 20 pull requests in 2 repositories
flutter/engine 18 pull requests
- Split AOT Engine Runtime
- Introduce a delegate class for gpu metal rendering
- [embedder] Allow for the backing stores to not be cached
- [embedder] FlutterBackingStoreConfig allows special treatment of root-views
- libtxt: Clone an ICU line break iterator for each Paragraph/WordBreaker
- Roll buildroot
- Replace dead links in docs
- [linux] Update buildroot DEPS
- Add and use --quiet flag on the license checker
- [macOS] Move the glContext generation to FlutterOpenGLRenderer
- [macOS] Isolate openGL rendering to FlutterOpenGLRenderer
- Add --worker-thread-priority to the allow list of dart switches
- [android] Platform view creates external view embedder
- [iOS] Fixes DisplayLinkManager leaks
- Exposing ColorFilter to ImageFilter conversion and Compose()
- Fix the event size parameters in the Embedder ComplexClip test
- Disable ptrace on arm64e running iOS 14.2 and greater
- Update painting.dart
flutter/buildroot 2 pull requests
Created an issue in flutter/flutter that received 3 comments
Presubmit failure due to `matchAsPrefix` called on null.
A user reported presubmit flake was caused by a method call on a null object instance. The specific error was (the linked log is 20 megs and hangs …