-
Google
- Mountain View, CA
- http://hansmuller-webkit.blogspot.com/
Block or Report
Block or report HansMuller
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
flutter_buttons Public
Prototype implementation of the new design for buttons and button themes.
-
rounded-rectangle-demo Public
CSS Exclusions demo: shape-inside specified as a (rounded) rectangle
-
-
shortcut_sample Public
A sample that demonstrates mouse and keyboard bindings in the context of a simple app.
-
regular-polygon-demo Public
Animated demo of regular polygon values for the CSS Exclusions shape-inside property.
JavaScript 1
434 contributions in the last year
Contribution activity
April 2022
Reviewed 9 pull requests in 1 repository
flutter/flutter
9 pull requests
- Reland "Add default selection style (#100719)"
-
Migrate
ListTileTextTheme TextStyle references to Material 3 - The sample code used within the comments in textContaining is wrong
- Add default selection style
- Remove deprecated FlatButton
- Correct word in AppBar's docs
- Migrate common buttons to Material 3
-
Add
ListTiledebugFillProperties - Refactor chip class and move independent chips into separate classes
Created an issue in dart-lang/linter that received 1 comment
proposal: Prefer extending this class over implementing it
prefer_extends_over_implements
Description
Implementing this class is unsafe because public methods may be added to the class in the future. Extend…