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 upPopular 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,233 contributions in the last year
Contribution activity
November 2020
Created 13 commits in 4 repositories
Created 1 repository
Created a pull request in flutter/flutter that received 7 comments
Fixes Intrinsics for RenderParagraph and RenderWrap
For google3 rollers: This change requires dnfield/flutter_svg#450 and cl/343539658. Description Fixes #48679 by implementing the solution outlined in
Opened 16 other pull requests in 5 repositories
flutter/flutter
7
merged
2
open
3
closed
- Implement dryLayout for RenderAnimatedSize
- Fix _LateInitializationError for RenderObjectElement.renderObject
- DO NOT SUBMIT - experimental
- [DO NOT SUBMIT] Experimental
- Make RenderFlex flex to fill min extent and remove intrinsics from SliverFillRemaining
- Enable test after engine fix
- Properly initialize RestorationManager in the TestBinding
- Fix return type of ContextAction.invoke
- Intrinsic Width fixes for RenderParagraph
- Assert for RenderFlex intrinsics if using baseline alignment
- Do not crash if RichText has recognizers without handlers
- Add fix_data.yaml with first 7 fixes
flutter/website
1
open
dnfield/flutter_svg
1
merged
HansMuller/shortcut_sample
1
open
flutter/packages
1
merged
Reviewed 46 pull requests in 9 repositories
flutter/flutter 34 pull requests
- Fix nullable BottomSheet animationController issue
- Link the API docs on waitFor() to the docs for runUnsynchronized()
- Minor documentation fixes
- Fix cast in `message_codecs.dart`. The string can be `null`, so cast should be to `String?`
- Remove the `nullOk` parameter from `Navigator.of` and add `Navigator.maybeOf`
- Remove last references to Window in docs.
- Re-land 'Default Keyboard ScrollActions with PrimaryScrollController'
- Allow propagation to ancestor actions if actions lower down are disabled
- AdoptAWidget: LongPressDraggable
- Revert usages of the binding's platformDispatcher to use window instead
- Add autofill troubleshooting tips to autofillHints documentation
- Add stackTrace to AsyncSnapshot
- Intrinsic Width fixes for RenderParagraph
- Default Keyboard ScrollActions with PrimaryScrollController
- Remove old todo
- [null-safety] migrate hello_world to null safety
- Remove references to `Window`, and switch usages to `PlatformDispatcher` or `SingletonFlutterWindow`
- Fix crash when widgetspan does not produce a semantics node in renderβ¦
- Fix excessive rebuilds of DSS
- Add a [valid] property of [MouseTrackerAnnotation] indicates the annotation states.
- Choose higher-res image variants on low-DPR screens
- Improve backbuttondispatcher
- [null-safety] update Dart SDK constraints
- Added Dartpad Sample to Hero Widget closes #69477
- Cancel drag or hold when scrolling is disabled.
- Some pull request reviews not shown.
flutter/engine 3 pull requests
flutter/packages 3 pull requests
HansMuller/shortcut_sample 1 pull request
flutter/plugins 1 pull request
flutter/cocoon 1 pull request
flutter/gallery 1 pull request
google/file.dart 1 pull request
flutter/website 1 pull request
Created an issue in flutter/flutter that received 19 comments
RangeError in RenderParagraph.assembleSemanticsNode
See also: b/172290978 import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp eβ¦