- 30 Jun, 2022 1 commit
-
-
Taha Tesser authored
-
- 24 Jun, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 17 Jun, 2022 1 commit
-
-
Kate Lovett authored
-
- 16 Jun, 2022 1 commit
-
-
Taha Tesser authored
-
- 09 Jun, 2022 1 commit
-
-
Kate Lovett authored
-
- 26 May, 2022 1 commit
-
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `widgets` * fix comments * fix comments
-
- 24 May, 2022 1 commit
-
-
chunhtai authored
* Support global selection * addressing comments * add new test * Addressing review comments * update * addressing comments * addressing comments * Addressing comments * fix build
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 12 Apr, 2022 1 commit
-
-
Kate Lovett authored
-
- 06 Apr, 2022 1 commit
-
-
Dwayne Slater authored
-
- 21 Mar, 2022 1 commit
-
-
Pierre-Louis authored
* fix deprecated_new_in_comment_reference for `material` library in a future version of the SDK, these will be flagged, fix them now * Update pubspec.yaml
-
- 11 Feb, 2022 1 commit
-
-
Jonah Williams authored
-
- 03 Feb, 2022 1 commit
-
-
Ian Hickson authored
-
- 08 Oct, 2021 1 commit
-
-
Konstantin Scheglov authored
-
- 23 Aug, 2021 1 commit
-
-
chunhtai authored
-
- 20 Aug, 2021 1 commit
-
-
Jonah Williams authored
Co-authored-by:
Zachary Anderson <zanderso@users.noreply.github.com>
-
- 09 Aug, 2021 1 commit
-
-
Jonah Williams 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
-
- 14 May, 2021 1 commit
-
-
xubaolin authored
-
- 13 May, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 May, 2021 1 commit
-
-
Kate Lovett authored
-
- 03 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 03 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 02 Apr, 2021 1 commit
-
-
Kate Lovett authored
-
- 23 Jan, 2021 1 commit
-
-
Paul Berry authored
-
- 14 Jan, 2021 1 commit
-
-
xubaolin authored
-
- 05 Jan, 2021 1 commit
-
-
Sam Rawlins authored
-
- 17 Dec, 2020 1 commit
-
-
Paul Berry authored
Fix flutter in preparation for implementing Dart's "Infer non-nullability from local boolean variables" (#72494) When https://github.com/dart-lang/language/issues/1274 (Infer non-nullability from local boolean variables) is implemented, flow analysis will detect that code like this no longer needs to perform a null check: final bool contextIsValid = focus != null && focus.context != null; ... if (contextIsValid) { ... focus! ... // Null check unnecessary } To avoid a build failure due to the unnecessary null check, we need to temporarily write it in a way that we can ignore it. Once the feature is complete and rolled into flutter, I'll remove the null check entirely.
-
- 21 Nov, 2020 1 commit
-
-
Kate Lovett authored
-
- 20 Nov, 2020 1 commit
-
-
Kate Lovett authored
-
- 17 Nov, 2020 1 commit
-
-
Jim Graham authored
This reverts commit 9b56241e.
-
- 16 Nov, 2020 1 commit
-
-
Kate Lovett authored
-
- 12 Nov, 2020 1 commit
-
-
Zachary Anderson authored
This reverts commit 1f0df545.
-
- 11 Nov, 2020 1 commit
-
-
Kate Lovett authored
-
- 05 Nov, 2020 1 commit
-
-
LongCatIsLooong authored
-