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 31 million developers.
Sign up
Popular repositories
-
rounded-rectangle-demo
CSS Exclusions demo: shape-inside specified as a (rounded) rectangle
-
newton
A simple physics library written in Dart
Dart 1
-
regular-polygon-demo
Animated demo of regular polygon values for the CSS Exclusions shape-inside property.
JavaScript
-
polygon-dawn-demo
Similar to regular-polygon-demo, different artwork, text, layout
JavaScript
-
flutter
Forked from flutter/flutter
The Flutter framework
Dart
-
skia
Forked from google/skia
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
C++
653 contributions in the last year
Contribution activity
March 2019
Created a pull request in flutter/flutter that received 2 comments
MaterialButton shape should override ButtonTheme shape
This fix was originally contributed by @HeavenOSK in #29090. Fixes #29146 MaterialButton now uses its shape parameter if it's non null.
- Update progress indicator API docs
- Error message when TextSelectionOverlay finds no Overlay
- Update flutter_localizations translations
- MaterialButton shape should override ButtonTheme shape
- Ensure that animated pairs of Tabs TextStyles have matching inherited values
- Handle Cupertino back gesture interrupted by Navigator push
- Make real JSON in arb
- [Material] Create a FloatingActionButton ThemeData and honor it within the FloatingActionButton
- Fix for sometimes packages file is an APK
- Add doc about MediaQuery to Chip
- Paint backgroundColor in CircularProgressIndicator
- Text field height attempt 2
- add assert if length of TabController and number of tabs do not match
- Cupertino localization step 1: add an English arb file
- Implement labelPadding configuration in TabBarTheme
- Document that SearchDelegate.buildResults can be called multiple time…
- Update to ListView Sample Code in API Docs
- Heroes and nested Navigators
- Docs edit for Tab Label Color
- Call onTapCancel when down pointer gets cancelled
- Fix Flex class docs by replacing 'vertical space' with 'space on its main axis' so that the language fits both column and row.
- Make sure everything in the Cupertino page transition can be linear when back swiping
- Fix TextField height issues
- Add/rewrite tests for FocusScope.
- Throw assertion error when a Hero has a Hero child.
- Add more doc pointing to the EditableText's rudimentary nature around gesture handling
- fix missing variable name
- Move material iOS back swipe test to material
- [Material] Fix radio ink ripple to be centered
- Fix ink highlight effect of RawChip
Created an issue in dart-lang/sdk that received 2 comments
compilation error: RangeError (index): Index out of range: no indices are valid: 0
This occurred when I started about 15 copies of the same Flutter test in the background and on Linux. Not something I ordinarily do; trying to trac…