- 25 Jul, 2022 4 commits
-
-
Qun Cheng authored
* Added iconSize parameter in ButtonStyle Co-authored-by: Qun Cheng <quncheng@google.com>
-
hangyu authored
* Support material 3 in inputDecorator * Format polish * format polish * update input_decorator_test * revert pub * style update * style polish * default before base * resolve comments * Update text_field.2.dart * move text styles into M2 theme * add error style * fix typo * resolve comments * fix g3 test
-
Casey Hillers authored
Revert "Add optional flag to determine assertiveness level in aria announcement for flutter web" (#108262)
-
Casey Rogers authored
-
- 23 Jul, 2022 1 commit
-
-
nbayati authored
-
- 22 Jul, 2022 3 commits
-
-
Pedro Massango authored
-
Callum Moffat authored
-
Jonah Williams 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 11 commits
-
-
Bruno Leroux authored
-
Marcel Čampa authored
-
NikosTsesmelis authored
-
Romain Rastel authored
-
Tong Mu authored
-
Foong Siqi authored
-
Qun Cheng authored
* Added SafeArea for NavigationRail Co-authored-by: Qun Cheng <quncheng@google.com>
-
Swain 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 4 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
-
- 14 Jul, 2022 1 commit
-
-
Kate Lovett authored
-
- 13 Jul, 2022 2 commits
-
-
Christopher Fujino authored
-
Jonah Williams authored
-
- 12 Jul, 2022 5 commits
-
-
Taha Tesser authored
-
Renzo Olivares authored
* Make deltas fail loudly * analyzer fixes * empty * updates * Analyzer fixes * Make it more obvious what kind of TextRange is failing and where * update tests * Add tests for concrete TextEditinDelta apply method * trailing spaces * address nits * fix analyzer Co-authored-by: Renzo Olivares <roliv@google.com>
-
Youssef Attia authored
This reverts commit 1d2fa285.
-
hangyu authored
* Add a snapAnimationDuration param in DraggableScrollableSheet * snapAnimationDuration.inMilliseconds > 0 * Update draggable_scrollable_sheet.dart
-
Jonah Williams authored
-