14026 Commits

Author SHA1 Message Date
Darren Austin
bebc119ce5
TextSelectionTheme support (step 1 of 3) (#62014)
Create a new TextSelectionTheme for text selection properties.
2020-08-04 16:06:28 -07:00
Michael Goderbauer
3b887bec47
Reland "migrate part of painting to nullsafety (#62696)" (#62872) 2020-08-04 16:06:04 -07:00
Jonah Williams
428be90768
[null-safety] revert export of Fake from test_api (#62894) 2020-08-04 14:31:05 -07:00
Jonah Williams
9be31e26ef
[null-safety] remove quiver from flutter tests (#62866) 2020-08-04 14:26:04 -07:00
Ian Hickson
18e2c16718
Update skipped test comment to point to an open bug (#62820) 2020-08-04 13:41:05 -07:00
Jason Simmons
3ed6b206d2
Fix text escaping in the AboutListTile sample code (#62707) 2020-08-04 13:36:05 -07:00
Ian Hickson
4a4e9bad84
Enable a scrolling fling test. (#62825) 2020-08-04 12:46:07 -07:00
LongCatIsLooong
3bc3ea51ed
longestLine layout width (#62657) 2020-08-04 12:43:17 -07:00
Rami
f29f05ed17
Address misc time picker design issues (#62803) 2020-08-04 12:41:05 -07:00
Juyeong Lee
8497496838
Upadte systemNavigationBarIconBrightness docs (#62729) 2020-08-04 12:36:04 -07:00
Chris Yang
2459f5c513
plugin template min flutter sdk version to 1.20 (#62605) 2020-08-04 12:31:05 -07:00
Jonah Williams
e8ad863a08
Revert "move compile/target sdk versions to 29 (#62799)" (#62884)
This reverts commit 5b3dc5251be6a56a8b65ae9e578ff2b330806ebc.
2020-08-04 11:20:16 -07:00
Michael Goderbauer
4c7fae93aa
Revert "migrate part of painting to nullsafety (#62696)" (#62868)
This reverts commit 4518a72ffdc84ad950ae85749dcab02352e1ebc4.
2020-08-04 10:44:43 -07:00
Rami
643da4b7a4
Ensure dark theme is used when high contrast dark theme isn't provided (#62668) 2020-08-04 11:32:36 -04:00
Ming Lyu (CareF)
a36b0ba4f6
promote WidgetTester pumpAndSettle (#62640) 2020-08-04 08:31:08 -07:00
Ming Lyu (CareF)
e03980ec47
separate scroll until visible implementation for lower level accessibility (#62462) 2020-08-04 08:31:04 -07:00
Jonah Williams
32144161ae
[null-safety] remove some usages of mockito (#62809) 2020-08-04 08:26:12 -07:00
xster
5b3dc5251b
move compile/target sdk versions to 29 (#62799) 2020-08-04 08:26:08 -07:00
Alexandre Ardhuin
4518a72ffd
migrate part of painting to nullsafety (#62696)
* migrate part of painting to nullsafety

* address review comments

* address review comment
2020-08-04 17:26:00 +02:00
Darren Austin
0367d4f57c
Fix test lifecycle clean up for screen size and semantics. (#62761) 2020-08-03 16:31:05 -07:00
Hans Muller
26f976f569
Use OverflowBar instead of ButtonBar in DateRangePicker (#62695) 2020-08-03 16:26:05 -07:00
Hans Muller
ddeb5bb9c8
Use OverflowBar instead of ButtonBar in DatePicker (#62686) 2020-08-03 14:27:17 -07:00
Hans Muller
17d317977b
Use OverflowBar instead of ButtonBar in TimePicker (#62601) 2020-08-03 14:26:43 -07:00
Alexandre Ardhuin
e3c3d6eb7e
text selection affinity can be null on web (#62778) 2020-08-03 14:26:05 -07:00
Hans Muller
2b51ac6f35
Use OverflowBar instead of ButtonBar in MaterialBanner (#62703) 2020-08-03 14:25:38 -07:00
Jonah Williams
a0745e23bf
[flutter_tools] add --analyze-size flag (#62697) 2020-08-03 14:21:05 -07:00
Jacob MacDonald
67e9b2945e
update to use more null safe packages (#62525)
Updates all the dependencies used in the most basic test and flutter_test isolates.
2020-08-03 12:29:30 -07:00
Michael Goderbauer
e5ca020d66
Make dartdoc warnings fatal for flutter_test (#62614) 2020-08-03 10:46:04 -07:00
Mehmet Fidanboylu
5a6dfa35ca
Remove mistakenly added DartDevelopmentService dependency (#62792) 2020-08-03 10:33:07 -07:00
Jonah Williams
c24772e8fb
[versions] update to the latest sdk versions (#62687) 2020-08-03 10:31:06 -07:00
Helin Shiah
5ce7282a36
Return devtools serve response instead of printing (#62702) 2020-08-03 10:26:12 -07:00
Pierre-Louis
52299fa34f
Cache floating cursor location on start event instead of update (#62415) 2020-08-03 10:26:07 -07:00
Alexandre Ardhuin
7884420a0a
migrate services to nullsafety (#62513)
NNBD migration for services
2020-07-31 11:20:00 -07:00
Helin Shiah
7cbec567de
Add daemon handler to start devtools (#62608) 2020-07-31 11:06:05 -07:00
Peter Lee
8b39af2ea7
Implement size analyzer to unzip & parse APK and AOT size snapshot to generate analysis json (#62495)
* Implement size analyzer to unzip & parse APK and AOT size snapshot to generate analysis json
2020-07-31 13:25:29 -04:00
chunhtai
8663b3c4bf
Reland "remove usage to applyTextScaleFactorToWidgetSpan" (#62587)
This reverts commit 561735ad89a14c63597f9acb77d447c7e0ed4fec.
2020-07-31 10:18:20 -07:00
Nolan Scobie
19f8fb1cac
Fix SemanticsNode.rect position for nested scrollables with useTwoPaneSemantics (#62359) 2020-07-31 09:46:06 -07:00
Jonah Williams
30aef0a3b9
[flutter_tools] add snapshot analysis dependency (#62590) 2020-07-30 14:20:21 -07:00
Chris Yang
48fab86c6e
[flutter_tools] update pubspec .yaml message should not be displayed when creating a new plugin (#62599)
* update pubspec message should not be displayed when creating a new plugin

* formatting

* revikew

* review

* cleanup
2020-07-30 13:49:15 -07:00
Jonah Williams
fbd29b8880
[flutter_tools] fix formatting regression in analyze and add full coverage (#62593) 2020-07-30 13:41:02 -07:00
Angjie Li
12397fba6d
Allow Flutter Web Driver testing in debug mode. (#62577) 2020-07-30 13:40:04 -07:00
Greg Spencer
638a944984
Fix doc warnings for focus code (#62602) 2020-07-30 13:04:27 -07:00
Ming Lyu (CareF)
87dbfa8330
Update framePolicy docs (#61773) 2020-07-30 12:11:03 -07:00
Michael Goderbauer
395510134c
Random unresolved doc reference fixes I missed before (#62582) 2020-07-30 12:01:04 -07:00
xubaolin
aa1acd8e54
Ignore unmounted parent when _debugVerifyGlobalKeyReservation for GlobalKey check (#62323)
* Ignore unmounted parent when _debugVerifyGlobalKeyReservation (#62055)

* Ignore unmounted parent when _debugVerifyGlobalKeyReservation (#62055)

* Ignore unmounted parent when _debugVerifyGlobalKeyReservation (#62055)

* Ignore unmounted parent when _debugVerifyGlobalKeyReservation (#62055)

* Ignore unmounted parent when _debugVerifyGlobalKeyReservation (#62055)

* Ignore unmounted parent when _debugVerifyGlobalKeyReservation (#62055)
2020-07-30 10:07:18 -07:00
Jonah Williams
b880dad4ab
[flutter_tools] delete test that will start failing (#62580) 2020-07-30 10:06:02 -07:00
Todd Volkert
7ec2d360bc
Add comment to developers about adding new system sound types (#62552)
flutter/flutter#62143
2020-07-29 23:25:38 -07:00
Michael Goderbauer
685590f872
Fix even more unresolved doc references in material (#62520)
* Fix even more unresolved doc references in material

* ++

* ++
2020-07-29 22:54:58 -07:00
Ayush Bherwani
87ee003f0c
replaces deprecated api usage for android (#62515) 2020-07-29 21:36:04 -07:00
Juyeong Lee
26f9d734e9
Update image docs that Image.file() cashes file (#62301) 2020-07-29 21:31:03 -07:00