- 18 Mar, 2020 5 commits
-
-
Gary Qian authored
-
Kate Lovett authored
-
Michael Goderbauer authored
-
Justin McCandless authored
TextFields now disallow adding characters in the center of the text at maxLength.
-
Jonah Williams authored
Update to latest dwds APIs, moving back to dwds driven hot restart and enabling future work on expression evaluation.
-
- 17 Mar, 2020 2 commits
- 16 Mar, 2020 2 commits
-
-
Kate Lovett authored
This reverts commit 7edcc92b.
-
Greg Spencer authored
-
- 14 Mar, 2020 3 commits
-
-
Kate Lovett authored
-
Michel Feinstein authored
-
Ayush Bherwani authored
-
- 13 Mar, 2020 4 commits
-
-
JosepBove authored
-
gaaclarke authored
-
Tong Mu authored
* Change onSort and add tests * Add doc * Regression test * Remove if (true) * Make test clearer * Clearer comment
-
Tong Mu authored
* TapGestureRecognizer no longer adds the pointer after it resets. * Adds an assertion to make sure TapGestureRecognizer.startTrackingPointer is never called when _down is null
-
- 12 Mar, 2020 2 commits
- 11 Mar, 2020 5 commits
-
-
Greg Spencer authored
Just some very minor doc changes: an adjustment of my comments in #51495, and a typo fix.
-
Gary Qian authored
-
Gary Qian authored
-
Justin McCandless authored
Adds an overflow menu to the text selection menu on Android when the items overflow.
-
Greg Spencer authored
This converts Diagnosticable to be a mixin instead of an abstract class, so that it can be used to add diagnostics to classes which already have a base class. It leaves in place the DiagnosticableMixin mixin, since there are some plugins that are still using it, and removing it would mean that those plugins wouldn't work with master branch Flutter anymore. DiagnosticableMixin will be removed once this mixin version of Diagnosticable makes its way to the stable branch.
-
- 10 Mar, 2020 4 commits
-
-
Greg Spencer authored
This adds a sample for InheritedNotifier, and converts a couple of other samples to be DartPad samples. I also added a new sample template stateful_widget_material_ticker, which adds a TickerProviderStateMixin to the state object so that animation controllers can be created there easily.
-
Gary Qian authored
Revert "Add missing features to `DefaultTextStyleTransition` and `AnimatedDefaultTextStyle` (#51517)" (#52352)
-
Michael Goderbauer authored
-
Francisco Magdaleno authored
-
- 09 Mar, 2020 4 commits
-
-
Gary Qian authored
-
Per Classon authored
Add width constraints for FlexibleSpaceBar.title in its expanded state, so that overflow of long titles can be handled (#51335)
-
Chad Nehemiah authored
- 06 Mar, 2020 4 commits
-
-
Darren Austin authored
* Fix for negative padding from a curve in AnimatedPadding. * Added a EdgeInsets.clamp function that would return an EdgeInsets instance instead of a _MixedEdgeInsets used by the base class. This was causing some tests to fail that didn't have a text direction.
-
Masayuki Ono authored
-
Per Classon authored
-
Hans Muller authored
-
- 05 Mar, 2020 2 commits
-
-
Alexandre Ardhuin authored
-
Flutter GitHub Bot authored
-
- 04 Mar, 2020 2 commits
-
-
Flutter GitHub Bot authored
Keep render tree and element tree in sync when re-used elements move in a MultiChildRenderObjectElement's child list (#51674)
-
Dan Field authored
* Remove listeners for live images when we clear them * review, more test * explanation
-
- 03 Mar, 2020 1 commit
-
-
Shi-Hao Hong authored
This reverts commit 28f2c96a.
-