- 26 Mar, 2020 1 commit
-
-
Anthony authored
-
- 25 Mar, 2020 2 commits
-
-
Darren Austin authored
Date Picker UI redesign
-
Dan Field authored
-
- 24 Mar, 2020 2 commits
-
-
Jussi Lahdenniemi authored
-
- 23 Mar, 2020 2 commits
-
-
Ferhat authored
-
Christian Mürtz authored
-
- 20 Mar, 2020 3 commits
-
-
LongCatIsLooong authored
-
Yegor authored
-
Yegor authored
fix KeySet.hashCode; enable multiple web tests
-
- 19 Mar, 2020 1 commit
-
-
rami-a authored
-
- 18 Mar, 2020 2 commits
-
-
Yegor authored
* Fix web test flakiness; enable web golden tests The fix is three-part: - Only allow one test to load _and_ test at any point in time. - Use a fresh Chrome instance for each test file. - Increase Cirrus resources. The first two changes only fix the "Unknown error loading" error, but not hanging tests. The resource increase also prevents hanging tests. Other minor changes: - Remove test batching (it's no longer necessary) - Fix the Chrome class, which was using the wrong Completer.
-
Justin McCandless authored
TextFields now disallow adding characters in the center of the text at maxLength.
-
- 14 Mar, 2020 1 commit
-
-
Ayush Bherwani authored
-
- 13 Mar, 2020 1 commit
-
-
Tong Mu authored
* Change onSort and add tests * Add doc * Regression test * Remove if (true) * Make test clearer * Clearer comment
-
- 11 Mar, 2020 1 commit
-
-
Justin McCandless authored
Adds an overflow menu to the text selection menu on Android when the items overflow.
-
- 09 Mar, 2020 1 commit
-
-
Per Classon authored
Add width constraints for FlexibleSpaceBar.title in its expanded state, so that overflow of long titles can be handled (#51335)
-
- 06 Mar, 2020 1 commit
-
-
Per Classon authored
-
- 05 Mar, 2020 1 commit
-
-
Flutter GitHub Bot authored
-
- 04 Mar, 2020 1 commit
-
-
Flutter GitHub Bot authored
-
- 03 Mar, 2020 4 commits
-
-
Shi-Hao Hong authored
This reverts commit 28f2c96a.
-
Shi-Hao Hong authored
-
Shi-Hao Hong authored
-
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
-
- 02 Mar, 2020 1 commit
-
-
Pierre-Louis authored
-
- 28 Feb, 2020 2 commits
-
-
Justin McCandless authored
-
Jason Simmons authored
Use strut box heights to calculate selection rectangles in order to ensure that they remain within visible bounds (#50354)
-
- 27 Feb, 2020 2 commits
-
-
Darren Austin authored
-
Dan Field authored
-
- 26 Feb, 2020 1 commit
-
-
Greg Spencer authored
This implements VisualDensity changes for text fields*. By default, the layout of the text field does not change. If the ThemeData.visualDensity is set to a value other than zero, then the density of the UI will increase or decrease. See the VisualDensity docs for more information. (*In reality, the changes are on the InputDecorator class, not on the text field.) I also fixed a problem that I think I found with _Decoration where it doesn't compare isDense or isCollapsed as part of its operator==.
-
- 24 Feb, 2020 1 commit
-
-
Dmitry Ratushnyy authored
-
- 23 Feb, 2020 1 commit
-
-
Shi-Hao Hong authored
Fix tests that rely on FadeTransition incorrectly and depend on implementation details of FadeUpwardsTransitionBuilder (#51150)
-
- 20 Feb, 2020 2 commits
-
-
Per Classon authored
-
Darren Austin authored
-
- 18 Feb, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 14 Feb, 2020 1 commit
-
-
creativecreatorormaybenot authored
-
- 13 Feb, 2020 4 commits
-
-
Shi-Hao Hong authored
* Adds an opt-in flag to fix floating snackbar's offset when no floating action button is present. This flag will be removed once the migration for the fix is complete. Co-authored-by:
filaps <filip1997.28@mail.ru>
-
Shi-Hao Hong authored
* Add ButtonBar.overflowButtonSpacing * Add AlertDialog overflow button spacing functionality
-
Greg Spencer authored
-
Greg Spencer authored
This re-lands #49235 with the addition of includeSemantics flag on the Focus widget so that the FocusTraversalGroup can create a Focus widget without affecting the semantics tree. The FocusTraversalGroup uses the Focus widget to create a grouping of descendants for traversal, but doesn't actually participate in focus (canRequestFocus is always false), so we don't want it to add a Semantics widget in that case, since that can cause semantics changes. The canRequestFocus attribute can also be used when a widget is disabled, so we do sometimes want to include Semantics even if that is false, but not in the case where it is always false, as for FocusTraversalGroup. - Added a test to make sure that FocusTraversalGroup doesn't add any semantics information.
-