Block or Report
Block or report goderbauer
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
contact_picker Public
A Flutter plugin for picking a contact from the address book.
-
The ProcessWave.org editor for Google+ Hangouts
-
-
flutter Public
Forked from flutter/flutter
Framework for building high-performance, high-fidelity iOS and Android apps.
Dart 1
-
packages Public
Forked from flutter/packages
A collection of useful packages maintained by the Flutter team
Dart 1
1,165 contributions in the last year
Contribution activity
January 2022
Created 3 commits in 1 repository
Created a pull request in flutter/flutter that received 11 comments
Do not crash on LeaderLayer.applyTransform after retained rendering
Fixes b/205909962.
Follow-up to #92598.
With #92598 LeaderLayers may not always need addToScene (alwaysNeedsAddToScene can be false). This means, t…
Opened 2 other pull requests in 1 repository
flutter/flutter
2
merged
Reviewed 7 pull requests in 1 repository
flutter/flutter
7 pull requests
- LayerLink can temporary allow multiple leaders
- Reland "Ensure the engineLayer is disposed when an OpacityLayer is disabled""
- chore(flutter_test): updated 'matchesGoldenFile' documentation
- Do not crash on LeaderLayer.applyTransform after retained rendering
- Allow Clip.none as a valid clipBehavior
-
Make
DraggableScrollableControlleraChangeNotifier - Fix typo
Created an issue in flutter/flutter that received 9 comments
2-step text layout
Laying out text is expansive. Even when warmed up it can take ~0.5ms to lay out a single RenderParagraph on a low-end Android device. This means a …