Jonah Williams
6a250c8d65
update packages and unpin build ( #32066 )
2019-05-03 16:54:35 -07:00
Hans Muller
73957b94e7
Test Material buttons against a11y contrast guidelines ( #32050 )
2019-05-03 16:13:42 -07:00
Greg Spencer
11e0a725d4
Re-land: Add support for Tooltip hover ( #31699 )
...
This is a re-land of #31561 , after fixing performance regressions.
Added change listening to the MouseTracker so that the Listener and tooltip can react to whether or not a mouse is connected at all. Added a change check to make sure Listener only repaints when something changed.
Fixes #22817
2019-05-03 13:00:36 -07:00
Gary Qian
3bd1737c0e
Partially Rollback caret change for Android ( #32043 )
2019-05-03 12:32:04 -07:00
Justin McCandless
0a3df1b576
Text wrap width ( #31987 )
...
Add `textWidthBasis` param to Text to allow calculating width according to longest line.
2019-05-03 11:41:07 -07:00
Furkan Tektas
299ce6e373
Cupertino Turkish Translation ( #32013 )
2019-05-03 11:03:25 -07:00
chunhtai
38808d9fe4
Reland fix 25807 implement move for sliver multibox widget ( #31978 )
2019-05-03 09:48:20 -07:00
Efthymis Sarmpanis
39d660be78
Extract TODO comment from Image.asset dardoc ( #31903 )
2019-05-03 08:29:02 -07:00
Efthymis Sarmpanis
d095b05522
Updated primaryColor docs to refer to colorScheme properties ( #31902 )
2019-05-03 08:28:16 -07:00
Tong Mu
7beb09e76a
Redo "Remove pressure customization from some pointer events" ( #30874 )
...
* Revert "Revert "Remove pressure customization from some pointer events (#30414 )" (#30873 )"
This reverts commit f34c2ef0a31b7d955035576eeedb0cee7508b2a8.
* Revert pressure removal of PointerUpEvent
* Replace PR with an issue
* Add tests for fromMouseEvent
2019-05-02 23:05:01 -07:00
Zachary Anderson
3d276cc6a8
[flutter_tool] Pull the right Fuchsia SDK for the platform ( #31998 )
2019-05-02 15:26:59 -07:00
MH Johnson
a40e5c90f0
[Material] selected/unselected label styles + icon themes on BottomNavigationBar ( #31018 )
...
* add text style params
* add icon theme params
* Added tests
2019-05-02 18:20:16 -04:00
Jonah Williams
1d91bd2583
Revert "Start abstracting platform logic builds behind a shared interface ( #31889 )" ( #32003 )
...
This reverts commit e5459942c819ce9c9b2e72509a20c1f68fe0bf75.
2019-05-02 14:14:46 -07:00
Jonah Williams
e5459942c8
Start abstracting platform logic builds behind a shared interface ( #31889 )
2019-05-02 13:31:00 -07:00
chunhtai
caebdaf1e8
fix issue 30526: rounding error ( #30979 )
2019-05-02 12:42:25 -07:00
Hans Muller
4230e9674c
Simplify drawer scrimColor defaults, update tests ( #31947 )
2019-05-02 11:57:01 -07:00
Justin McCandless
34325ba33a
Revert "Tight Paragraph Width ( #30988 )" ( #31979 )
...
This reverts commit 323108ff47fd6caaeb8eaf30716e70d860673a1e due to weird engine dependency bug
2019-05-02 10:36:51 -07:00
Justin McCandless
323108ff47
Tight Paragraph Width ( #30988 )
...
Add `textWidthBasis` param to Text to allow calculating width according to longest line.
2019-05-02 09:21:45 -07:00
James Lin
0c20a2ed01
Fix MediaQueryData.toString() to generate readable output
...
MediaQueryData.toString() omitted commas and spaces around some
properties, making the output difficult to read.
2019-05-02 08:44:51 -07:00
Todd Volkert
f48cc4611a
Add documentation to Navigator ( #31851 )
2019-05-02 08:02:11 -07:00
Jonas Termansen
8b9eb3e2b2
Report CompileTime metric in flutter build aot --report-timings. ( #31895 )
...
This is the correct metric to report for compilation time benchmarks rather
than RunTime. Rename the 'gen_snapshot' value to merely 'snapshot' for
backwards compatibility and overall simplicity.
This change simplifies Dart's benchmarking of Flutter by making it easier to
adopt --report-timings (made for Dart to use), which makes the benchmarks
much more robust.
2019-05-02 15:22:43 +02:00
Jonah Williams
83aa065f6a
Add commands to swap dart imports for local development ( #31925 )
2019-05-02 01:14:15 -07:00
Jacob Richman
e17f9e8ff8
Fix bug handling cyclic diagnostics. ( #31960 )
2019-05-01 22:09:53 -07:00
LongCatIsLooong
15f187fce0
Add docs to AppBar ( #31317 )
...
- Added docs to AppBar to cover AppBar's inherited MediaQuery when not used in a Scaffold in general
- s/Hero]s/Hero]es/
2019-05-01 20:39:37 -07:00
Dan Field
5b2281e747
Make Flex only overflow on epsilon ( #31890 )
2019-05-01 17:28:33 -07:00
Shi-Hao Hong
8959caa239
Update scrimDrawerColor with proper const format ( #31938 )
2019-05-01 15:18:08 -07:00
Diego Velásquez López
d8bb880d08
added scrimColor
property in Scaffold widget ( #31025 )
2019-05-01 14:50:52 -07:00
Shi-Hao Hong
7690bb47dc
Add Horizontal Padding to Constrained Chip Label Calculations ( #31861 )
...
* Add horizontal padding and properly constrain chip label calculations
* Added regression test for avatar, label and delete icon constraint
2019-05-01 13:46:36 -07:00
Dan Field
df669ab1ea
Avoid NPE for flutter attach mDNS ( #31926 )
2019-05-01 13:41:00 -07:00
Zachary Anderson
6a69f8c98c
[fuchsia] Add support for the 'device' command using the SDK ( #31910 )
2019-05-01 13:24:09 -07:00
Jonah Williams
06973f58a7
Revert "Revert "fix edge swiping and dropping back at starting point ( #31623 )" ( #31876 )" ( #31923 )
2019-05-01 12:53:04 -07:00
Shi-Hao Hong
0c871b8528
Improve RadioListTile Callback Behavior Consistency ( #31574 )
2019-05-01 12:52:52 -07:00
Greg Spencer
be75fb36c5
Change unfocus to unfocus the entire chain, Fix setFirstFocus ( #31909 )
...
In #31614 , I added an unfocus() to FocusNodes to allow giving up of focus, but it only worked on the primary focus. This changes that so that it will unfocus the entire chain, not just the primary focus. Now, if you call unfocus() on a FocusNode or FocusScopeNode, and their hasFocus returns true, then after calling unfocus(), it will return false. Before this change, it would only do that if hasPrimaryFocus was also true.
This also fixes a bug in the way setFirstFocus was implemented, making it conform more to the behavior of the previous implementation. It has simplified logic in reparent, and in when it requests focus for scope nodes that have had setFirstFocus called on them.
2019-05-01 12:20:41 -07:00
Jacob Richman
63aa5b3647
Refactor core uses of FlutterError. ( #30983 )
...
Make FlutterError objects more structured so they can be displayed better in debugging tools such as Dart DevTools.
2019-05-01 11:20:12 -07:00
Todd Volkert
3d09f939ba
Make Gradle error message more specific ( #31850 )
2019-05-01 10:28:57 -07:00
Victor Maraccini
74c6237abc
Fix bundle id on iOS launch using flutter run ( #31039 )
2019-05-01 10:21:43 -07:00
rami-a
6a1468db16
Add BottomSheetTheme to enable theming color, elevation, shape of BottomSheet ( #31318 )
...
* Introduce BottomSheetTheme and shape support for bottom sheet
* Add bottom sheet theme to ThemeData. Use theme in bottom sheet build
* Expose color, elevation, shape to showModalBottomSheet helper
* Expose color, elevation, shape to showBottomSheet helper
* Address PR feedback
* Address PR feedback
* Address additional PR feedback
2019-05-01 13:10:50 -04:00
Jonah Williams
60a1b2b9ea
Revert "Redo: Add buttons to gestures ( #31819 )" ( #31912 )
...
This reverts commit fea2c7d671633fea21bfc93ccddbb57c4510752f.
2019-05-01 10:06:45 -07:00
Emmanuel Garcia
3e65bb060f
Fix #31764 : Show appropriate error message when fonts pubspec.yaml isn't iterable
...
Show appropriate error message when fonts isn't iterable
2019-05-01 09:49:39 -07:00
Dan Field
a8504405a8
Revert "Handle notification errors ( #31868 )" ( #31886 )
...
This reverts commit c0d5fd23ab85152575cd32190008d257bb11a3d4.
2019-04-30 23:27:30 -07:00
Jonah Williams
c82fc132a8
add stderr to log processor for desktop ( #31874 )
2019-04-30 19:18:15 -07:00
Gary Qian
4102486d63
Center iOS caret, remove constant offsets that do not scale ( #31687 )
2019-04-30 17:41:01 -07:00
chunhtai
e2dfd73c2e
only build asset when there is asset declared in pubspec ( #31804 )
2019-04-30 16:03:47 -07:00
Jonah Williams
514fb2c7c0
Revert "fix edge swiping and dropping back at starting point ( #31623 )" ( #31876 )
2019-04-30 15:44:09 -07:00
Dan Field
4bc35fc87a
Allow DSS to be dragged when its children do not fill extent ( #31832 )
...
* Allow DSS to be dragged when its children do not fill extent
* Fix when maxChildSize < 1.0
2019-04-30 15:42:42 -07:00
Dan Field
c0d5fd23ab
Handle notification errors ( #31868 )
2019-04-30 15:42:22 -07:00
Jonah Williams
5e77d6508e
Initial sketch of tools testbed ( #31765 )
2019-04-30 15:42:16 -07:00
Jonah Williams
48936d9a95
Remove deprecated commands ( #31759 )
2019-04-30 14:43:03 -07:00
liyuqian
fb87619143
Fix prefer_const_constructors ( #31860 )
...
This will fix our flutter build post-submit analyze test
Merge on red to fix flutter build
2019-04-30 10:38:26 -07:00
Tong Mu
fea2c7d671
Redo: Add buttons to gestures ( #31819 )
...
* Revert "Revert "Add buttons to gestures (#30339 )" (#31801 )"
This reverts commit 8fd7fa492aaad0d0d4aa062d71b1ecba8b0d4f44.
* Synthesise kPrimaryButton for unknown devices
* Change TestPointer to a better API
2019-04-30 09:56:24 -07:00