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 up
Pinned
1,790 contributions in the last year
Activity overview
Contribution activity
September 2020
Created a pull request in flutter/flutter that received 5 comments
Make parameter optional
/cc @Im-Kevin Changing the ctor signature broke some internal Flutter related infra in Google. This fixes that. Updates tests. @renyou @mehmetf See #…
+17
−13
•
5
comments
- Improve the behavior of Scrollable.ensureVisible when Scrollable nested
- Collect memory metrics
- Revert "Reland "Make sure all isolates start during flutter driver tests""
- [flutter_tools] remove advice about running sdkmanager directly in favor of directing to flutter.dev
- Fix the test error of "Add finders for enableFlutterDriverExtension" and resubmit
- [fix] once errorBuilder is called Image widget stops loading images
- Fab for search delegate
- Small documentation udpate
- Make Container always clip a decoration if it has a clip edge
- Fix RangeMaintainingScrollPhysics
- Add finders for enableFlutterDriverExtension
- Make ChangeNotifier.removeListener take constant time.
- Use a LinkedList to improve the performances of ChangeNotifier
- Require xcode_backend.sh arguments (introduced in Flutter v0.0.7)
- Add observatory Bonjour service to built iOS Info.plist bundle
- Reland "Make sure all isolates start during flutter driver tests"
- Fixed the sliver appbar to have a fixed traversal order
- Image dispose
- [android_alarm_manager] version fix
- [share] MethodCallHandler.java uses unchecked or unsafe operations
- [camera] CameraPlugin.java uses or overrides a deprecated API
- [video_player] VideoPlayerPlugin.java uses or overrides a deprecated API
- [android_alarm_manager] Android Code Inspection and Clean up
- Support Windows in incremental_build.sh
- [integration_test] Recommend tests to be in `integration_test/`, fix example
Created an issue in dart-lang/site-www that received 6 comments
Document when, if ever, is it better to use a bool to check late initialization
I'm writing code where I will lazily initialize a cache field on my class.
I could make the variable Foo? _cachedFoo; or late Foo _cachedFoo; with …
6
comments
- Pull perf metrics from FTL
- Cocoon's status link for a scheduled build should go to the builder page rather than to the dashboard
- Running with a local engine affects generated files of unrelated platforms
- package:integration_test should be able to write data to somewhere FTL can see it
- package:integration_test and coverage
- After upgrading to gradle plugin 4.1.0-beta01, local engine builds don't work
- [cocoon] Dashboard opens popup and cannot scroll whole thing into view