- 03 Apr, 2023 1 commit
-
-
Casey Hillers authored
Revert "[flutter_tools] Remove --no-sound-null-safety #3"
-
- 30 Mar, 2023 1 commit
-
-
Greg Price authored
Remove no-shuffle from framework tests, part 1: easy cases
-
- 29 Mar, 2023 1 commit
-
-
Christopher Fujino authored
[flutter_tools] Remove --no-sound-null-safety #3
-
- 28 Mar, 2023 1 commit
-
-
Loïc Sharma authored
[Focus] Add run key command to dump the focus tree
-
- 22 Mar, 2023 1 commit
-
-
Christopher Fujino authored
Revert "[flutter_tools] Remove sound null safety flag (#123031)"
-
- 20 Mar, 2023 1 commit
-
-
Christopher Fujino authored
[flutter_tools] Remove sound null safety flag #2
-
- 17 Mar, 2023 2 commits
-
-
Christopher Fujino authored
This reverts commit 7c3088cf.
-
Christopher Fujino authored
[flutter_tools] Remove sound null safety flag
-
- 16 Mar, 2023 3 commits
-
-
Ian Hickson authored
Assert that runApp is called in the same zone as binding.ensureInitialized
-
yaakovschectman authored
Revert "Assert that runApp is called in the same zone as binding.ensureInitialized (#117113)" (#122830) Revert "Assert that runApp is called in the same zone as binding.ensureInitialized"
-
Ian Hickson authored
Assert that runApp is called in the same zone as binding.ensureInitialized
-
- 01 Mar, 2023 1 commit
-
-
Daniel Austin authored
implement override of toString() in order to print useful message in release mode as well as debug mode (#118263) Added `_ErrorDescription.toString()`
-
- 23 Feb, 2023 1 commit
-
-
Lioness100 authored
* Fix typos * lowercase animated & opacity * Undo typo fix --------- Co-authored-by:
Michael Goderbauer <goderbauer@google.com>
-
- 13 Feb, 2023 1 commit
-
-
Ian Hickson authored
-
- 03 Feb, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 21 Dec, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 13 Dec, 2022 1 commit
-
-
Michael Thomsen authored
-
- 29 Nov, 2022 1 commit
-
-
Michael Thomsen authored
* Ignore NullThrownError deprecation * Fix whitespace
-
- 18 Nov, 2022 1 commit
-
-
chunhtai authored
* Disallow dispose during listener callback * addressing comment * add comments to code * Addressing comments * fix test
-
- 14 Nov, 2022 1 commit
-
-
Siva authored
* Fix test in preparation of the Dart VM switching to being null safe by default. * Fix analyze error. * Format. * Remove print. * Fix analyzer lint. * Fix warnings.
-
- 28 Oct, 2022 1 commit
-
-
Kenzie Davisson authored
-
- 25 Oct, 2022 1 commit
-
-
Jason Simmons authored
-
- 15 Sep, 2022 1 commit
-
-
Polina Cherkasova authored
-
- 12 Sep, 2022 1 commit
-
-
Kenzie Davisson authored
-
- 10 Sep, 2022 1 commit
-
-
Polina Cherkasova authored
-
- 09 Sep, 2022 1 commit
-
-
Kenzie Davisson authored
* Create enum for scheduler service extension names so they can be accessed from tooling * fix two more strings
-
- 08 Sep, 2022 1 commit
-
-
Kenzie Davisson authored
-
- 07 Sep, 2022 2 commits
-
-
Kenzie Davisson authored
-
Kenzie Davisson authored
-
- 15 Aug, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 13 Aug, 2022 1 commit
-
-
Greg Spencer authored
Landing on red to green the build.
-
- 12 Aug, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 04 Aug, 2022 1 commit
-
-
chunhtai authored
-
- 03 Aug, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 29 Jul, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 20 Jul, 2022 1 commit
-
-
Vyacheslav Egorov authored
* Use persistent hash map to store _inheritedWidgets Instead of using a HashMap and copying it down the tree which leads to quadratic time and space complexity use a persistent data structure which can amortize the cost by sharing parts of the structure. The data shows HAMT based PersistentHashMap to be 5-10x faster for building _inheritedWidgets and considerably more space effecient (e.g. bringing amount of memory allocated when constructing _inheritedWidgets in a tree with 150 InheritedWidget down to 70Kb from 970Kb). PersistentHashMap is slower than HashMap for access: 2-3x in relative terms, but in absolute terms we are only talking about ~0.2ns slow down per access and various app benchmarks we run have have not revealed any significant regressions.
-
- 07 Jul, 2022 1 commit
-
-
Daniel Chevalier authored
The pubRoot directory interface is being changed to promote adding and removing directories
-
- 22 Jun, 2022 1 commit
-
-
Lasse R.H. Nielsen authored
-
- 16 Jun, 2022 1 commit
-
-
Lasse R.H. Nielsen authored
-
- 09 Jun, 2022 1 commit
-
-
Alexandre Ardhuin authored
-