Commit Graph

18842 Commits

Author SHA1 Message Date
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 388dcd2478.
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 1cb0a24a46.
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 201e5e4ecb.
2021-01-12 13:02:46 -08:00
Sam Rawlins
f70ad37ec9 Remove "unnecessary" imports. (#73488) 2021-01-12 11:59:03 -08:00
Sam Rawlins
737ceb04f8 Remove "unnecessary" imports. (#73486) 2021-01-12 11:09:03 -08:00
Sam Rawlins
27f6ccf435 Remove "unnecessary" imports from flutter/src/gestures (#73389) 2021-01-12 11:04:05 -08:00
Jenn Magder
201e5e4ecb Exclude arm64 from valid iOS simulators (#73755) 2021-01-12 10:35:24 -08:00
Jonah Williams
907bed6982 [flutter_tools] daemon does not report platforms that are not enabled (#73736) 2021-01-12 09:38:23 -08:00
xubaolin
32dc1b7d00 Add [pointerCount] property to Scale Gesture Details (#73474) 2021-01-11 19:14:04 -08:00
Devon Carew
e143ac2d85 increase the value of debugImageOverheadAllowance from 104 bytes to 128kb (#73720) 2021-01-11 16:34:27 -08:00
Jonah Williams
f7dc19eb23 [flutter_tools] flutter precache downloads all enabled platforms if no flags are provided (#73733) 2021-01-11 14:29:02 -08:00
Pedro Massango
0b5905070c Fix "RefreshIndicator.color didn't update at runtime" (#73566)
* update dependencies when widget configuration changes
2021-01-11 12:57:40 -08:00
Jenn Magder
9a83314cfe Generate dSYM files during iOS archive (#73630) 2021-01-11 12:42:31 -08:00
Renzo Olivares
59783d0fe1 Selecting spaces on SelectableText (mobile) (#73300) 2021-01-11 11:24:03 -08:00
Jenn Magder
66145fe652 Force plugins to inherit minimum macOS version from Flutter app (#72764) 2021-01-11 11:16:12 -08:00
Jenn Magder
4d5db88998 Default add-to-app xcode_backend script to be verbose (#73110) 2021-01-11 10:29:26 -08:00
Jenn Magder
062022b950 Move ios_content_validation_test to pre-submit tools test (#73577) 2021-01-11 10:29:06 -08:00
Hans Muller
6f002abcd7 Revert "Prevent text from overflowing in OutlineButton and OutlinedButton label. (#70872)" (#73715) 2021-01-11 10:19:04 -08:00
Hans Muller
9a43df5142 Deprecated obsolete Material classes: FlatButton, RaisedButton, OutlineButton (#73352) 2021-01-08 15:44:47 -08:00
Ferhat
0c80a31256 [web] Reland - Switch flutter tool web-renderer default for web to auto (#73595) 2021-01-08 15:44:13 -08:00