Commit Graph

18842 Commits

Author SHA1 Message Date
chunhtai
b0d4d44853 Reland "fixes TextInputFormatter gets wrong old value of a selection" (#76653) 2021-03-02 11:54:02 -08:00
Jonah Williams
fc35508a40 [flutter_tools] remove mock from logger tests (#77064) 2021-03-02 10:35:44 -08:00
Michael Goderbauer
0f568298d8 enable use_key_in_widget_constructors lint (#77032) 2021-03-02 10:14:02 -08:00
Kate Lovett
6ec9014298 Expose the diff from ComparisonResult (#77014) 2021-03-02 10:09:03 -08:00
Michael Goderbauer
1512af7884 Sync lints (#77012) 2021-03-02 08:34:03 -08:00
Pedro Massango
524bc4a5cd add keyboardDismissBehavior into SingleChildScrollView (#76312) 2021-03-02 08:29:05 -08:00
Michael Goderbauer
328a262ed6 Revert "Toggable Refactor (#76745)" (#77068)
This reverts commit 14552a96c1.
2021-03-02 08:10:37 -08:00
Michael Goderbauer
14552a96c1 Toggable Refactor (#76745) 2021-03-01 19:55:02 -08:00
Michael Goderbauer
fc99e7c0d7 Enable missing_whitespace_between_adjacent_strings (#77027) 2021-03-01 18:30:17 -08:00
Nathan Walker
995bd989dd SliverAppBar default backwards compatibility fix (#77022) 2021-03-01 18:05:03 -08:00
Chinmoy
aa16a8cac0 Added clearSnackBars method to ScaffoldMessengerState (#76146) 2021-03-01 16:05:02 -08:00
Jenn Magder
3969e5b47b Move iOS Flutter.framework thinning into copy assemble build target (#77007) 2021-03-01 15:45:02 -08:00
omerlevran46
f996033fcc [fuchsia] - migrate devicer discovery workflows to use ffx (#76241) 2021-03-01 13:16:13 -08:00
Hans Muller
490364059d Removed SwitchListTile accentColor dependency (#76909) 2021-03-01 08:34:05 -08:00
Hans Muller
b91b1644d9 Removed CheckboxListTile accentColor dependency (#76908) 2021-03-01 08:32:05 -08:00
Hans Muller
0478cbec60 Removed RadioListTile accentColor dependency (#76906) 2021-03-01 08:31:56 -08:00
xubaolin
8d866d9c02 Fix DropdownButton crash when viewport size is too small for the entirety of the menu's height (#76764) 2021-03-01 08:31:04 -08:00
Swayam221
fc77610dd6 changed 'constrains' to 'constraints' in ChildLayoutHelper.dryLayoutC… (#76963) 2021-03-01 00:36:03 -08:00
Ian Hickson
199d5dc086 Clarify what AndroidMotionEvent is for. (#76752) 2021-02-28 14:36:02 -08:00
Jonah Williams
72a835fa55 [flutter_tools] remove mocks from android SDK tests (#76887) 2021-02-27 11:56:01 -08:00
Greg Spencer
7dbd586e04 Reland "ListTile Material Ripple and Shape Patch (#74373)" (#76892)
This reverts commit f8cd24d in an attempt to re-land it.

There are no changes in this PR from #74373, since it only failed Google internal tests, and we think that the solution involves updating those tests instead of changing this code.
2021-02-26 22:10:19 -08:00
Hans Muller
c9ccb17710 Revert "Removed CheckboxListTile accentColor dependency (#76877)" (#76904)
This reverts commit 24bf6b81d5.
2021-02-26 18:09:08 -08:00
Hans Muller
24bf6b81d5 Removed CheckboxListTile accentColor dependency (#76877) 2021-02-26 16:10:45 -08:00
Kate Lovett
ee54a72a1d Remove typematcher again (#76331) 2021-02-26 15:01:03 -08:00
Lau Ching Jun
75ad491f99 Add system channel to access the localization plugin. (#76847) 2021-02-26 14:59:41 -08:00
Jonah Williams
dda17485cf [flutter_tools] remove all mock artifacts usage (#76884) 2021-02-26 13:28:31 -08:00
Jenn Magder
2a54bb02aa Opt into CocoaPods parallel codesigning (#76833) 2021-02-26 13:16:03 -08:00
Jonah Williams
2951363dc8 [flutter_tools] switch FakeCache to cache.test and NoopUsage to TestUsage (#76802) 2021-02-26 11:13:32 -08:00
Jonah Williams
666c950989 [flutter_tools] replace most MockBuildSystem instances with TestBuildSystem (#76821) 2021-02-26 08:46:00 -08:00
Jonah Williams
2f1702f78e [flutter_tools] remove mock from terminal test (#76812) 2021-02-26 08:38:55 -08:00
Jonah Williams
a49d677349 [flutter_tools] simplify packages pass-through testing (#76806) 2021-02-26 08:38:32 -08:00
Jenn Magder
023582db33 Stop trying to thin iOS App.framework (#76834) 2021-02-25 18:49:12 -08:00
Jenn Magder
d099ae60f0 Add ephemeral iOS directory to put future generated files (#76830) 2021-02-25 18:16:03 -08:00
Jenn Magder
f5903a91e0 Remove dead ensureDirectoryExists (#76829) 2021-02-25 18:11:01 -08:00
Hans Muller
f835839f6b Removed BottomNavigationBar accentColor dependency (#76810) 2021-02-25 15:14:39 -08:00
Jonah Williams
2d4f5a98e8 [flutter_tools] remove mock from cmake project migrator (#76813) 2021-02-25 14:59:10 -08:00
Ferhat
cc9b78fc5c [web] Treeshake keymaps for web (4% code size reduction in hello world) (#75945) 2021-02-25 13:26:03 -08:00
Jonah Williams
09b2f435a8 [flutter_tools] remove mockito from mdns client test (#76747) 2021-02-25 12:16:02 -08:00
Perqin
131f59f17e [flutter_tools] Avoid duplicated calls to l10n generation (#76066) 2021-02-25 12:11:03 -08:00
Jenn Magder
5bc100da31 Move iOS framework thinning into the tool (#76665) 2021-02-24 18:02:43 -08:00
Gary Qian
9df362a73f [flutter_tools] Refactor DeferredComponents validator and add build target (#76400) 2021-02-24 17:51:03 -08:00
Jonah Williams
d60e9de75d [flutter_tools] remove remaining extensions (#76743) 2021-02-24 16:46:03 -08:00
Jonah Williams
a3b14c58ae [flutter_tools] replace vm_service extension methods with wrapper class (#76721) 2021-02-24 15:40:33 -08:00
Jonah Williams
acdf4ba871 [flutter_tools] remove process manager mocks from error_handling_io tests (#76725) 2021-02-24 14:51:04 -08:00
Mouad Debbar
f5343f4f23 [web] Arrow keys change selected item in dropdown (#76656) 2021-02-24 14:08:58 -08:00
Jonah Williams
f7823d58da [flutter_tools] fix comment in resident web runner (#76724) 2021-02-24 14:06:02 -08:00
Jonah Williams
114ba8cc3e [flutter_tools] add unit test for error 32 in cache deletion (#76714) 2021-02-24 12:11:03 -08:00
LongCatIsLooong
ac4d5099d8 Reland #74722 (#75604) 2021-02-24 11:01:03 -08:00
Jia Hao
1c179c401f Bump packages (#76673) 2021-02-24 09:21:03 -08:00
Jia Hao
bc20f2ee88 [flutter_tools] Fail fast when test dependencies are missing (#76679) 2021-02-24 09:11:03 -08:00