15508 Commits

Author SHA1 Message Date
Kate Lovett
8aeef71e99
Add fixes for deprecations in TextTheme (#73994) 2021-01-15 14:44:04 -08:00
xubaolin
79d0358ece
Update PopupMenuButton to match Material Design spec (#70160) 2021-01-15 14:34:05 -08:00
Jonah Williams
7ee910b0a8
[flutter_tools] ensure --dart-define can parse args with commas (#73798) 2021-01-15 13:51:32 -08:00
Niklas Schulze
afe790775b
[flutter_tools] copy flutter_texture_registrar.h header on Windows (#61098) 2021-01-15 16:20:57 -05:00
Kate Lovett
aace9a2ac1
Add fixes for Stack deprecation (#73989) 2021-01-15 13:14:05 -08:00
Dan Field
6a32859eb9
Revert integration_test in flutter create template (#74068)
* Revert "Add integration_test template to create template (#70240)"

This reverts commit d047d108ebb08f1a26f19e0d8966d99a1dd49b73.

* test
2021-01-15 13:13:46 -08:00
chunhtai
6a4808b4ed
Remove unused semantics tap action for readonly textfield and selectable text (#74066) 2021-01-15 12:54:03 -08:00
chunhtai
1b310472c0
Fix canpop logic to be more robust (#73993) 2021-01-15 12:29:04 -08:00
J-P Nurmi
b73722b1d9
[text_input] prepare for custom text input sources (#72803) 2021-01-15 11:24:04 -08:00
Jenn Magder
5830121106
Skip flaky flutter_immediately_exit test (#74055) 2021-01-15 11:12:24 -08:00
Madhur Maurya
9209319dd1
Add BottomNavigationBarType.shifting sample #72936 (#73103) 2021-01-15 01:04:03 -08:00
Ben Konyi
3755f4f018
Update DDS to 1.7.1 (#74000) 2021-01-14 22:26:14 -08:00
Hans Muller
ed0aed7d24
Removed the color field from AppBarTheme (#73732) 2021-01-14 21:06:54 -08:00
Hans Muller
f63eb0b281
BorderTween.lerp supports null begin/end values (#73992) 2021-01-14 17:16:04 -08:00
Jonah Williams
8d72307c47
[flutter_tools] allow applications to specify additional license files to be bundled into the application NOTICES automatically (#73430) 2021-01-14 16:59:04 -08:00
Kate Lovett
2a64fdbc43
Restore adaptive nature to new Scrollbar (#73899) 2021-01-14 15:39:03 -08:00
Yusuke Arakawa
527a261112
Fix typo ' to ` in template (#73773) 2021-01-14 15:34:03 -08:00
xubaolin
3b2044ab57
Improve the Scaffold.bottomSheet update behavior (#73084) 2021-01-14 15:24:04 -08:00
xubaolin
217cd102bb
fix an assertion causes by zero offset pointer scroll (#73016) 2021-01-14 13:59:03 -08:00
J-P Nurmi
e1ff62a78c
[flutter_tools] propagate build errors from the backend (#72196) 2021-01-14 13:39:05 -08:00
Pedro Massango
ac2f62a9c1
Provide a way to change the default PopupMenuButton's icon size (#68000) 2021-01-14 13:24:05 -08:00
xubaolin
737824db40
snackBar should paint above the bottomSheet (#73558) 2021-01-14 13:09:04 -08:00
Jonah Williams
68d8c4b3bb
[flutter_tools] open chrome to correct base URL (#73962) 2021-01-14 12:16:32 -08:00
Jonah Williams
bf4a5484aa
[flutter_tools] no-op maven artifacts if Android SDK is absent (#73957) 2021-01-14 12:09:06 -08:00
Jenn Magder
b29a6bc56b
Use SDK podhelper in add-to-app module Podfile (#73072) 2021-01-14 10:15:24 -08:00
Shi-Hao Hong
ce94266840
Apply ListTile colors to leading and trailing text widgets (#73925) 2021-01-14 02:34:02 -08:00
xubaolin
3cd837fc2e
Fix single ToggleButton border painting bugs (#73780) 2021-01-14 00:04:03 -08:00
Pedro Massango
333dc5d88a
Fixes: "FloatingActionButton.extended's isExtended property if false should show icon, not label" (#72431)
* Fix extended FAB with isExtended set to false showing both icon and label
2021-01-14 13:56:54 +08:00
Hans Muller
f5578257ce
Added CupertinoButton alignment property (#73900) 2021-01-13 16:29:36 -08:00
Jenn Magder
912c3ab171
Revert "Revert "[flutter_tools] Serve DevTools at app start (#73366)" (#73896)" (#73903)
This reverts commit 388dcd2478d511f5c5dececb94c654d3086c1944.
2021-01-13 15:36:43 -08:00
Hans Muller
489d29c181
Added ButtonStyle.alignment property (#73894) 2021-01-13 14:40:21 -08:00
Jonah Williams
abb48f495b
[flutter_tools] add error handling wrapping for File.createSync (#73890) 2021-01-13 14:25:37 -08:00
Jonah Williams
1eb0bb52e1
[flutter_tools] dont crash on invalid utf8 in pubspec (#73891) 2021-01-13 14:25:16 -08:00
Jonah Williams
d4f0c08261
[flutter_tools] do not crash if target file cannot be read for language version (#73879) 2021-01-13 14:24:04 -08:00
Jonah Williams
b1e99182a8
Move async guard wrapping of crash reporter up a level (#73877) 2021-01-13 14:14:07 -08:00
Emmanuel Garcia
da90156f8c
Fix plugin java class desugar (#73758) 2021-01-13 14:09:04 -08:00
Gary Qian
49667ba2f5
DeferredComponent utility class for manual handling of Deferred Components (#72895) 2021-01-13 14:04:06 -08:00
Jenn Magder
388dcd2478
Revert "[flutter_tools] Serve DevTools at app start (#73366)" (#73896)
This reverts commit 1cb0a24a466fb1d1cf8ad95b15c9857ab9817293.
2021-01-13 13:57:09 -08:00
Justin McCandless
d9f3d2e846
Cupertino text selection menu customization (#73578)
* Making a custom iOS-style text selection menu is now much easier.
  * Exposes a new widget for the toolbar, a new widget for the buttons, and a new widget for the layout.
2021-01-13 11:14:14 -08:00
Claire Davis
546b521f33
[flutter_tools] Sort plugins alphabetically when refreshed (#73803) 2021-01-13 09:41:16 -08:00
Kenzie Schmoll
1cb0a24a46
[flutter_tools] Serve DevTools at app start (#73366)
* [flutter_tools] Serve DevTools at app start
2021-01-12 21:39:27 -08:00
Jenn Magder
7c75c01fc3
Add recommended Xcode version to doctor (#73808) 2021-01-12 19:01:18 -08:00
Robert Ancell
c65304bbf1
Map Linux AltGr to right alt. It was currently being ignored. (#73373)
Fixes https://github.com/flutter/flutter/issues/68713
2021-01-13 14:31:22 +13:00
Jia Hao
8a5ace25a5
Improve performance of Widget Tests (#70730) 2021-01-12 17:29:03 -08:00
xubaolin
492ec23b34
Re-enable a ensureVisible test case (#73545) 2021-01-12 17:19:03 -08:00
Kate Lovett
09008e6f71
Add ScrollbarTheme/ScrollbarThemeData (#72308) 2021-01-12 17:14:04 -08:00
Jonah Williams
22684ead6f
[versions] update all dependencies (#73800) 2021-01-12 15:14:05 -08:00
Devon Carew
3219d0e2ec
add a readme for the dart fix tests (#73761)
add a readme for the dart fix tests
2021-01-12 15:13:23 -08:00
Jenn Magder
f63055a895
Revert "Exclude arm64 from valid iOS simulators (#73755)" (#73807)
This reverts commit 201e5e4ecb287dc971c183d0bf5b8a08b1eb0c42.
2021-01-12 13:02:46 -08:00
Sam Rawlins
f70ad37ec9
Remove "unnecessary" imports. (#73488) 2021-01-12 11:59:03 -08:00