Commit Graph

17849 Commits

Author SHA1 Message Date
Michael Goderbauer
80f732bc4e Make chip test not depend on child order (#94624) 2021-12-03 13:24:04 -08:00
Aidan Montare
b86d189e8f fix small typo in doc of SingleChildScrollView (#94613) 2021-12-03 12:13:11 -08:00
Jia Hao
4517d16b53 [flutter_tools] Fix incorrect todo (#94597) 2021-12-03 11:34:10 -08:00
Michael Goderbauer
885a1482f8 Revert "Mixin for slotted RenderObjectWidgets and RenderBox (#94077)" (#94620)
This reverts commit 988959dad9.
2021-12-03 10:39:11 -08:00
Michael Goderbauer
988959dad9 Mixin for slotted RenderObjectWidgets and RenderBox (#94077) 2021-12-03 09:29:06 -08:00
Yegor
48a5cf9225 [tool] verify download URLs; docs for base URLs (#94178) 2021-12-02 10:11:36 -08:00
chunhtai
403c1de573 Revert "Fixes zero route transition duration crash (#90461)" (#94564)
This reverts commit 0eeb026e58.
2021-12-02 10:02:49 -08:00
chunhtai
049ea73c4d MinimumTextContrastGuideline should exclude disabled component (#94489) 2021-12-01 20:19:02 -08:00
Hannes Winkler
bccc9eaca7 Fix a stream lifecycle bug in CustomDeviceLogReader (#94310) 2021-12-01 18:34:04 -08:00
Tong Mu
32d78ab40c [Windows, Keyboard] Fix logical key for PrintScreen (#94454) 2021-12-01 14:24:04 -08:00
Darren Austin
418cd95661 Added material_color_utilities as a dependency for flutter package. (#94377) 2021-12-01 14:19:04 -08:00
Greg Spencer
17980da91a Update outdated macros (#94424) 2021-12-01 12:44:07 -08:00
chunhtai
0eeb026e58 Fixes zero route transition duration crash (#90461) 2021-12-01 12:19:05 -08:00
Taha Tesser
b5e1ebd733 Revert "Add splashRadius property to IconTheme (#93478)" (#94482) 2021-12-01 12:09:05 -08:00
Hans Muller
bb3b45a7f8 Reland "ChipThemeData is now conventional" (#94179) 2021-12-01 11:50:53 -08:00
Taha Tesser
ed8468b9f0 Add splashRadius property to IconTheme (#93478) 2021-12-01 09:54:04 -08:00
Danny Tuppeny
b865e23aeb Don't treat stderr output as failures during DAP test teardown (#94335) 2021-12-01 07:19:04 -08:00
nt4f04uNd
90f93a5ad0 Allow to click through scrollbar when gestures are disabled (#91532) 2021-12-01 05:49:05 -08:00
Anna Gringauze
ca62470796 De-flake web tool tests (#93948) 2021-11-30 17:39:05 -08:00
Nick Abalov
544527caa5 Skip links in MinimumTapTargetGuideline. (#93869) 2021-11-30 17:34:05 -08:00
Ian Hickson
eb00598bec Use FlutterError.reportError instead of debugPrint for l10n warning (#93076) 2021-11-30 17:24:05 -08:00
MH Johnson
bd77118ecb [Material 3] Add optional indicator to Navigation Rail. (#92930) 2021-11-30 17:19:06 -08:00
Chris Wong
7ef5226799 Migrate to process 4.2.4 (#92630) 2021-11-30 17:14:07 -08:00
sanlittt
8733218305 Expose enableDrag property for showBottomSheet (#90932) 2021-11-30 17:09:08 -08:00
Jenn Magder
361d416e6a Add post-submit failing test to close the tree for #94356 (#94390) 2021-11-29 22:01:32 -08:00
LongCatIsLooong
82735b8904 Revert "Fix scroll offset when caret larger than viewport (#93248)" (#94386)
This reverts commit 1e255b137b.
2021-11-29 17:29:34 -08:00
Zachary Anderson
fc60e6690b Add failing test to close the tree for #94356 (#94365) 2021-11-29 12:34:25 -08:00
Nate Bosch
6d1a840bc5 Roll packages, remove unnecessary overrides (#94172) 2021-11-24 14:43:05 -08:00
Yegor
a2a888ec13 make CIPD url customizable using FLUTTER_STORAGE_BASE_URL (#94137) 2021-11-24 07:53:03 -08:00
Mouad Debbar
30b6b9e7f0 Revert "Update Xcode toolsVersion encoded in generated Main.storyboard (#94084)" (#94164)
This reverts commit 6a3ea7eb83.
2021-11-24 10:12:53 -05:00
Jenn Magder
6a3ea7eb83 Update Xcode toolsVersion encoded in generated Main.storyboard (#94084) 2021-11-23 17:38:02 -08:00
LongCatIsLooong
23c20d702b [TextInput] send setEditingState before show to the text input plugin when switching input clients (#92945) 2021-11-23 15:13:08 -08:00
Justin McCandless
a1115b8b3f Windows home/end shortcuts (#90840)
Support for Windows home/end keyboard shortcuts
2021-11-23 14:49:13 -08:00
Viren Khatri
f62a128025 Allow users to center align the floating label (#90157)
Adds floatingLabelAlignment to position the label above the field.
2021-11-23 14:37:23 -08:00
Darren Austin
128c723445 Added Material 3 colors to ColorScheme. (#93427)
* Added the new Material 3 colors to ColorScheme.

* Deprecated primaryVariant and secondaryVariant colors in the ColorScheme.

* Added a flutter fix for the deprecated colors.
2021-11-23 13:56:16 -08:00
Ivan
57d1d7bee7 handle new route if moved from one navigator to another (#89226) 2021-11-23 10:29:53 -08:00
Taha Tesser
59400bfcf0 Request focus in onTap callback from DropdownButton (#93716) 2021-11-23 00:18:07 -08:00
Wizz.Xu
45a34e83b4 Master analyze_base.dart to null-safety (#93954) 2021-11-22 20:17:32 -08:00
Danny Tuppeny
77fca35877 [DAP] Add a custom event to pass flutter.serviceExtensionStateChanged… (#93870) 2021-11-22 20:12:33 -08:00
Tarekk Mohamed Abdalla
fae84f6714 [gen_l10n] Add support for adding placeholders inside select (#92753) 2021-11-22 20:08:03 -08:00
Tomasz Gucio
1e255b137b Fix scroll offset when caret larger than viewport (#93248)
Fixing a calculation when jumping to an offset with a large caret as compared to the viewport.
2021-11-22 13:24:10 -08:00
nt4f04uNd
3a18e6ee42 Fix reassemble in LiveTestWidgetsFlutterBinding (#92217) 2021-11-22 02:01:00 -08:00
Andrei Diaconu
924336fcee Reland 3: Display Features (#93240) 2021-11-20 15:48:06 -08:00
姚春锋
f802e639b2 skip 'generateLockfiles' for add-to-app project. (#91458) 2021-11-20 10:58:06 -08:00
Hans Muller
ab7161fab8 Revert "ChipThemeData is now conventional" (#93797) 2021-11-19 17:38:06 -08:00
Tong Mu
37005e8f40 RawKeyboard synthesizes key pressing state for modifier (#93897) 2021-11-19 15:53:03 -08:00
Rami
a395c952e9 Support for MaterialTapTargetSize within ToggleButtons (#93259) 2021-11-19 15:41:33 -08:00
Hans Muller
ca14d85cf7 Update the MaterialStateProperty "see also" lists (#93894) 2021-11-19 13:28:06 -08:00
Taha Tesser
fb3f123771 [CupertinoTextField] Add missing focus listener (#93875) 2021-11-19 13:18:08 -08:00
Ian Hickson
bde9f11831 Add a test to verify that we only link to real issue templates (#93528) 2021-11-19 13:13:05 -08:00