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
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 1
-
1,071 contributions in the last year
Contribution activity
September 2020
goderbauer has no activity
yet for this period.
August 2020
Created a pull request in flutter/cocoon that received 8 comments
Give authors with same initial differently colored avatars
Authors that have the same first initial are now shown with avatars in different colors to make it easier to differentiate the commits of "goderbau…
+121
−40
•
8
comments
- Bump dartdoc to 0.30.4
- Fix assert in dartdoc_checker and enable asserts for our helper scripts
- migrate semantics to nullsafety
- Use reportError (over onError) everywhere
- Remove decommission from RestorationBuckets
- [WIP] debug test
- Add dispose to restoration example
- Make textfields restorable
- Make Scrollables restorable
- Revert "Add padding around flutter api docs search input"
- Bump dartdoc to 0.32.3 and tighten doc output checker
- Reland "migrate part of painting to nullsafety (#62696)"
- Revert "migrate part of painting to nullsafety"
- Deprecate the global imageCache getter
- Remove assert about release mode
- [flutter_tools] exit script if powershell version detection fails
- Image dispose
- Makes raw gesture detector adds custom action override for switch con…
- Fixes router to not report route information when it is already up to…
- migrate rendering to nullsafety
- Added support for lerpDuration()
- Update: Documentation for ListView constructor should warn about changing widget list
- updated_title_property_apidocs
- Update Visibility docs on maintainSize
- Link waitfor doc
- [null-safety] remove mockito from scrollbar test
- Add sample code to DefaultTextStyleTransition
- Use a LinkedList to improve the performances of ChangeNotifier
- Reland "fix wrap intrinsic height calculation (#63420)"
- Add GestureDetector.onDoubleTapDown()
- [null-safety] remove mockito from route test
- [framework] make hit slop based on device pointer kind for drag/pan/scale gestures
- Add rect logic to getOffsetToReveal when onlySlivers is true
- Add ResizeImageFit to control aspect ratio on ResizeImage
- [null-safety] remove mockito from refresh control test
- Make large jumpTo recommend deferred loading
- Remove remaining uses of `childToSlot`
- Add null safety migration annotations.
- WIP - nnbd status (rendering)
- Some pull request reviews not shown.
Created an issue in flutter/flutter that received 13 comments
☂️ Migrate framework tests to null safety
Prerequisites (cc @jonahwilliams): migrate the framework [in progress by @a14n] publish platform/file/process in SDK allowlist, publish on pub, […
•
13
comments
- Release and debug mode different for NNBD-migrated code
- Cannot easily hot restart a framework test
- Add shortcut to restart and restore to "flutter run"
- flutter-dashboard bot should remove "work in progress" label if PR is marked as ready for review
- Migrate widgets to use state restoration framework
- Enable State Restoration in iOS embedder