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,862 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 19 commits in 6 repositories
Created a pull request in flutter/engine that received 3 comments
Roll buildroot to flutter/buildroot@15519113ddafd2e6bd37df39d2284e76cad95550
See flutter/buildroot#417 This helps make GOMA work on macOS related builds.
Opened 9 other pull requests in 4 repositories
flutter/buildroot
3
merged
flutter/flutter
3
merged
flutter/engine
2
merged
flutter/plugins
1
merged
Reviewed 25 pull requests in 5 repositories
flutter/flutter 14 pull requests
- Allow iOS plugins to support bitcode
- Reenable module_test_ios UI tests
- Revert "Migrate devicelab to package:vm_service"
- enableFlutterDriverExtension: optionally disable text entry emulation
- [integration_test] Wrap pumped widgets with a RepaintBoundary
- Ensure apps can build while using AGP 3.3.0
- [flutter_tool] Fix crash in update-packages
- Add integration_test to integration tests build shard
- Migrate devicelab to package:vm_service
- Update integration_test README for iOS
- Allow flavors and build types when using plugins
- Revert "Add integration_test template to create template"
- Fix dependabot directory
- Adopt Flutter.xcframework in tool
flutter/engine 8 pull requests
- Started tearing down the mock engine in tearDown in FlutterViewControllerTest
- Stopped mocking the a flutter engine to make sure we delete the FlutterViewController.
- Load iOS dart bundle by URL fallback
- [web] Fix regression in paragraph foreground style
- Load macOS dart bundle by URL fallback
- Mac desktop accessibility
- Add static text trait to plain semantics object with label in iOS
- Set SkPath::setIsVolatile based on whether the path survives at least two frames
flutter/plugins 1 pull request
flutter/website 1 pull request
flutter/cocoon 1 pull request
Created an issue in dart-lang/sdk that received 11 comments
Null safe exception when catchError fails to return a value should be more helpful
This program: Future<void> main() async { final value = badFuture().catchError((e, s) { print('error occurred $e'); }); } Future<int> badFuture() a…
Opened 14 other issues in 2 repositories
flutter/flutter
9
open
4
closed
- tonic::DartInvokeField creates a Dart_NewStringFromCString every time
- DomParagraph _tryBuildPlainText should not default `color`
- GOMA builds for developers are broken since switching to Fuchsia RBE
- `flutter update-packages --force-upgrade` fails if `_flutter_web_tool` is present
- Update the create template to better support integration_test with a proper testing target in the Xcode workspace
- [ios] [integration_test] avoid using preprocessor macros to make it easier to use from Swift
- Building with a custom Gradle build type fails if plugins are present.
- Creating a state object to pass around for DartIsolate, RuntimeController, etc.
- Running a test with package:integration_test should supress warnings about missing plugin for package:integration_test
- Consider rolling libwebp
- Roll benchmark
- Linux Web engine timeout on presubmit
- Web golden flake