6921 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
Jason Simmons
3ed6b206d2
Fix text escaping in the AboutListTile sample code (#62707) 2020-08-04 13:36:05 -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
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
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
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
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
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
Greg Spencer
638a944984
Fix doc warnings for focus code (#62602) 2020-07-30 13:04:27 -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
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
Juyeong Lee
26f9d734e9
Update image docs that Image.file() cashes file (#62301) 2020-07-29 21:31:03 -07:00
Tong Mu
5398f5c566
Add tests for platform views' hover behavior (#61667) 2020-07-29 14:47:06 -07:00
Michael Goderbauer
88a7d83a32
fix unresolved doc references in widgets - part 2 (#62499) 2020-07-29 14:27:12 -07:00
Michael Goderbauer
7107841653
Fix more unresolved doc references in material (#62509) 2020-07-29 14:26:24 -07:00
Hans Muller
6139708eaf
Added OverflowBar widget (#62350) 2020-07-29 13:41:04 -07:00
Tong Mu
c177db172d
Refactor gen_keycode: Split generators (#61916)
* Split gen_keycode to make maintenance easier.
2020-07-29 13:20:07 -07:00
Alexandre Ardhuin
a7e868dd87
migrate animation to nullsafety (#62485)
* migrate animation to nullsafety

* nullable tween

* fix generic type issue

* address review comment
2020-07-29 22:00:45 +02:00
Michael Goderbauer
0c3b0c5193
Fix todo in restoration framework (#62500) 2020-07-29 10:41:56 -07:00
Michael Goderbauer
a1800730c3
Fix 'unresolved doc reference' for material A-D (#62473) 2020-07-29 10:21:04 -07:00
Todd Volkert
da62b6ded2
Fix Border.symmetric: phase 3 (#62471)
This removes the (now unused) `invertMeaningOfVerticalAndHorizontal`
flag.

Fixes https://github.com/flutter/flutter/issues/61470
2020-07-29 10:20:39 -07:00
Justin McCandless
a4d570f0dd
SelectableText handles after Select All (#62072) 2020-07-29 08:26:05 -07:00
Rami
0a69e810b1
[Material] Add support for high contrast theming to Material apps (#62337) 2020-07-29 08:06:06 -07:00
Michael Goderbauer
ddb6d9d913
Revert "Revert "Export Material curves in the Material lib (#62421)" (#62431)" (#62435) 2020-07-28 19:56:03 -07:00
Michael Goderbauer
81087ef2b6
Fix "unresolved doc reference" in widgets layer - part 1 (#62452) 2020-07-28 19:55:16 -07:00
Michael Goderbauer
f4e10b4fb5
Make dartdoc warnings fatal (& cleanup of warnings) (#62367) 2020-07-28 16:11:04 -07:00
Michael Goderbauer
e17a721951
Ban unresolved dartdoc directives from HTML output (#62167) 2020-07-28 15:26:33 -07:00
Rustem Kakimov
0beda0e7fc
Fix typos in implicit_animations.dart (#62287) 2020-07-28 15:16:11 -07:00
Michael Goderbauer
fe05cfbe6c
Fix "unresolved doc reference" in rendering layer (#62443) 2020-07-28 15:13:55 -07:00
Rami
064a9e5783
Ensure banner reads banner theme's leading padding property (#62195) 2020-07-28 15:11:09 -07:00
Alexandre Ardhuin
00dcd5f49b
migrate gestures to nullsafety (#62157) 2020-07-28 15:11:05 -07:00
Michael Goderbauer
1d5a9ae215
Update the FlutterLogo colors and gradients (#62052) 2020-07-28 15:06:04 -07:00
Jonah Williams
1b37da4f92
Revert "Export Material curves in the Material lib (#62421)" (#62431)
This reverts commit 80237ef8d66d2ee0988c754f7686a290a7dfa3d5.
2020-07-28 11:54:01 -07:00
Pragya
c867a1ed23
Updated 'CustomClipper.shouldReclip' doc (#62101) 2020-07-28 10:51:06 -07:00
Darren Austin
c14e328c26
Updated references to the old button classes to the new ones in comments and documentation for classes in the widgets, services and rendering libraries. (#62099) 2020-07-28 10:46:10 -07:00
Hans Muller
aa771d509b
Replace mistaken dartdoc [Foo..bar] references with [Foo.bar] (#62338) 2020-07-28 10:44:41 -07:00
Darren Austin
c1e7176d24
Updated references to the old button classes to the new ones in comments and documentation for classes in the material library. (#62092) 2020-07-28 10:41:06 -07:00
Darren Austin
76c7ca5433
Updated the About dialog to use the new button API. (#62075) 2020-07-28 10:36:19 -07:00
Kate Lovett
9bf1793a10
Fix crossSize for baseline (#62074) 2020-07-28 10:36:15 -07:00