- 20 Jul, 2022 11 commits
-
-
engine-flutter-autoroll authored
-
Lau Ching Jun authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
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.
-
keyonghan authored
-
engine-flutter-autoroll authored
-
Pierre-Louis authored
* wip * update documentation * x * remove trailing spaces * x * remove useless CupertinoIconThemeData copyWith override * add tests * remove trailing spaces * fix isConcrete * x * x * x * remove trailing spaces * tweak docs * mention that font filenames often indicate the supported axes * add back cupertino IconThemeData copyWith * update copyWith
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
- 19 Jul, 2022 29 commits
-
-
Bruno Leroux authored
-
Marcel Čampa authored
-
NikosTsesmelis authored
-
engine-flutter-autoroll authored
-
Romain Rastel authored
-
Jim Graham authored
-
David Iglesias authored
-
Tong Mu authored
-
Foong Siqi authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Danny Tuppeny authored
Provide more useful error message if a non-compliant DAP tool (or user) sends bad input to DAP server (#107827)
-
engine-flutter-autoroll authored
-
Boluwatifẹ authored
-
Qun Cheng authored
* Added SafeArea for NavigationRail Co-authored-by: Qun Cheng <quncheng@google.com>
-
engine-flutter-autoroll authored
-
Swain authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
📝 Valentin Vignal authored -
engine-flutter-autoroll authored
-
Kate Lovett authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Jason Simmons authored
Do not copy the old selection when applying localization to dates in InputDatePickerFormField (#107268) Fixes https://github.com/flutter/flutter/issues/107155
-
Tong Mu authored
-
engine-flutter-autoroll authored
-