Popular repositories
-
-
-
-
Forked from google/dart-sync-socket
A Dart VM Native Extension and supporting Dart libraries that provide synchronous socket and HTTP client support.
Dart 2
-
1,440 contributions in the last year
Less
More
Contribution activity
April 2021
Created 8 commits in 4 repositories
Created 1 repository
Created a pull request in flutter/flutter that received 9 comments
Reduce severity of memory leak when BuildContext/Element is retained
As #79605 has shown, its really easy in Dart to accidentally retain a BuildContext (which is really just an Element) in a closure even if the Build…
+170
−19
•
9
comments
Opened 10 other pull requests in 3 repositories
flutter/flutter
2
open
3
merged
3
closed
- Dispose thumbPainter in Switch to avoid crash
- Make compareTo more robust in semantics.dart
- Intrinsics
- Enable dryLayoutSize cache for performResize
- Clear listeners when AnimationController is disposed
- Fix doc for FlexColumnWidth.value
- Widget Inspector tests are not hermetic
- [WIP] ScrollJump benchmark
dart-lang/linter
1
merged
flutter/engine
1
merged
Reviewed 62 pull requests in 6 repositories
flutter/flutter 55 pull requests
- Make compareTo more robust in semantics.dart
- sort directives
- Add trailing commas in packages/flutter/test/rendering
- Deprecate AnimatedSize.vsync
- Fix InteractiveViewer.builder for custom RenderBox parents
- Add trailing commas in packages/flutter/test/services
-
Add trailing commas in
packages/flutter/test/{painting,physics,semantics,schedule} -
[State Restoration] Restorable
TimePickerDialogwidget,RestorableTimeOfDay -
Rework
FilteringTextInputFormatter - add trailing commas in flutter/test/{foundation,gestures}
- fix unsorted directives
- Improved AssetImage Docs
- Add BackdropFilter blend mode
- Removed RenderProxyBoxMixin class
- Convert AnimatedSize to a StatefulWidget
- Enable previously skipped Editable test
- add trailing commas in flutter/test/animation
- Move ExpansionPanelList to Canvas.drawShadow
- fix sort_directives violations
- Refactor text editing test APIs (Mark III)
- Fix the sample analyzer to analyze dart:ui and make the analyzer null safe
- Correct typo in addWithPaintTransform docs
- Add prototypeItem property to ListView
-
Improved handling of AppBar's
actionIcon sizes - Add dart fix for DragAnchor deprecation
- Some pull request reviews not shown.
flutter/engine 3 pull requests
flutter/plugins 1 pull request
flutter/gallery 1 pull request
flutter/devtools 1 pull request
flutter/packages 1 pull request
Created an issue in dart-lang/sdk that received 8 comments
Debugger breaks on incorrect line on exception
When executing the following program with an attached debugger that's configured to break on exceptions I would expect the debugger to break on the…
8
comments