8030 Commits

Author SHA1 Message Date
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
Anurag Roy
95e2cbb132
[SliverAppBar] Improve dartpad sample in documentation (#78984) 2021-03-30 09:29:02 -07:00
Pierre-Louis
89f82ff4fb
[Reland][Fonts] Update material icons (#79364)
* [Fonts] Update material icons (#78311)

* Update icons

* remove trailing blank line

* Update icons.dart
2021-03-30 17:27:07 +02:00
Alexandre Ardhuin
a6832d4d32
add missing trailing commas (#79299) 2021-03-29 21:29:02 -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
Michael Goderbauer
5231a7dc59
Inline some element methods for better stack overflow affinity (#78269) 2021-03-29 13:34:04 -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
Todd Volkert
304f155ac2
Fix hit testing in PointerSignalResolver sample (#78933) 2021-03-27 14:22:36 -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
Mouad Debbar
e03ccd62ae
[web] Fix text field shortcuts when inside a scroll area (#79051) 2021-03-25 13:14: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
Pierre-Louis
4ccb6f8e4d
Revert "[Fonts] Update material icons (#78311)" (#79058)
This reverts commit e34f3b013f3bd1aa8b00bab20a40f5a544560d60.
2021-03-25 19:48:01 +01: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
Pierre-Louis
c49cd2719d
[Fonts] Remove update_icons TODO (#79027) 2021-03-25 09:29:02 -07:00
Pierre-Louis
e34f3b013f
[Fonts] Update material icons (#78311)
* Update icons

* remove trailing blank line
2021-03-25 10:22:57 +01:00
Tong Mu
5647407f07
Add mouseCursor, onEnter, and onExit to TextSpan (#77754) 2021-03-25 00:39:03 -07:00
Hans Muller
b44e536c62
Updated TimePickerThemeData API doc (#79009) 2021-03-24 23:09:02 -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
Jonah Williams
5344ed7156
[flutter] use null aware operators for function invocations (#79003) 2021-03-24 17:01:52 -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
Anurag Roy
02402392f1
[FloatingActionButtonLocation] Add spacing between placement entries in documentation (#77793) 2021-03-24 10:30:03 -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
Kate Lovett
bde6b162a0
Add fix for RectangularSliderTrackShape (#78658) 2021-03-23 12:26:03 -07:00
chunhtai
00592ceb27
Fixes AlertDialog and SimpleDialog to not merge their content semantics (#78633) 2021-03-23 12:01:03 -07:00
Kate Lovett
0105c8f377
Dart Fix for InputDecoration (#78672) 2021-03-23 13:24:27 -05:00
Ren You
b921a2443f
Revert "InteractiveViewer.builder (#77414)" (#78867)
This reverts commit 2c2c8a7561fabbd8a841cc64fff2f98a8373bea4.
2021-03-23 08:11:58 -07:00
Todd Volkert
5d37734ea1
Slight cleanup in PointerSignalResolver docs (#78817) 2021-03-22 23:30:00 -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
49adef6792
[State Restoration] Code sample templates, migrate existing code samples (#78757)
* Create state restoration templates, 

* Update existing state restoration samples to use the new templates

* Add to README, decided to require stateful widgets to include RestorationMixin
2021-03-23 09:24:34 +08:00
Shi-Hao Hong
7a88eb97ea
Typo fixes (#78755) 2021-03-23 09:23:43 +08:00
Darren Austin
6556d1db17
Removed TimePicker dependence on accentTextTheme. (#78771) 2021-03-22 14:31:13 -07:00