Justin McCandless
70aa045705
Autocomplete dartpad examples fix ( #77863 )
...
Fixes the dartpad examples on the docs site.
2021-03-17 15:50:53 -07:00
Michael Goderbauer
7ffb80b9e3
Fix typos in keyboard code ( #78464 )
2021-03-17 15:20:04 -07:00
William Oprandi
e6f2bc8637
FocusableActionDetector now exposes descendantsAreFocusable property ( #77288 )
2021-03-17 14:40:04 -07:00
Benjamin Swerdlow
b35fbfec1d
Update docs to reflect Null Safety ( #78143 )
2021-03-17 14:36:07 -07:00
Hans Muller
7c4c3419ae
Remove accentColor et al. from tests ( #78449 )
2021-03-17 13:28:09 -07:00
lsaudon
e260a73d9e
Fixed Buttons with icon RenderFlex overflow ( #78018 )
2021-03-17 13:00:00 -07:00
Shi-Hao Hong
8aca65a92d
Include validation for inputOnly mode ( #78428 )
2021-03-17 12:56:16 -07:00
Michael Goderbauer
4c0a8e01c1
Table widget rendering bug ( #78081 )
2021-03-16 18:43:03 -07:00
Hans Muller
6346edbaa3
Removed accentColor refs from API docs ( #78375 )
2021-03-16 17:04:00 -07:00
Hans Muller
79862c48c9
Removed accentTextTheme references from Typography API doc ( #78371 )
2021-03-16 17:02:56 -07:00
Johannes von Bargen
4b150b135f
Add optional DragAnchorStrategy to Draggable ( #73143 )
2021-03-16 16:48:03 -07:00
Jonah Williams
4807f806e2
[flutter_tools] remove globals from logger ( #78353 )
2021-03-16 16:46:21 -07:00
Ian Hickson
f3c25fa07a
Align more closely with package:test ( #77118 ) ( #78343 )
2021-03-16 13:58:02 -07:00
Jenn Magder
0cf1007276
Remove mocks from cocoapods_test ( #78279 )
2021-03-16 13:53:04 -07:00
Jenn Magder
b3fa6eb6f5
Download platform artifacts from assemble if needed ( #78272 )
2021-03-16 13:48:04 -07:00
Jonah Williams
2584afd7ec
[flutter_tools] scaffolding for Windows UWP template ( #78067 )
2021-03-16 13:43:04 -07:00
Abhishek Ghaskata
43e3328e98
Add assertion of recordable list ( #76272 )
2021-03-16 12:18:01 -07:00
Darren Austin
5ab3474435
Removed the last vestiges of accent color from the FloatingActionButton. ( #78296 )
2021-03-16 12:00:31 -07:00
Hans Muller
14b8194bad
Added iconColor and textColor properties to ExpansionTile ( #78281 )
2021-03-16 11:53:45 -07:00
Ian Hickson
5e4e530e93
Fix a legacy TODO ( #77454 )
2021-03-16 10:48:02 -07:00
Abhishek Ghaskata
db37499e9b
change the link ( #78302 )
2021-03-16 09:48:03 -07:00
Jenn Magder
61c848c1bd
Point "flutter build ipa --analyze-size" to archive app output ( #78259 )
2021-03-16 09:43:02 -07:00
Tong Mu
7dca2e54a0
Impl ( #78218 )
2021-03-16 09:38:04 -07:00
Zachary Anderson
e7e1a04aa3
Revert "Align more closely with package:test ( #77118 )" ( #78329 )
...
This reverts commit 0cbe597540 .
2021-03-16 09:26:34 -07:00
Pierre-Louis
5be3f215ed
[Fonts] Update material icons ( #76607 )
...
* Update icons using new process
* Remove trailing blank line
* regen icons.dart
* regen with new codepoints
* Update material_fonts.version
Keep current Roboto
2021-03-16 08:35:00 +01:00
Ian Hickson
0cbe597540
Align more closely with package:test ( #77118 )
2021-03-15 16:28:02 -07:00
Jenn Magder
628ae57e4e
Remove mocks from compile_expression_test ( #78092 )
2021-03-15 16:06:54 -07:00
Gary Qian
2a8b296ae9
[flutter_tools] Deferred components: Encode base module loading units in manifest metadata ( #78079 )
2021-03-15 15:58:06 -07:00
Hans Muller
f3725d0a4b
Fix bug in ButtonStyle.lerp(), in _LerpSides ( #78051 )
2021-03-15 14:31:46 -07:00
LongCatIsLooong
4f569fb326
CupertinoTextField to show disabled background color when decoration is null ( #78140 )
2021-03-15 14:18:03 -07:00
Jenn Magder
75da995fbc
MockOperatingSystemUtils -> FakeOperatingSystemUtils ( #77988 )
2021-03-15 11:38:03 -07:00
Gurjinder Partola
2e17a8e676
Fix avdmanager path detection ( #78166 )
2021-03-15 11:18:04 -07:00
John Ryan
71fb91621d
Add instructions to integration_test example README ( #77090 )
2021-03-15 11:13:05 -07:00
David Darrell
f69b8d33cd
DropdownItems with a null value should still display its child ( #77666 )
2021-03-15 11:03:05 -07:00
Jenn Magder
8b14454496
Remove MockFlutterVersion from mocks ( #78089 )
2021-03-15 10:58:36 -07:00
omerlevran46
c94648f9cc
[fuchsia] remove no devices found from ffx parsing ( #77651 )
2021-03-15 10:58:05 -07:00
Abhishek Ghaskata
59ea6192c6
Added scrollbar example ( #75761 )
2021-03-15 10:53:04 -07:00
Jenn Magder
d0a29dc10c
Allow local networking Info.plist insertion to fail ( #78085 )
2021-03-13 14:38:02 -08:00
Haruka Ma
9f4e132fb8
Fix CupertinoTextField incorrect background color when disabled ( #78058 )
2021-03-13 14:33:07 -08:00
Jenn Magder
c3d0f60407
Remove mock from cocoapods_validator_test ( #77991 )
2021-03-12 19:14:05 -08:00
Jonah Williams
e52ebb3ad9
[integration_test] delay for at least one frame timing. ( #78055 )
2021-03-12 16:53:02 -08:00
Darren Austin
a5d0d0e506
Updated InputDecorator to no longer reference ThemeData.accentColor. ( #77999 )
2021-03-12 16:48:05 -08:00
Darren Austin
2820d21cd0
Removed TabPageSelector accentColor dependency. ( #77997 )
2021-03-12 16:43:03 -08:00
Jenn Magder
f0fca7de8b
Remove mocks from build_windows_test ( #77986 )
2021-03-12 16:40:52 -08:00
Jenn Magder
d018c24bb8
MockProcessUtils->FakeProcessManager in version_test ( #77985 )
2021-03-12 16:38:04 -08:00
Darren Austin
fad7c36761
Removed ProgressIndicator accentColor dependency. ( #77976 )
2021-03-12 16:33:03 -08:00
Ahmed Saleh
740504d3e6
Refactor: use one subprojects property ( #77942 )
2021-03-12 16:28:03 -08:00
Gary Roumanis
3f62915383
Update ClampingScrollSimulation to better match Android ( #77497 )
2021-03-12 16:23:05 -08:00
Jonah Williams
9f420ffb3e
[flutter_tools] io cleanups to simplify null safety migration ( #77955 )
2021-03-12 16:21:14 -08:00
chunhtai
85b22ff594
Fix semantics node id overflow issue ( #77287 )
2021-03-12 16:18:05 -08:00