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
Jonah Williams
a01f37245b
[flutter_tools] remove globals from terminal ( #77953 )
2021-03-12 12:53:05 -08:00
Jonathan Lau
5a27340c45
Add minWidth constraint to RawChip when materialTapTargetSize is padded ( #77881 )
2021-03-12 12:48:03 -08:00
Jenn Magder
06a20be5a0
Remove MockBuildSystem from generate_synthetic_packages_test ( #77983 )
2021-03-12 07:55:01 -08:00
Marcus Tomlinson
82675474ea
Add libgcrypt as an explicit dependancy on Linux ( #77926 )
2021-03-12 07:50:03 -08:00
Jonah Williams
d20ec4c7d8
[flutter_tools] read expression compilation results into memory before starting next compilation ( #77867 )
2021-03-11 22:18:51 -08:00
Jonah Williams
2daac9201a
[flutter_tools] simplify shutdown hooks ( #77969 )
2021-03-11 22:18:15 -08:00
Jenn Magder
66768f8c5b
Remove mocks from web devices test ( #77968 )
2021-03-11 19:55:02 -08:00
Michael Goderbauer
d637b1874f
non-breaking changes for prefer_mixin lint ( #77837 )
2021-03-11 19:50:03 -08:00
Tong Mu
fa06b34024
Refactor: Move mouse cursor classes to "services" package ( #77751 )
2021-03-11 19:45:04 -08:00
Greg Spencer
95d3ac703f
Fix sample lint warnings ( #77980 )
...
Landing this on red to fix the build.
TBR=@justinmc
2021-03-11 17:22:14 -08:00
Greg Spencer
a8d820a46e
Update samples to use repo analysis options, Fix sample templates and a ton of analyzer issues ( #77868 )
2021-03-11 16:45:03 -08:00
Jenn Magder
d6f5767ec8
Remove MockFlutterVersions ( #77962 )
2021-03-11 16:05:05 -08:00
Jason Simmons
413c8a0b7b
Do not replace text with semantics labels in selectable text widgets ( #77859 )
2021-03-11 16:00:02 -08:00
Michael Goderbauer
2530f4c5eb
Fix some issues flagged by unawaited_futures lint ( #77844 )
2021-03-11 15:55:03 -08:00
Jonah Williams
32474dca20
[flutter_tools] provide more context for build_system invalidation ( #77961 )
2021-03-11 15:53:53 -08:00
Justin McCandless
541bff4058
Text Editing Movement Keys via Shortcuts ( #75032 )
...
Text editing shortcuts involving the arrow keys are no longer handled by RenderEditable's RawKeyboardListener, they use the new Shortcuts setup. First PR in a plan to port all text editing keyboard handling to shortcuts.
2021-03-11 15:52:04 -08:00
Gary Qian
57dc5f294b
Rename 'moduleName' to 'componentName' ( #77789 )
2021-03-11 15:50:07 -08:00
Michael Debertol
8b889d3551
[DatePicker] Don't jump to the current month ( #77739 )
2021-03-11 15:45:02 -08:00
chunhtai
aaa7f8428a
Fix gesture recognizer in selectable rich text should be focusable in… ( #77730 )
2021-03-11 15:40:10 -08:00
Kate Lovett
38fd5af5f1
Exposing ScrollBehaviors for app-wide settings ( #76739 )
2021-03-11 15:35:07 -08:00
Chris Bracken
aee756ff1e
Update composing rect documentation ( #77951 )
...
The TextInput.setMarkedRect message was originally added to support
positioning the IME candidates menu on iOS, but is now used by iOS,
Windows, macOS, and Linux desktop embedders.
2021-03-11 15:32:27 -08:00
Jonah Williams
c6dbb6f2b5
Update mockito dep and remove usage in manual tests and localizations ( #77945 )
2021-03-11 11:25:02 -08:00
Darren Austin
aec2985c47
Removed RefreshIndicator accentColor dependency. ( #77884 )
2021-03-11 11:15:02 -08:00
Abhishek Ghaskata
3839329125
Adding checkbox demo ( #75899 )
2021-03-11 10:49:12 -08:00
Justin McCandless
216f9b59ee
ShaderMask on web for CupertinoContextMenu ( #77864 )
...
Now that ShaderMask works on web, enable it for CupertinoContextMenu and unskip relevant tests.
2021-03-11 10:35:32 -08:00
Justin McCandless
11c3c83c84
Spelling standardization: implementer ( #77861 )
2021-03-11 09:15:03 -08:00
Konstantin Scheglov
3e7b208512
Fix UNNECESSARY_TYPE_CHECK_TRUE hints. ( #77753 )
2021-03-10 17:55:02 -08:00
Zomtir
5baebb88ff
[Docs] RouteObserver<PageRoute> cannot subscribe ModalRoute ( #77606 )
2021-03-10 17:50:04 -08:00
Jonah Williams
5e7f6690bf
Remove mock from event_printer_test ( #77757 )
2021-03-10 17:49:48 -08:00
chunhtai
f91ed2a30d
Adds set text semantics action to render editable ( #77024 )
...
* Adds set text semantics action to render editable
* addressing comments
* re-enable test
* fix test
* fix more test
* fix bad merge
* addressing comment
* update dynamic to Object?
2021-03-10 15:45:35 -08:00
Sam Rawlins
406f6bcc81
Remove unnecessary question marks ( #77719 )
2021-03-10 15:45:05 -08:00
Jia Hao
9fdda01252
[flutter_tools] Generalize waitForExtension ( #77220 )
2021-03-11 07:31:25 +08:00
Kate Lovett
e02621b997
Fix scrollbar hit testing based on pointer device kind ( #77755 )
2021-03-10 12:45:03 -08:00
Gary Qian
4d38ca6d46
Increase timeouts to fix build integration timeout flakes ( #77566 )
2021-03-10 12:30:25 -08:00
Kate Lovett
9840d65943
Make LocalFileComparator.compare easier to override ( #77825 )
2021-03-10 12:20:04 -08:00
Jonah Williams
0cc087c2ae
[flutter_tools] migrate some base libraries to null safety ( #77738 )
2021-03-10 12:15:04 -08:00
Jonah Williams
8bbaedde10
[flutter_tools] remove mocks from features test ( #77760 )
2021-03-10 10:05:03 -08:00
Jenn Magder
08b225e03d
Implement iOS app install deltas ( #77756 )
2021-03-10 10:00:03 -08:00
Jonah Williams
be8989f185
[flutter_tools] remove mock processes from batch compile_test ( #77731 )
2021-03-09 23:31:02 -08:00