Jonah Williams
6728cf34cc
[flutter_tools] remove more mocks from runner tests ( #84312 )
2021-06-10 12:00:38 -07:00
Jonah Williams
67a57eb9a5
[flutter_tools] remove feature for alternative invalidation strategy ( #84366 )
2021-06-10 11:59:04 -07:00
Simon Binder
01e823c4fb
Avoid non-nullable Future.value() ( #84138 )
2021-06-10 11:54:04 -07:00
Pedro Massango
3193285c7d
Add SizedBox.square() constructor ( #84041 )
...
* Add SizedBox.square() constructor
* Fix comment and move test case to the right file
* Add missing import statement
2021-06-10 19:49:40 +01:00
Craig Labenz
02b46b0d77
refactor: Add MaterialStateMixin ( #82843 )
2021-06-10 11:44:04 -07:00
xubaolin
b5fc79f9ec
TextField terminal the enter and space raw key events by default ( #82671 )
2021-06-10 11:39:04 -07:00
Alexandre Ardhuin
2c998d8be7
fix indentation of class members ( #84293 )
2021-06-10 11:29:03 -07:00
Jonah Williams
04933efb43
[flutter_tools] fully remove mocks from version_test.dart ( #84311 )
2021-06-10 11:09:03 -07:00
Cristian Zazo
3ae8fb25f6
Fix AppBar's title doc ( #82570 )
2021-06-10 10:29:03 -07:00
timekone
25c3f345f6
Add RotatedBox Widget of the Week video to docs ( #84182 )
2021-06-10 10:08:06 -07:00
Justin Hutchins
db528a24a3
Improve WebDriver error message ( #81107 )
...
* Add link to documentation in error message
The current WebDriver message is incomplete. Add link to
the documentation on WebDrivers for different browsers
to help troubleshooting.
2021-06-10 08:52:42 -07:00
Jonah Williams
10840352ce
[flutter_tools] switch flutter sdk to dart format ( #84273 )
2021-06-10 07:54:03 -07:00
Gary Qian
e70a1d1d7a
Support WidgetSpan in RenderEditable ( #83537 )
2021-06-09 21:54:02 -07:00
Greg Spencer
bf1fb6e84b
Switch sample analysis over to use package:flutter_lints ( #84303 )
...
This switches the sample analysis code to use package:flutter_lints instead of the flutter repo analysis options, so that they are compatible with a similar change to DartPad.
2021-06-09 18:09:14 -07:00
Jenn Magder
e6fe1ed73a
Migrate android application_package to null safety ( #84227 )
2021-06-09 16:09:04 -07:00
Rami
e12c75167b
Only trigger AppBar scrolledUnder state for vertical scrolling and not horizontal ( #84268 )
2021-06-09 11:39:04 -07:00
J-P Nurmi
ae9766655d
Add ExpansionTile.controlAffinity ( #80360 )
2021-06-09 10:13:09 -07:00
Alexandre Ardhuin
e467018d06
alignment of doc comments and annotations ( #84256 )
2021-06-09 07:54:02 -07:00
Tong Mu
0d1358d7ee
Impl ( #84171 )
2021-06-09 01:59:04 -07:00
xubaolin
6f2ca4025b
fix a ListWheelScrollView childDelegate update bug ( #82675 )
2021-06-08 19:39:03 -07:00
Jonah Williams
cb2eef04ed
[flutter_tools] remove remaining mocks from cache_test.dart ( #84218 )
2021-06-08 17:42:11 -07:00
Jonah Williams
85be4f6c96
[flutter] when primary mouse pointers don't contact a focused node, reset the focus ( #82575 )
2021-06-08 17:39:05 -07:00
Alex Melnyk
23d705c30b
Fix typo in create.dart ( #82454 )
2021-06-08 15:58:01 -07:00
Jonah Williams
6a75e48607
[flutter_tools] remove substantial mocking from version test ( #84007 )
2021-06-08 10:47:03 -07:00
Ren You
9ecba20fbd
Revert "Always push layer for RenderAnimatedOpacityMixin ( #83145 )" ( #84187 )
...
This reverts commit 048baa75913ede225cf140b725dda87f9dc2bebd.
2021-06-08 08:46:25 -07:00
Darren Austin
c7bfef6721
Mark flaky tests in 'expression_evaluation_web_test' as skipped. ( #84163 )
...
Turned off all tests in expression_evaluation_web_test.dart as there were several that appeared in flake reports.
2021-06-07 20:20:58 -07:00
LongCatIsLooong
21273fde8e
[TextSelectionControls] move the tap gesture callback into _TextSelectionHandlePainter, remove _TransparentTapGestureRecognizer
. ( #83639 )
2021-06-07 19:14:04 -07:00
Lau Ching Jun
89a3c353e6
Add more analytics for hot reload in flutter_tools. ( #83972 )
2021-06-07 18:51:47 -07:00
Dan Field
c1fe2bd1e0
Reland "Dispose render objects when owning element is unmounted. ( #82883 )" ( #83790 ) ( #83920 )
2021-06-07 18:39:02 -07:00
Dan Field
bcc8f083a2
Forbid calling findRenderObject on an unmounted element ( #83962 )
2021-06-07 16:37:55 -07:00
Michael Goderbauer
5a2530b28e
Remove unused protobuf dependency ( #84148 )
2021-06-07 15:34:06 -07:00
Michael Goderbauer
c077278431
Migrate integration_tests/channels to null safety ( #84145 )
2021-06-07 15:29:05 -07:00
Jonah Williams
aaff32902e
[flutter_tools] remove all mocks from attach.dart ( #84118 )
2021-06-07 15:24:03 -07:00
Michael Goderbauer
811f0d9a15
"Migrate" dummy packages to null safety ( #84013 )
2021-06-04 22:14:03 -07:00
Bikram Pandit
44ebcb66d1
Move cursor position to the end of search query in SearchDelegate after query is set ( #83512 )
2021-06-04 19:29:04 -07:00
Jonah Williams
3638c41959
[flutter_tools] remove more mocks from cache_test ( #83522 )
2021-06-04 11:24:06 -07:00
Dan Field
5547bfdb5d
Delete obsolete TODO and skip ( #83968 )
2021-06-04 10:59:03 -07:00
Sam Rawlins
da9b11ec24
Remove "unnecessary" imports. ( #83959 )
2021-06-04 10:54:05 -07:00
Jenn Magder
4c6a9dcb40
Migrate a few tool libraries to null safety ( #83862 )
2021-06-04 10:49:04 -07:00
Dan Field
febce13a94
Make retry logic more permissive for network errors ( #83965 )
2021-06-03 23:44:03 -07:00
Alexandre Ardhuin
cfc08594d9
enable lint use_test_throws_matchers ( #83943 )
2021-06-03 22:14:03 -07:00
Darren Austin
8252296a35
Fixed TimeOfDay.hourOfPeriod for the noon and midnight cases. ( #83947 )
2021-06-03 18:24:04 -07:00
Jonah Williams
ca789bf5a1
[flutter_tools] bail from printing if devtools launch fails ( #83934 )
2021-06-03 18:19:05 -07:00
Jenn Magder
c6359dc93f
Remove globals from android application_package ( #83852 )
2021-06-03 18:14:04 -07:00
Jonah Williams
85df73d0e3
[flutter] ensure vmservice binding is registered in profile mode ( #83913 )
2021-06-03 17:59:03 -07:00
Jenn Magder
f41fa9dd48
Migrate deferred_components_prebuild_validator to null safety ( #83854 )
2021-06-03 17:54:05 -07:00
chunhtai
97dfafbb62
Make tooltip hoverable and dismissible ( #83830 )
2021-06-03 17:49:05 -07:00
Kate Lovett
92992550e6
Fix widgets with built-in scrollbars ( #83828 )
2021-06-03 17:44:05 -07:00
ruskryzhanovskiy
a42159316b
Additional flags for xcodebuild ( #83128 )
2021-06-03 17:39:05 -07:00
Alexandre Ardhuin
32540774c0
enable lint noop_primitive_operations ( #83930 )
2021-06-03 17:34:10 -07:00