4635 Commits

Author SHA1 Message Date
LongCatIsLooong
bf6e38db2b
Revert "enterText to move the caret to the end (#79506)" (#79654)
This reverts commit 67d8556baa9656b2e91c8dc886b86d5cf8d03cf1.
2021-04-02 10:57:14 -07:00
LongCatIsLooong
67d8556baa
enterText to move the caret to the end (#79506) 2021-04-01 20:29:03 -07:00
LongCatIsLooong
11276d060f
Revert "Don't call onChanged callbacks when formatter rejects the change & handle text input formatter exceptions. (#78707)" (#79590) 2021-04-01 16:49:02 -07:00
Tong Mu
dbcac7f177
Reland Make LogicalKeyboardKey.keyLabel a getter and better #79100 (#79302) 2021-04-01 16:39:02 -07:00
Danny Valente
1cdb6c8078
Modified the computeMinIntrinsicHeight method to calculate the height properly (#75513) 2021-04-01 16:34:04 -07:00
Alexandre Ardhuin
8de7020a5f
remove unnecessary trailing commas (#79562) 2021-04-01 21:52:35 +02:00
Chris Bracken
3e7e06512c
Correct misspellings throughout the codebase (#79500) 2021-04-01 10:04:03 -07:00
LongCatIsLooong
7de099bded
fix length formatter typo (#79489) 2021-04-01 00:14:04 -07:00
LongCatIsLooong
2d49823315
Don't call onChanged callbacks when formatter rejects the change & handle text input formatter exceptions. (#78707) 2021-03-31 16:59:03 -07:00
Darren Austin
722a085f10
Properly position the built-in drag handles on horizontal lists. (#79484) 2021-03-31 15:15:40 -07:00
Justin McCandless
4982a7f185
InteractiveViewer should call onInteractionUpdate even when gesture is disabled (#78990) 2021-03-31 14:14:04 -07:00
Alexander Brusher
beb62a663d
Rolls isKeyboardKey engine change with fix (#79407)
* Adds a semantics node flag to identify sliders.

* [fuchsia] Fix roll of engine PR #25167

This changes fixes tests failing due to new isKeyboardKey semantics
flag.

* Fix typo

Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
2021-03-31 10:43:58 -07:00
Craig Labenz
9bbe89d8e7
Add MaterialStateBorderSide.resolveWith (#78731)
* added MaterialStateBorderSide.resolveWith

(Partially) Resolves #68596

* responded to comment nits

* reversed changes to text_buttons

* added test confirming compatibility with chips

* added MaterialStateBorderSide test for chip

* added intended usage for MaterialStateXYZ classes

* another docstring update

* corrected error in use case

* made resolvewith samples closures

* refined materialstatecolor example in docstring

* changed nullability in docstring and added null test

* added missing type in test

* fixed another typo in docstrings
2021-03-30 21:20:12 -07:00
Alexandre Ardhuin
41507a0408
add missing trailing commas (#79352) 2021-03-30 17:04:02 -07:00
Darren Austin
994133c75c
Removed the built-in overlay from ReorderableListView. (#79024)
Removed the built-in overlay from the ReorderableListView so that it now depends on the surrounding overlay.
2021-03-30 13:28:25 -07:00
Kate Lovett
8a3c09af60
Add scrollbar tests for simultaneous scroll/drag (#79297) 2021-03-29 21:24:03 -07:00
Dan Field
318ff7a0ac
Drain socket before throwing (#79289) 2021-03-29 21:14:03 -07:00
Matej Knopp
462ad79036
Provide caret rect to text input plugin (#77608) 2021-03-29 18:14:06 -07:00
Tong Mu
c4ba26e31b
Revert "Let InkWell/Ink/ancestor support GlobalKey so that splash does not stop when changing position. (#71138)" (#79300)
This reverts commit e7266dbb079d31fff0f886518c6a1b25bf89bb94.
2021-03-29 13:12:18 -07:00
Tong Mu
a603714610
Revert "Make LogicalKeyboardKey.keyLabel a getter and better (#79100)" (#79217) 2021-03-28 03:54:02 -07:00
Tong Mu
b60c855af5
Make LogicalKeyboardKey.keyLabel a getter and better (#79100) 2021-03-26 22:14:01 -07:00
YeungKC
e7266dbb07
Let InkWell/Ink/ancestor support GlobalKey so that splash does not stop when changing position. (#71138) 2021-03-26 19:39:01 -07:00
Alexandre Ardhuin
e384ca7979
use null aware operators for function invocations (#79049) 2021-03-26 09:34:03 -07:00
xubaolin
74eb9df21a
Check if MultiChildRenderObjectElement has an associated RO (#78854) 2021-03-25 19:29:03 -07:00
Justin McCandless
971881c8c5
Fix web text field shortcuts (#79056) 2021-03-25 16:44:03 -07:00
Kate Lovett
f05c409af2
Improve error messaging and documentation for Scrollbar.isAlwaysShown (#77107) 2021-03-25 14:49:04 -07:00
LongCatIsLooong
ef7258d66d
Reland "Remove whitespace directionality formatter (#78501)" reverted in #79014 (#79015) 2021-03-25 13:09:03 -07:00
Michael Goderbauer
99023f0686
Fix missed ignores (#79071) 2021-03-25 13:02:12 -07:00
chunhtai
bed88a1a5e
Fix rendereditable to check the latest text before setting the selection (#78919)
* Fix rendereditable to check the latest text before setting the selection

* add regression comment

* addressing comments and fix tests
2021-03-25 11:49:44 -07:00
Hans Muller
e1c9ebc787
Revert "Removed accentColor dependency from ExpansionTile (#77933)" (#79053) 2021-03-25 11:44:04 -07:00
chunhtai
3c73185cac
Automatically activate testfield in macOS when receives accessibility… (#78815) 2021-03-25 11:39:06 -07:00
Tong Mu
5647407f07
Add mouseCursor, onEnter, and onExit to TextSpan (#77754) 2021-03-25 00:39:03 -07:00
Jenn Magder
f6eab1d40e
Revert "Remove whitespace directionality formatter (#78501)" (#79014)
This reverts commit d3ee5ace29e0ea173de16745e9acb0ef581b9dc2.
2021-03-24 18:25:43 -07:00
Tapaswi Satyapanthi
dbf7fab0a9
Resolved contradictory documentation of showGeneralDialog and default value of 'barrierLabel' argument (#78890) 2021-03-24 17:59:04 -07:00
LongCatIsLooong
d3ee5ace29
Remove whitespace directionality formatter (#78501) 2021-03-24 17:54:02 -07:00
Hans Muller
82f1d639e0
Removed accentColor dependency from ExpansionTile (#77933) 2021-03-24 17:19:29 -07:00
Noor Dawod
2c4138428a
Feature refresh indicator padding (#72052)
Add ability to control RefreshProgressIndicator's distance from edges.
2021-03-24 14:26:46 -07:00
Tong Mu
eb6e56761e
Revert "Remove keyLabel and debugName from Logical/PhysicalKeyboardKey (#78263)" (#79005)
This reverts commit 515ef91ba1f6021403e30ecf535a852e3cbd9a2c.
2021-03-24 13:31:02 -07:00
LongCatIsLooong
ea3d4dbd6e
Reland "ConstraintsTransformBox (#77994)" reverted in (#78661) (#78673) 2021-03-24 10:35:02 -07:00
Tong Mu
515ef91ba1
Remove keyLabel and debugName from Logical/PhysicalKeyboardKey (#78263)
- Remove `LogicalKeyboardKey.keyLabel`
- Make `Physical/LogicalKeyboardKey.debugName` getters
- Make `Physical/LogicalKeyboardKey()` factory constructors, which cache non-predefined instances.
2021-03-24 04:59:57 -07:00
xubaolin
2edb685b23
Use Object? instead of dynamic for Element slots (#78928) 2021-03-24 15:19:45 +08:00
chunhtai
5029be0b9f
Add dismiss action to modal barrier (#78808)
* Add dismiss action to modal barrier

* fix test

* fix another test
2021-03-23 16:42:20 -07:00
Anurag Roy
2415eca4d2
[FloatingActionButtonLocation] Avoid docked FAB to be clipped by the software keyboard (#77769) 2021-03-23 13:31:02 -07:00
chunhtai
00592ceb27
Fixes AlertDialog and SimpleDialog to not merge their content semantics (#78633) 2021-03-23 12:01:03 -07:00
Ren You
b921a2443f
Revert "InteractiveViewer.builder (#77414)" (#78867)
This reverts commit 2c2c8a7561fabbd8a841cc64fff2f98a8373bea4.
2021-03-23 08:11:58 -07:00
Hans Muller
720dac5438
Revert "Fixed Buttons with icon RenderFlex overflow (#78018)" (#78825) 2021-03-22 20:56:02 -07:00
Shi-Hao Hong
7a88eb97ea
Typo fixes (#78755) 2021-03-23 09:23:43 +08:00
Justin McCandless
47db96af1b
Mac word modifier TextEditingActions (#78573) 2021-03-22 09:46:03 -07:00
Justin McCandless
2c2c8a7561
InteractiveViewer.builder (#77414) 2021-03-22 09:41:03 -07:00
Shi-Hao Hong
e58ee0fbc7
[State Restoration] Material DateRangePicker, adds some general state restoration tests (#78506) 2021-03-22 13:06:06 +08:00