- 02 Mar, 2023 1 commit
-
-
LongCatIsLooong authored
`OverlayPortal`
-
- 23 Feb, 2023 2 commits
-
-
Greg Spencer authored
* Modify focus traversal policy search to use focus tree instead of widget tree * Eliminate unnecessary inherited widget * Remove unintentional change * Look for focus nodes without creating a dependency. * Add test * Review Changes * Fix debug_test.dart * Rebase onto master
-
Greg Spencer authored
* Add getInheritedWidgetOfExactType to BuildContext * Use the new API in all the places * Fix doc error * Review Changes
-
- 17 Feb, 2023 1 commit
-
-
yim authored
* Modify the updateChildren method deep copy _children * add test * fix some small nits * Simplified newChildren declaration in updateChildren
-
- 31 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 25 Jan, 2023 1 commit
-
-
Todd Volkert authored
* Add Decoding Flutter videos to API docs * Review comments * Update widget of the week videos too
-
- 24 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
* dart fix --apply * manual fixes
-
- 20 Dec, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 14 Dec, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 11 Dec, 2022 1 commit
-
-
Ian Hickson authored
-
- 07 Dec, 2022 2 commits
-
-
Michael Goderbauer authored
* LookupBoundary simplified * tests * doc and impl complete * doc fixes * add more tests * review * empty
-
Greg Spencer authored
* Add ListenableBuilder with examples * Add tests * Add tests * Fix Test * Change AnimatedBuilder to be a subclass of ListenableBuilder
-
- 31 Oct, 2022 2 commits
-
-
Greg Spencer authored
-
fzyzcjy authored
-
- 05 Oct, 2022 1 commit
-
-
gaaclarke authored
-
- 22 Sep, 2022 1 commit
-
-
Robin Schönau authored
-
- 20 Sep, 2022 1 commit
-
-
Polina Cherkasova authored
-
- 15 Sep, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 12 Sep, 2022 1 commit
-
-
Greg Spencer authored
-
- 07 Sep, 2022 1 commit
-
-
Greg Spencer authored
-
- 17 Aug, 2022 1 commit
-
-
Greg Spencer 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
-
- 10 Aug, 2022 1 commit
-
-
Ian Hickson authored
-
- 03 Aug, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 27 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.
-
- 18 Jul, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 08 Jul, 2022 1 commit
-
-
Bruno Leroux authored
-
- 06 Jun, 2022 1 commit
-
-
Kenzie Davisson authored
* Sort diagnostics node dependencies so that order is stable * use toDescription * use toStringShort when possible * sort InheritedElements
-
- 26 May, 2022 1 commit
-
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `widgets` * fix comments * fix comments
-
- 23 May, 2022 1 commit
-
-
gaaclarke authored
-
- 17 May, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 06 May, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 29 Apr, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit ec8693e8.
-
Jonah Williams authored
-
- 25 Apr, 2022 1 commit
-
-
gaaclarke authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 13 Apr, 2022 1 commit
-
-
Jason Simmons authored
-