- 14 Dec, 2022 2 commits
-
-
Taha Tesser authored
-
Greg Spencer authored
* Make some minor changes in preparation for updating the Time Picker to M3 * Revert OutlineInputBorder.borderRadius type change * Revert more OutlineInputBorder.borderRadius changes. * Convert TimePicker to Material 3 * Add example test * Revert OutlineInputBorder.borderRadius type change * Fix test * Review Changes * Merge changes * Some sizing and elevation fixes * Fix localization tests
-
- 13 Dec, 2022 4 commits
-
-
Daniel Iglesia authored
* Add AppBar.forceMaterialTransparency (#101248) Allows gestures to reach widgets beneath the AppBar (when Scaffold.extendBodyBehindAppBar is true).
-
Michael Thomsen authored
-
LongCatIsLooong authored
* remove RenderEditable textPainter height hack * Still applies the hack on web * unskip web
-
Callum Moffat authored
* Fix scroll jump when NestedScrollPosition is inertia-cancelled. * Switch to using pointerScroll(0)
-
- 12 Dec, 2022 7 commits
-
-
Jonah Williams authored
* [framework] make transform with filterQuality a rpb * fix tests * ++
-
Callum Moffat authored
* InteractiveViewer web trackpad panning * Address feedback
-
Callum Moffat authored
* Fix MediaQuery.paddingOf * Try to fix test overflow on web
-
Hans Muller authored
This reverts commit e57b7f4e.
-
Jonah Williams authored
-
Michael Goderbauer authored
* Add LookupBoundary to Overlay * fix analysis
-
Taha Tesser authored
-
- 11 Dec, 2022 2 commits
-
-
Ian Hickson authored
-
Casey Hillers authored
Revert "Adds API in semanticsconfiguration to decide how to merge child semanticsConfigurations (#110730)" (#116839) This reverts commit 352ad3a9.
-
- 10 Dec, 2022 1 commit
-
-
Callum Moffat authored
* Floating cursor cleanup * Use TextSelection.fromPosition
-
- 09 Dec, 2022 3 commits
-
-
Michael Goderbauer authored
-
Callum Moffat authored
-
Taha Tesser authored
* Add Material 3 support for `ListTile` - Part 1 * minor refactor * Add `useMaterial3: false` to M2 tests
-
- 08 Dec, 2022 3 commits
-
-
hangyu authored
* Update input_decorator_test.dart Update input_decorator.dart Update input_decorator.dart Update input_decorator.dart Update input_decorator.dart Update input_decorator.dart Revert "Update input_decorator.dart" This reverts commit 6a6d2fd0c145c15440405060190ef714b78441c9. Update input_decorator.dart Update input_decorator_test.dart Update input_decorator.dart lint * Update input_decorator.dart
-
ivirtex authored
* Add magnification of CupertinoSliverNavigationBar large title * Fix padding in maximum scale computation * Apply magnification by using RenderBox * Do not pass key to the superclass constructor * Use `clampDouble` instead of `clamp` extension method * Remove trailing whitespaces to make linter happy * Name test variables more precisely * Move transform computation to `performLayout` and implement `hitTestChildren` * Address comments * Address comments * Address comments * Update comment about scale * Fix hit-testing * Fix hit-testing again * Make linter happy * Implement magnifying without using LayoutBuilder * Remove trailing spaces * Add hit-testing of the large title * Remove whitespaces * Fix scale computation and some tests * Fix remaining tests * Refactor and fix comments * Update comments
-
zmtzawqlp authored
-
- 07 Dec, 2022 9 commits
-
-
Michael Goderbauer authored
* LookupBoundary simplified * tests * doc and impl complete * doc fixes * add more tests * review * empty
-
Casey Hillers authored
Revert "Speed up first asset load by encoding asset manifest in binary rather than JSON (#113637)" (#116662) This reverts commit 56cad89b.
-
chunhtai authored
* Adds semantics merger API and fix input decorator * addressing comments * abstractnode to object * feature complete * addressing comments * fix comments * conditionally add sort order * fix bool * fix test * more fix * fix tests
-
harperl-lgtm authored
* Date picker special labeling for currentDate with localization and tests. * Updated CalendarDatePicker semantics test * removed recursive import * changed labeling for current date to be less verbose
-
Greg Spencer authored
* Make some minor changes in preparation for updating the Time Picker to M3 * Revert OutlineInputBorder.borderRadius type change * Revert more OutlineInputBorder.borderRadius changes.
-
Greg Spencer authored
* Add ListenableBuilder with examples * Add tests * Add tests * Fix Test * Change AnimatedBuilder to be a subclass of ListenableBuilder
- 06 Dec, 2022 2 commits
-
-
Greg Spencer authored
* Fix MenuAnchor padding * Add tests
-
Pierre-Louis authored
* Introduce flag to maximally apply CupertinoTheme * add missing docs * add tests * fix docs * fix test
-
- 05 Dec, 2022 1 commit
-
-
Andrew Kolos authored
-
- 02 Dec, 2022 2 commits
-
-
Eilidh Southren authored
* Add M2 defaults and template skeleton * add MaterialStateColor functionality to ActionTextColor (issue #110402) * Add M2 defaults and template skeleton * updated material 3 tokens * Updated snackbar demo * add theme tests * add gen defaults * formatting * more whitespace fixes * add widget type * update docs * code review changes * Add line overflow functionality * whitespace fixes * update M3 animation * whitespace fixes * add insetPadding param * Modifed icon parameter to showCloseIcon * white space fixes * test fixes * rename iconColor to closeIconColor * debug test fix * de-britishification * g3fix * g3fix * debug test fix * Fix Snackbar talkback regression * fix merge weirdness * test fix * fix linux analysis error * fix linux analysis error * fix linux analysis error * fix linux analysis error * fix linux analysis error * fix linux analysis error
-
Jonah Williams authored
* ++ * ++ * ++
-
- 01 Dec, 2022 3 commits
-
-
Greg Spencer authored
* Use distance instead of coord * Sort by distance prefer axis * Switch initial sort back to sort by coordinate. * revert test change * Fix tests * Simplify test case * Add a test for irregular grids * Review Changes
-
Justin McCandless authored
This reverts commit 1cb16a1e.
-
Qun Cheng authored
-
- 30 Nov, 2022 1 commit
-
-
Mitchell Goodwin authored
* Update CupertinoContextMenu to iOS 16 visuals * Revert some formatting * Remove space * Remove formatting changes, add more comments * Added shadow effect * Update context menu tests * Remove white spaces * Remove unused variable * Refactor type checking logic * Set default previewBuilder and update tests * Check for border radius * Remove trailing spaces * Add builder to constructor * Update previewBuilder Rebase to master * Update builder and tests * Remove trailing spaces * Update examples * Refactor builder * Update builder to use one animation * Update scale * Change deprecation message, remove white spaces * Change deprecation message * Change deprecation message * Change deprecation message * Update documentation * Update documentation * Update documentation and examples * Update documentation and examples * Remove white spaces * Remove white spaces * Remove const * Address linting errors * Seperate builder into own constructor * Remove trailing characters * Formatting changes * Remove white spaces * Change ignore comment * Add TODO * Remove whitespace
-