- 11 Mar, 2018 2 commits
-
-
Ian Hickson authored
This allows other code to get the same style without having to know exactly it is computed.
-
Ian Hickson authored
For example, mention the icon used for the drawer menu in the docs (this helps people writing unit tests); add DefaultAssetBundle sample code.
-
- 09 Mar, 2018 2 commits
-
-
Greg Spencer authored
Fixed the real repaint problem the Slider had (missing addListener), and added tests for it. Added GlobalKey reparenting test. Added the ability for the value indicator to slide left and right to avoid falling off the edge of the screen. It only shifts as much as it can without deforming, but even at large text scales, that is enough to keep the text on the screen. Updated the formatting on theme_data.dart and others to use longer line length. Also, removed a color tween that faded the value indicator in as it scaled, since that wasn't to spec.
-
Michael Goderbauer authored
-
- 08 Mar, 2018 1 commit
-
-
Todd Volkert authored
This moves toward more consistency in our messaging. Apps are launched using --debug, so the banner will reflect the build mode.
-
- 07 Mar, 2018 2 commits
-
-
Josh Soref authored
* spelling: accommodate * spelling: allotted * spelling: anonymous * spelling: artificial * spelling: associated * spelling: asset * spelling: button * spelling: canvas * spelling: compatibility * spelling: coverage * spelling: condition * spelling: decoration * spelling: deferring * spelling: diameter * spelling: direction * spelling: displacement * spelling: dropdown * spelling: needing * spelling: environment * spelling: exited * spelling: expansion * spelling: explore * spelling: families * spelling: horizontal * spelling: increment * spelling: indices * spelling: internationalization * spelling: labrador * spelling: localizations * spelling: midflight * spelling: milliseconds * spelling: minimum * spelling: multiple * spelling: multiplication * spelling: navigator * spelling: overridden * spelling: package * spelling: performance * spelling: platform * spelling: porsche * spelling: position * spelling: preceded * spelling: precede * spelling: precedence * spelling: print * spelling: property * spelling: readily * spelling: reproducibility * spelling: rounded * spelling: scroll * spelling: separate * spelling: separator * spelling: services * spelling: specific * spelling: specify * spelling: synchronously * spelling: through * spelling: timeout * spelling: triangle * spelling: trivial * spelling: unusual * spelling: then * spelling: vertically * spelling: visible * spelling: visited * spelling: voice
-
Hans Muller authored
-
- 06 Mar, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 03 Mar, 2018 1 commit
-
-
Hans Muller authored
-
- 02 Mar, 2018 2 commits
-
-
Hans Muller authored
-
Greg Spencer authored
Fixes a small rendering problem when dragging the slider, as well as a couple of small bugs (de-duping of value changes, and actually using a parameter passed to _unlerp).
-
- 01 Mar, 2018 1 commit
-
-
Greg Spencer authored
This implements an update to the look of the Slider widget. Specifically, it does the following: * Adds the ability to customize the colors of all components of the slider * Adds the ability to customize the shape of the slider thumb and value indicator * Adds the ability to show the value indicator on continuous sliders * Updates the default value indicator to be a "paddle" shape with new animations. * Changes the tick marks to be visible all the time on discrete sliders * Fixes a memory leak of an animation controller. * Removes "thumbOpenAtMin" flag, which is no longer needed, and can be emulated by the custom thumb shape support. It was not widely used. * Adds tests for all of the new features.
-
- 28 Feb, 2018 2 commits
- 26 Feb, 2018 1 commit
-
-
amirh authored
-
- 24 Feb, 2018 1 commit
-
-
amirh authored
-
- 23 Feb, 2018 2 commits
- 22 Feb, 2018 2 commits
-
-
Hans Muller authored
-
amirh authored
-
- 21 Feb, 2018 2 commits
-
-
amirh authored
* add a FAB NotchMaker to ScaffoldGeometry * add a notchMaker to FloatingActionButton * Initial implementation of BottomAppBar Mainly includes the notch making logic. Not yet tested as currently there is no way to make the FAB and the BAB overlap, once #14368 to lands we could add unit tests to the BottomAppBar as well. * use a closeable for clearing the FAB notchmaker
-
Hans Muller authored
-
- 16 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Feb, 2018 3 commits
-
-
Ian Hickson authored
-
xster authored
* Small glow overscroll dartdoc addition * Directly specify [MaterialApp] * review
-
najeira authored
* add explanation about navigator to showDialog doc * update doc by review
-
- 14 Feb, 2018 1 commit
-
-
amirh authored
-
- 13 Feb, 2018 2 commits
-
-
amirh authored
Adds a ScaffoldGeometry class and ValueNotifier for it. A scaffold's ScaffoldGeometry notifier is held in the _ScaffoldState, and is passed to _ScaffoldScope. New ScaffoldGemometry objects are built and published to the notifier.
-
Hans Muller authored
-
- 07 Feb, 2018 6 commits
-
-
amirh authored
-
Hans Muller authored
-
Chris Bracken authored
Applies left, right, and bottom media padding (e.g. iOS safe area insets) around ButtonBar in the material scaffold persistentFooterButtons.
-
Amir Hardon authored
This is done to keep in place the workaround we have for rectangular material where PhysicalModel skips the saveLayer call.
-
Amir Hardon authored
While the documentation for MaterialType.canvas described it as an infinite shape. The implementation has been clipping it to the bounding rectangle for a while. And it is already used in the wild as a rectangular piece. So we just update the documentation to match that.
-
Amir Hardon authored
This reverts commit d9ef7df9.
-
- 06 Feb, 2018 3 commits
-
-
Hans Muller authored
-
Alexandre Ardhuin authored
-
Hans Muller authored
-
- 05 Feb, 2018 1 commit
-
-
Hans Muller authored
-
- 03 Feb, 2018 1 commit
-
-
Hans Muller authored
-