22009 Commits

Author SHA1 Message Date
Justin McCandless
29d33cc38e
Autocomplete Split UI (#72553)
Allows passing in a TextEditingController and FocusNode to RawAutocomplete, which enables split UIs where the TextField is in another part of the tree from the results.
2021-01-06 09:04:46 -08:00
engine-flutter-autoroll
5c6640df52
Roll Engine from e115066dcd65 to c98ff298fe0e (2 revisions) (#73390) 2021-01-06 08:24:02 -08:00
YeungKC
35af0d7b1b
Fix dateAndTime and time modes of CupertinoDatePicker. (#73276) 2021-01-06 08:19:04 -08:00
engine-flutter-autoroll
d0e9959a46
Roll Engine from e1c1eb0d8c95 to e115066dcd65 (2 revisions) (#73380) 2021-01-05 19:14:03 -08:00
Jonah Williams
66175760be
[flutter_tools] delete .packages during flutter clean (#73364) 2021-01-05 18:54:03 -08:00
Jonah Williams
c2ce0e68c6
[flutter_tools] prevent NPE due to moved/deleted packages during upgrade packages (#73357) 2021-01-05 18:49:02 -08:00
Jonah Williams
7c618758bb
[flutter_tools] delegate first run message re-display to new class, only if changed (#73353) 2021-01-05 18:44:04 -08:00
engine-flutter-autoroll
5f4cf6596e
e1c1eb0d8 Roll Skia from 6356cb1904b8 to 2833b08efbe6 (6 revisions) (flutter/engine#23431) (#73371) 2021-01-05 16:49:03 -08:00
Shi-Hao Hong
01d2325be1
Complete migration to null safety in api documentation (#72939)
* Remove all usage of no_null_safety in API docs workflows
2021-01-06 08:27:34 +08:00
Shi-Hao Hong
e8cf674082
[NNBD] Migrate sample code (#72938) 2021-01-06 08:26:53 +08:00
Jia Hao
47bad77287
Support flutter_test_config for flutter test on web platforms (#72488) 2021-01-05 15:49:02 -08:00
engine-flutter-autoroll
ba91a69f22
Roll Engine from d34c9912eb4a to a39f2839fa9c (5 revisions) (#73365) 2021-01-05 15:44:02 -08:00
Jesse
4901744e62
Add BuildContext parameter to TextEditingController.buildTextSpan (#72344) 2021-01-05 14:04:06 -08:00
Kate Lovett
3fd3447f96
Add PrioritizedIntents to support multiple shortcut configurations (#72560) 2021-01-05 16:02:44 -06:00
Sam Rawlins
542084d088
Remove "unnecessary" imports. (#73340) 2021-01-05 12:44:03 -08:00
engine-flutter-autoroll
339f6680ef
Roll Engine from e43fab841e89 to d34c9912eb4a (2 revisions) (#73349) 2021-01-05 12:29:02 -08:00
Sam Rawlins
81cc99c8d2
Remove "unnecessary" imports. (#73344) 2021-01-05 12:24:03 -08:00
engine-flutter-autoroll
00ca778eca
Roll Plugins from 16f37e9a814e to b64bebff9743 (2 revisions) (#73348) 2021-01-05 12:19:03 -08:00
engine-flutter-autoroll
7c84ef54c9
Roll Engine from 022bb11fa76c to e43fab841e89 (2 revisions) (#73343) 2021-01-05 11:14:05 -08:00
nturgut
985e5ff324
[web] add web-renderer option to flutter test. run web tests with this option (#73069)
* add web-renderer option to flutter test. run web tests with this option

* remove debug lines
2021-01-05 10:57:01 -08:00
chunhtai
5113c50a36
improve error message for navigator page api (#73153) 2021-01-05 10:54:04 -08:00
Amit Patil
119e0ea149
circleAvatar: foreground Image uses background Image as a fall-back (#71783)
* foregroundImage property added

* fixed documentaion nits

* test for fallback to background image on foreground image failover

* golden test
2021-01-05 10:29:10 -08:00
engine-flutter-autoroll
be8b6bf071
Roll Engine from b7352132cdc7 to 022bb11fa76c (2 revisions) (#73328) 2021-01-05 08:04:03 -08:00
xubaolin
27b7ec348c
Fix Gallery subtitle not updating correctly upon selection (#73303) 2021-01-05 23:27:59 +08:00
engine-flutter-autoroll
a293c82251
16f37e9a8 [camera_platform_interface] Added imageFormatGroup to initialize (flutter/plugins#3364) (#73301) 2021-01-05 01:04:03 -08:00
engine-flutter-autoroll
dc537037e2
Roll Engine from b9dc0cf1d8c2 to b7352132cdc7 (2 revisions) (#73297) 2021-01-05 00:39:02 -08:00
engine-flutter-autoroll
7c26c8fbb1
b9dc0cf1d Roll Skia from eae5c1619083 to 04ccda6c28c4 (1 revision) (flutter/engine#23413) (#73292) 2021-01-04 22:19:03 -08:00
engine-flutter-autoroll
d746cd34b8
0049dcbfe Roll Fuchsia Linux SDK from lxKr8i_TC... to nVvyfiqlp... (flutter/engine#23411) (#73290) 2021-01-04 21:14:03 -08:00
Shi-Hao Hong
a912030982
[gen_l10n] Use l10n.yaml file instead of command line arguments if it exists (#72950)
* Reorganize files

* Use l10n.yaml instead of command line args
2021-01-05 11:50:32 +08:00
engine-flutter-autoroll
a7030ad977
Roll Engine from bae6f4490209 to 90d1f05686e7 (5 revisions) (#73285) 2021-01-04 19:39:02 -08:00
Pierre-Louis
47e3e75b07
Improve Cupertino docs (#72927)
* Add 'See also' to cupertino library

* Add snippets to CupertinoApp

* Add CupertinoPageScaffold samples

* Revert "Add CupertinoPageScaffold samples"

This reverts commit 01b0adf351f0320af7835551102d62e3416f0eab.

* Revert "Revert "Add CupertinoPageScaffold samples""

This reverts commit 0af506237a16f7fec5f3744a9bd015a511a15f72.

* Add CupertinoNavigationBar sample

* Tweak CupertinoPageScaffold sample

* Don't use Material in cupertino samples

* Fix colors

* Fix capitalization

Co-authored-by: Shi-Hao Hong <shihaohong@google.com>

* Apply suggestions from code review

Co-authored-by: Shi-Hao Hong <shihaohong@google.com>

* Add comment about backgroundColor

Co-authored-by: Shi-Hao Hong <shihaohong@google.com>
2021-01-04 23:09:02 +01:00
engine-flutter-autoroll
620fd79d47
Roll Engine from c2c11bc74557 to bae6f4490209 (2 revisions) (#73269) 2021-01-04 08:29:03 -08:00
Chinmoy
c53058d8ed
Fixed typo in icon theme (#73247) 2021-01-04 08:24:02 -08:00
Shi-Hao Hong
4d663472e2
[gen_l10n] Improve status message when untranslated messages are still present (#72944) 2021-01-04 01:54:02 -08:00
engine-flutter-autoroll
14cbd6d779
Roll Engine from 121b67fb8594 to c2c11bc74557 (5 revisions) (#73259) 2021-01-04 01:49:03 -08:00
engine-flutter-autoroll
299e017e41
Roll Engine from 82b4ae86d69b to 121b67fb8594 (8 revisions) (#73235) 2021-01-03 03:29:01 -08:00
engine-flutter-autoroll
d3a2259541
cfa709835 Added closeCaptureSession() to stopVideoRecording in Camera.java to fix an Android 6 crash (flutter/plugins#3336) (#73170) 2020-12-31 12:14:03 -08:00
Shi-Hao Hong
0b6af5aabb
Navigator assert on non restorable routes returned by onGenerateInitialRoutes (#73082) 2020-12-31 12:09:02 -08:00
Shi-Hao Hong
efc84ab1ec
Fix type issue with RestorableNumN (and its subclasses) (#72862)
* Fix type issue with restorableN values
2020-12-31 10:00:55 +08:00
engine-flutter-autoroll
827ada1cef
Roll Engine from 7cb464aedbf3 to 82b4ae86d69b (4 revisions) (#73154) 2020-12-30 17:59:01 -08:00
engine-flutter-autoroll
43c7b80f45
7cb464aed Switch to new virtuals on SkCanvas (flutter/engine#23350) (#73151) 2020-12-30 16:54:02 -08:00
engine-flutter-autoroll
c4738f82b5
Roll Engine from e344970f1ac8 to 98ebeb11b5f7 (5 revisions) (#73150) 2020-12-30 15:49:04 -08:00
LongCatIsLooong
05a80eb80e
Handle infinite/NaN rects in Hero flights. Less exclamation marks. (#72946) 2020-12-30 15:34:04 -08:00
engine-flutter-autoroll
373ec58da1
96e2328fe [camera] Add iOS and Android implementations for managing auto exposure. (flutter/plugins#3346) (#73146) 2020-12-30 14:54:02 -08:00
Chinmoy
3bacfedb5c
Removed mouseCursor property from list of not null properties (#73138) 2020-12-30 14:49:03 -08:00
engine-flutter-autoroll
18d3dd6d98
e344970f1 Roll Skia from f84dfd69861a to d150a58c04ed (1 revision) (flutter/engine#23339) (#73127) 2020-12-30 14:44:02 -08:00
engine-flutter-autoroll
4b83be6c23
0e5a25d77 Roll Fuchsia Mac SDK from NO2OUA57b... to hIpDO_txN... (flutter/engine#23337) (#73126) 2020-12-29 23:09:03 -08:00
engine-flutter-autoroll
e7e7bb2ef5
d3a066945 Roll Skia from 791f8d8c3bd5 to f84dfd69861a (1 revision) (flutter/engine#23335) (#73124) 2020-12-29 20:44:01 -08:00
engine-flutter-autoroll
912fe6fe21
84e1eb9c8 Roll Skia from c56e2e5aa65d to 791f8d8c3bd5 (1 revision) (flutter/engine#23334) (#73123) 2020-12-29 19:39:03 -08:00
engine-flutter-autoroll
5882072f70
33c127018 Roll Skia from 36129133f106 to c56e2e5aa65d (3 revisions) (flutter/engine#23333) (#73121) 2020-12-29 18:14:01 -08:00