Highlights
- Arctic Code Vault Contributor
Pinned
1,041 contributions in the last year
Activity overview
Contributed to
flutter/flutter,
jocosocial/rainbowmonkey,
Hixie/cuddlyworld-ide
and 5 other
repositories
Contribution activity
December 2020
Created 11 commits in 6 repositories
Created a pull request in ardera/flutter-pi that received 1 comment
Opened 4 other pull requests in 2 repositories
flutter/flutter
3
open
flutter/engine
1
closed
Reviewed 23 pull requests in 6 repositories
flutter/flutter 18 pull requests
- Correct typos in RenderParagraph
- ➕ Add IconAlignment to new Material Buttons
- Let InkWell/Ink/ancestor support GlobalKey so that splash does not stop when changing position.
- Improve Lighthouse score
- Update various API docs
- Slight cleanup in MultiChildRenderObjectElement
- Fix flutter in preparation for implementing Dart's "Infer non-nullability from local boolean variables"
- Bottom navigation items length docs
- Reschedule engine frame if it arrives in the middle of warm-up
- Test generated_plugin_registrant analysis & suppress long lines in web plugin registrant
- Add removeListenerWhileNotifying benchmark for ChangeNotifier
- RefreshIndicator should not be shown when overscroll occurs due to inertia
- Improve the performances of ChangeNotifier
- Constrain width/hight when asking child for intrinsics
- Make FocusManager configurable in BuildOwner
- Remove Flutter Authors from macOS project organization name
- fix nullability of parameters with redirecting factory constructors
- Add a test for intrinsic size checks
flutter/website 1 pull request
flutter/plugins 1 pull request
flutter/engine 1 pull request
flutter/packages 1 pull request
flutter/tests 1 pull request
Created an issue in flutter/flutter that received 7 comments
"The relevant error-causing widget" misleads when the exception is thrown from user code
Steps to reproduce:
flutter create dummy
cd dummy
nano lib/main.dart
add a throw 'hello'; statement on line 64, the first line of the _MyHomePageS…
7
comments
Opened 24 other issues in 5 repositories
flutter/flutter
4
closed
11
open
- Check security advisories
- LUCI logs making determing why tests fail harder
- dart:html appears in our API docs in a way that confuses matters
- Consider migrating to a variant of vector_math that has a smaller API surface area
- Linux desktop doesn't seem to support --route
- Handling non-square pixels
- Serializations of assert expressions in dart:ui are "<optimized out>".
- debugOnRebuildDirtyWidget and debugPrintRebuildDirtyWidgets don't work reliably for RenderObjectElements
- Migrate flutter CLI tool to null safety
- Audit sample code in Flutter repo for null safety
- Audit engine Dart code for null safety
- Audit code in flutter/packages/* for null safety
- Migrate all dev/ code to null-safe Dart
- Audit API docs for null safety
- Update API doc samples for null safety