- 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
-
- 02 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 20 May, 2021 1 commit
-
-
xubaolin authored
-
- 13 May, 2021 2 commits
-
-
Alexandre Ardhuin authored
-
Abhishek Ghaskata authored
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 03 May, 2021 2 commits
-
-
Hans Muller authored
-
Ludwik Trammer authored
-
- 28 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 23 Apr, 2021 1 commit
-
-
xubaolin authored
-
- 21 Apr, 2021 2 commits
-
-
Shi-Hao Hong authored
-
Phil Quitslund authored
-
- 19 Apr, 2021 1 commit
-
-
xubaolin authored
-
- 02 Apr, 2021 1 commit
-
-
xubaolin authored
-
- 01 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 23 Mar, 2021 1 commit
-
-
Shi-Hao Hong authored
-
- 22 Mar, 2021 1 commit
-
-
Shi-Hao Hong authored
-
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 04 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 10 Feb, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 04 Feb, 2021 2 commits
-
-
Kate Lovett authored
-
Ian Hickson authored
-
- 01 Feb, 2021 1 commit
-
-
xubaolin authored
-
- 27 Jan, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Jan, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 79d0358e.
-
- 15 Jan, 2021 1 commit
-
-
xubaolin authored
-
- 14 Jan, 2021 1 commit
-
-
Pedro Massango authored
-
- 01 Dec, 2020 1 commit
-
-
Pierre-Louis 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.
-
- 19 Nov, 2020 1 commit
-
-
Chinmoy authored
-
- 09 Nov, 2020 1 commit
-
-
xubaolin authored
-
- 02 Nov, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 29 Oct, 2020 1 commit
-
-
Greg Spencer authored
This removes the nullOk parameter from Focus.of, FocusTraversalOrder.of and FocusTraversalGroup.of, and creates maybeOf equivalents for each. The of methods now return non-nullable values, and the maybeOf equivalents return nullable values.
-
- 28 Oct, 2020 1 commit
-
-
Greg Spencer authored
Adds MediaQuery.maybeOf to replace calling MediaQuery.of(context, nullOk: true), and removes the nullOk parameter. Also changes MediaQuery.of to return a non-nullable value, and removes many instances of the ! operator, reducing the possible places where a null dereference could occur.
-
- 21 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-