- 28 Aug, 2022 1 commit
-
-
Akshdeep Singh authored
-
- 06 Jun, 2022 1 commit
-
-
Jonah Williams authored
-
- 25 May, 2022 2 commits
-
-
xubaolin authored
Fixes #103965
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `material` * include test/material * add back removed comments
-
- 20 May, 2022 1 commit
-
-
Tong Mu authored
-
- 12 May, 2022 1 commit
-
-
Jonah Williams authored
-
- 07 May, 2022 1 commit
-
-
Eric egramond authored
Updating the Slider Widget to allow up and down arrow keys to navigate out of the slider when in directional NavigationMode. (#103149)
-
- 26 Apr, 2022 2 commits
-
-
Jonah Williams authored
-
xubaolin authored
-
- 03 Feb, 2022 1 commit
-
-
Ian Hickson authored
-
- 14 Jan, 2022 1 commit
-
-
Hans Muller authored
-
- 15 Dec, 2021 1 commit
-
-
Chris Bracken authored
Microsoft Active Accessibility (MSAA) does not include increment/decrement keyboard shortcuts for manipulating sliders and other similar controls. To make up for this, we give the slider keyboard focus when it gains accessibility focus so that the user can use the arrow keys to manipulate the slider. Issue: https://github.com/flutter/flutter/issues/77838
-
- 04 Dec, 2021 1 commit
-
-
Ian Hickson authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 20 Jul, 2021 1 commit
-
-
nt4f04uNd authored
-
- 15 Jul, 2021 1 commit
-
- 14 Jul, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 31de052e.
-
Ian Hickson authored
-
- 13 Jul, 2021 2 commits
-
-
Ian Hickson authored
This reverts commit e2490f29.
-
Ian Hickson authored
-
- 11 Jun, 2021 1 commit
-
-
nohli authored
-
- 20 May, 2021 1 commit
-
-
nt4f04uNd authored
-
- 28 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Jan, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 20 Nov, 2020 1 commit
-
-
Greg Spencer authored
Adds Navigator.maybeOf to replace calling Navigator.of(context, nullOk: true), and removes the nullOk parameter. Also changes Navigator.of to return a non-nullable value, and removes many (120!) instances of the ! operator, reducing the possible places where a null dereference could occur.
-
- 02 Nov, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 19 Oct, 2020 1 commit
-
-
Xavier Chrétien authored
-
- 15 Oct, 2020 1 commit
-
-
Darren Austin authored
-
- 18 Sep, 2020 1 commit
-
-
xubaolin authored
-
- 02 Sep, 2020 1 commit
-
-
xubaolin authored
-
- 31 Aug, 2020 1 commit
-
-
Chris Bracken authored
Flutter's `moreOrLessEquals` has a few advantages over `closeTo` from the `matcher` package: * It emits the epsilon value in the test result on failure. * It uses a named parameter for epsilon, which improves readability at the call site. * It has a reasonable default for epsilon in cases where something more specific isn't required. Using it also has the nice property that it aids in its own discovery when when people go looking for such functionality in new tests. This change also includes a couple unrelated whitespace formatting cleanups.
-
- 28 Aug, 2020 1 commit
-
-
xubaolin authored
-
- 21 Aug, 2020 2 commits
-
-
LongCatIsLooong authored
Reland "Prevent material switch from recreating its render object when it becomes disabled (#61398)", reverted in #64062 (#64354)
-
LongCatIsLooong authored
Revert "Prevent material switch from recreating its render object when it becomes disabled (#61398)" (#64062)
-
- 17 Aug, 2020 1 commit
-
-
LongCatIsLooong authored
-
- 28 Jul, 2020 1 commit
-
-
Darren Austin authored
Updated references to the old button classes to the new ones in comments and documentation for tests in the material and cupertino libraries. (#62164)
-
- 10 Jul, 2020 1 commit
-
-
Kate Lovett authored
-