- 17 Apr, 2020 3 commits
-
-
Shi-Hao Hong authored
* Remove SnackBar floating flag, making the offset fix the only behavior * Remove rest of code that contians references to Scaffold.shouldSnackBarIgnoreFABRect
-
Christian Mürtz authored
-
Justin McCandless authored
Fixes an alignment bug seen when using both TextWidthBasis.longestLine and TextAlign.right.
-
- 16 Apr, 2020 4 commits
-
-
Shi-Hao Hong authored
-
Darren Austin authored
-
chunhtai authored
-
Anthony authored
-
- 14 Apr, 2020 2 commits
-
-
Mehmet Fidanboylu authored
This reverts commit d1e05281.
-
Justin McCandless authored
Adds the ability for the iOS text selection menu to handle items that are too wide for the screen.
-
- 13 Apr, 2020 3 commits
-
-
Hans Muller authored
-
Darren Austin authored
-
Mehmet Fidanboylu authored
-
- 11 Apr, 2020 2 commits
-
-
Mehmet Fidanboylu authored
This reverts commit 9eb2a2ad.
-
Mehmet Fidanboylu authored
-
- 10 Apr, 2020 7 commits
-
-
Gary Qian authored
-
Alexandre Ardhuin authored
* replace simple Container(w & h) with SizedBox * address review comments * address review comments
-
Gary Qian authored
-
Greg Spencer authored
This fixes the initial value of FocusManager.highlightMode so that it gets initialized correctly on desktop platforms. My recent update of this code (#52990) broke things so that the highlight mode never changed from the initial default of touch, which meant that focus highlights didn't show unless you set FocusManager.highlightStrategy to something (even automatic, the default: setting it caused the mode to be updated).
-
Michael Goderbauer authored
-
William Oprandi authored
-
Greg Spencer authored
-
- 09 Apr, 2020 1 commit
-
-
liyuqian authored
-
- 08 Apr, 2020 4 commits
-
-
Gary Qian authored
-
Kate Lovett authored
-
Francisco Magdaleno authored
-
Michael Goderbauer authored
-
- 07 Apr, 2020 4 commits
-
-
Greg Spencer authored
This updates the Action API in accordance with the design doc for the changes: flutter.dev/go/actions-and-shortcuts-design-revision Fixes #53276
-
EricEnslen authored
Adds an "autofocus" param to ListTile and its Checkbox, Radio and Switch variants, and passes the given value through to the wrapped InkWell, Switch, etc. This is important for scenarios like a settings screen, where the first interactable element on a page may be a SwitchListTile, for example.
-
Jose Alba authored
* [Slider] Rebase. * disabled thumb color with alphaBlend of colorScheme surface * test remove alphablend * Change rectangular track to how it used to be * Chaned to adaptive slider * blank lines Co-authored-by:
Will Larche <larche@google.com>
-
LongCatIsLooong authored
-
- 06 Apr, 2020 2 commits
-
-
Alexandre Ardhuin authored
-
Darren Austin authored
-
- 04 Apr, 2020 2 commits
-
-
Greg Spencer authored
-
Dan Field authored
-
- 03 Apr, 2020 1 commit
-
-
Dan Field authored
* Remove network images from cache on any exception during loading
-
- 02 Apr, 2020 4 commits
-
-
Greg Spencer authored
This adds a new toggleable attribute to the Radio widget. This allows a radio group to be set back to an indeterminate state if the selected radio button is selected again. Fixes #53791
-
Ferhat authored
* Replace isInstanceOf<T> uses with isA<T> * Update isInstanceOf in flutter tools
-
Ferhat authored
-
impure authored
-
- 01 Apr, 2020 1 commit
-