- 17 Jun, 2020 1 commit
-
- 16 Jun, 2020 2 commits
-
-
Justin McCandless authored
-
Zachary Anderson authored
This reverts commit b3c237ce.
-
- 15 Jun, 2020 1 commit
-
-
Justin McCandless authored
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 05 Jun, 2020 1 commit
-
-
Nils Reichardt authored
[web & desktop] Hide all characters in a TextField, when obscureText is true on web & desktop (#56794)
-
- 28 May, 2020 1 commit
-
-
Tong Mu authored
* Adds default cursor and/or mouseCursor property to a number of widgets. * Adds `MaterialStateMouseCurrsor`.
-
- 27 May, 2020 1 commit
-
-
Greg Spencer authored
This adds a new navigationMode to the MediaQueryData that indicates how focusable controls should behave under different navigation modes, currently with two modes: NavigationMode.traditional, and NavigationMode.directional. It may seem like focusing a disabled control is not desirable, but this is useful for user interfaces that use DPAD navigation because if a control gets disabled, losing focus is disruptive to the user, and it is difficult to control where the focus will end up unless it is done explicitly.
-
- 20 May, 2020 1 commit
-
-
Justin McCandless authored
-
- 15 May, 2020 1 commit
-
- 14 May, 2020 1 commit
-
-
Justin McCandless authored
-
- 11 May, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit d9882263.
-
Justin McCandless authored
Unrevert of paste button hides when nothing to paste
-
- 10 May, 2020 1 commit
-
-
Mehmet Fidanboylu authored
This reverts commit d5634982.
-
- 08 May, 2020 2 commits
-
-
Justin McCandless authored
Unreverts #54902 with fixes for a failing integration test.
-
Justin McCandless authored
This reverts commit 053c3881.
-
- 07 May, 2020 1 commit
-
-
Justin McCandless authored
-
- 28 Apr, 2020 1 commit
-
-
Justin McCandless authored
-
- 22 Apr, 2020 2 commits
-
-
Kate Lovett authored
-
Kate Lovett authored
-
- 14 Apr, 2020 1 commit
-
-
Justin McCandless authored
Adds the ability for the iOS text selection menu to handle items that are too wide for the screen.
-
- 10 Apr, 2020 1 commit
-
-
Alexandre Ardhuin authored
* replace simple Container(w & h) with SizedBox * address review comments * address review comments
-
- 18 Mar, 2020 1 commit
-
-
Justin McCandless authored
TextFields now disallow adding characters in the center of the text at maxLength.
-
- 11 Mar, 2020 1 commit
-
-
Justin McCandless authored
Adds an overflow menu to the text selection menu on Android when the items overflow.
-
- 06 Mar, 2020 1 commit
-
-
Per Classon authored
-
- 04 Mar, 2020 1 commit
-
-
Flutter GitHub Bot authored
-
- 03 Mar, 2020 1 commit
-
-
Greg Spencer authored
This PR adds the linux and windows target platform enum values, along with automatically setting the defaultTargetPlatform to the appropriate value on those platforms. Fixes #31366
-
- 28 Feb, 2020 1 commit
-
-
Jason Simmons authored
Use strut box heights to calculate selection rectangles in order to ensure that they remain within visible bounds (#50354)
-
- 23 Feb, 2020 1 commit
-
-
Shi-Hao Hong authored
Fix tests that rely on FadeTransition incorrectly and depend on implementation details of FadeUpwardsTransitionBuilder (#51150)
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Feb, 2020 1 commit
-
-
Gary Qian authored
-
- 27 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 25 Jan, 2020 1 commit
-
-
Hans Muller authored
-
- 22 Jan, 2020 1 commit
-
-
shihchanghsiungsonos authored
-
- 17 Jan, 2020 3 commits
-
-
Anthony authored
[a11y] Make sure RenderFractionalTranslation updates its semantics after the translation field is set (#48985)
-
Justin McCandless authored
-
Greg Spencer authored
This contains the test changes for adding TargetPlatform.macOS, which was done in #43457. The main goal of this PR is to enable tests in the material library that are currently running only on iOS to also run on macOS, but only for the tests where that makes sense. For instance, we don't run any of the haptic feedback tests on macOS.
-
- 16 Jan, 2020 1 commit
-
-
Josh Burton authored
-
- 21 Dec, 2019 1 commit
-
-
Lau Ching Jun authored
-
- 19 Dec, 2019 1 commit
-
-
Dan Field authored
-