- 23 Jul, 2022 1 commit
-
-
nbayati authored
-
- 22 Jul, 2022 4 commits
-
-
Pedro Massango authored
-
Callum Moffat authored
-
Jonah Williams authored
-
Zachary Anderson authored
-
- 21 Jul, 2022 4 commits
-
-
Callum Moffat authored
-
Callum Moffat authored
-
Tong Mu authored
-
Bruno Leroux authored
-
- 20 Jul, 2022 3 commits
-
-
Bernardo Ferrari 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.
-
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
-
- 19 Jul, 2022 13 commits
-
-
Bruno Leroux authored
-
Marcel Čampa authored
-
NikosTsesmelis authored
-
Romain Rastel authored
-
Tong Mu authored
-
Foong Siqi authored
-
Boluwatifẹ authored
-
Qun Cheng authored
* Added SafeArea for NavigationRail Co-authored-by: Qun Cheng <quncheng@google.com>
-
Swain authored
-
Valentin Vignal authored
-
Kate Lovett 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
-
- 18 Jul, 2022 2 commits
-
-
Alexandre Ardhuin authored
-
Markus Aksli authored
-
- 15 Jul, 2022 7 commits
-
-
LongCatIsLooong authored
-
LongCatIsLooong authored
-
Taha Tesser authored
Fixes a fidelity bug on desktop involving the selection toolbar not hiding when it should have.
-
Taha Tesser authored
-
Taha Tesser authored
-
Taha Tesser authored
-
Nguyen Phuc Loi authored
* Support receive input action * Fix error syntax * Fix compile * Add documents * Add unit-test * Update import * Fixed unit-test and lint * Add authors for me * Fixed lint * Fixed lint * Add example * Fixed lint * Fix gen docs * Revert code * Remove flutter_dev * Update packages/flutter_driver/lib/src/driver/driver.dart Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com> * Update packages/flutter_driver/lib/src/common/action.dart Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com> * Update packages/flutter_driver/lib/src/common/action.dart Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com> * Rename ReceiveAction to SendTextInputAction * Rename DriverTextInputAction to TextInputAction and fix unit-test * Reorder import * Remove space * Reorder import * Update text_input.dart * Update flutter_driver_test.dart * Update comment to normal comment after dart doc * Update example * Update AUTHORS Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com> * Fix analyze * Add type dart for example * Add unit-test to check the same entries Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
-
- 14 Jul, 2022 1 commit
-
-
Kate Lovett authored
-
- 13 Jul, 2022 5 commits
-
-
Tong Mu authored
-
Christopher Fujino authored
-
Jonah Williams authored
-
Taha Tesser authored
-
Taha Tesser authored
-