25833 Commits

Author SHA1 Message Date
Alexander Dahlberg
baecbdfe14
Fixed order dependency and removed no-shuffle tag in flutter_driver_test (#89477) 2021-09-09 21:12:02 -07:00
Jenn Magder
51588ab808
Set plugin template minimum Flutter SDK to 2.5 (#89695) 2021-09-09 20:42:03 -07:00
Jenn Magder
18f8b63e0a
Run flutter_gallery ios tests on arm64 device (#89618) 2021-09-09 20:37:03 -07:00
Jenn Magder
84086d8a9c
Clean up null assumptions in vmservice for null safe migration (#89009) 2021-09-09 19:32:02 -07:00
engine-flutter-autoroll
481d5b6acd
Roll Engine from 6a3b04632b57 to 57bc7414b894 (35 revisions) (#89807) 2021-09-09 18:42:04 -07:00
creativecreatorormaybenot
4015de94e7
Add & improve DropdownButtonFormField reference to DropdownButton (#89079) 2021-09-09 17:52:09 -07:00
creativecreatorormaybenot
2334a9b6b0
Add all cubics to Cubic class doc (#89076) 2021-09-09 17:47:04 -07:00
Alexander Dahlberg
ed92f1890e
Fixed leak and removed no-shuffle tag in dismissible_test.dart (#88933) 2021-09-09 17:42:05 -07:00
xubaolin
ba734ed63c
PageView resize from zero-size viewport should not lose state (#65015) 2021-09-09 17:37:04 -07:00
Jenn Magder
855af29084
Migrate ios_deploy to null safety (#88851) 2021-09-09 17:32:05 -07:00
Jenn Magder
ecd046e941
Turn Linux flutter_plugins test off (#89806) 2021-09-09 17:06:46 -07:00
engine-flutter-autoroll
20e55bf99d
Roll Plugins from 5306c02db66b to d5b65742487f (27 revisions) (#89803) 2021-09-09 16:49:10 -07:00
Jenn Magder
b2889091e5
Increase integration_test package minimum iOS version to 9.0 (#89621) 2021-09-09 15:32:33 -07:00
creativecreatorormaybenot
1d862ec7ea
Document AssetBundle loadString Decoding Behavior (#88822) 2021-09-09 14:02:13 -07:00
LongCatIsLooong
52b49427de
Document FIFO ordering guarantee (#89441) 2021-09-09 13:57:04 -07:00
Jason Simmons
a14be9d290
Run the flutter_tools create test in online mode before testing offline mode (#89779)
Offline pub assumes that the pub cache contains all needed packages.  Running
"flutter create" in online mode first will ensure that the pub cache is populated.

Fixes https://github.com/flutter/flutter/issues/89759
2021-09-09 13:31:37 -07:00
Kate Lovett
000f4444b8
Update ScaffoldMessenger docs for MaterialBanners (#89700)
* Update scaffold messenger docs for material banners

* Typos
2021-09-09 10:11:07 -07:00
Jenn Magder
58944e6b88
Revert "Enable caching of CPU samples collected at application startup (#89600)" (#89704)
This reverts commit 619121b095d9b506451387bde027038e7a986ab8.
2021-09-08 19:37:34 -07:00
Ben Konyi
619121b095
Enable caching of CPU samples collected at application startup (#89600) 2021-09-08 17:22:04 -07:00
xubaolin
cec1457476
fix a DraggableScrollableSheet bug (#89335) 2021-09-08 17:17:06 -07:00
Dan Field
1745402d76
Document multi-timeline usage (#88604) 2021-09-08 17:12:04 -07:00
Flutter GitHub Bot
d3ce7f8c4c
Marks Windows hot_mode_dev_cycle_win_target__benchmark to be unflaky (#89177) 2021-09-08 15:47:03 -07:00
Gary Qian
2eb3391698
Turn off bringup for Linux android views (#89685) 2021-09-08 15:42:05 -07:00
creativecreatorormaybenot
d4c3c7efcd
Fix (Vertical)Divider samples & docs (#89062) 2021-09-08 15:32:04 -07:00
Jenn Magder
34ba64738e
Clean up null assumptions in devfs to prep for null safety migration (#88934) 2021-09-08 15:27:05 -07:00
Alexander Dahlberg
4dba7d839b
Fixed leak and removed no-shuffle tag in widgets/clip_test.dart (#88824) 2021-09-08 15:22:06 -07:00
J-P Nurmi
40b33e238b
Autocomplete: support asynchronous options (#88193) 2021-09-08 15:17:04 -07:00
Gary Qian
13b38add89
Directly specify keystore to prevent debug key signing flake in Deferred components integration test. (#89606) 2021-09-08 13:08:41 -07:00
Ben Konyi
41101b7058
Update DDS to 2.1.2 (#89591) 2021-09-08 12:57:03 -07:00
Janice Collins
0353fa282b
Update dartdoc to 3.0.0 (#89603) 2021-09-08 12:32:06 -07:00
Zachary Anderson
71a4c6f8e8
Revert "Fix computeMinIntrinsicHeight in _RenderDecoration (#87404)" (#89667)
This reverts commit 5cf62e84451c23a8aa8c65d56b001913453f39d7.
2021-09-08 11:26:02 -07:00
keyonghan
222a82e4ba
Remove flutter gallery test family (Linux/android) from prod pool (#89593) 2021-09-08 11:12:06 -07:00
Zachary Anderson
b0816e6364
Revert "Implement operator = and hashcode for CupertinoThemeData (#89604)" (#89670)
This reverts commit bf8e1270a7688a3520626d8a8c9bc8ed96673897.
2021-09-08 10:54:31 -07:00
jacobsimionato
bf8e1270a7
Implement operator = and hashcode for CupertinoThemeData (#89604)
This fixes #71222

* Implement operator = and hashcode for CupertinoThemeData and CupertinoTextThemeData which CupertinoThemeData depends on.
* Add basic tests for CupertinoThemeData equality and hashcode.

I also manually tested the case mentioned in #71222, e.g. equality of ThemeData(cupertinoOverrideTheme: someTheme)

Co-authored-by: Jacob Simionato <jsimionato@google.com>
2021-09-08 13:45:04 -04:00
Greg Spencer
9cea691752
Switch to Debian bullseye, update nodejs to npm package, add flutter desktop run dependencies (#89309)
This change updates the Dockerfile for Cirrus builds:

- Switch to a newer stable Debian build (bullseye instead of stretch)
- Eliminates the very old (10) nodejs install in favor of the npm package
- Installs OpenJDK so that Android SDK manager can run on bullseye
- Installs the prerequisites for Linux desktop flutter run.

The motivation for this change was to include the dependencies for Linux desktop flutter run so that I can run tests that use desktop Flutter apps, but that needs cmake 3.10 or later, and stretch doesn't have a cmake that new. Of course, there's also no openjdk-8-jre for bullseye, so I used OpenJDK from JFrog instead.
2021-09-08 09:52:39 -07:00
Yash Johri
36c51cb6d7
[CheckboxListTile, SwitchListTile, RadioListTile] Adds visualDensity, focusNode and enableFeedback (#89353)
This PR adds visualDensity, focusNode and enableFeedback to:

- CheckboxListTile
- SwitchListTile
- RadioListTile
2021-09-08 09:43:22 -07:00
engine-flutter-autoroll
bd8ee41f01
Roll Engine from 4159d7f0f156 to 6a3b04632b57 (2 revisions) (#89631) 2021-09-08 00:46:06 -07:00
engine-flutter-autoroll
d2de2adb6b
4159d7f0f Roll Skia from 10fa1c84b4b2 to ca5d31e4592c (14 revisions) (flutter/engine#28489) (#89623) 2021-09-07 20:41:05 -07:00
Anis Alibegić
a753d09cc9
Fixed several typos (#89485) 2021-09-07 14:56:04 -07:00
Justin McCandless
2382b4c046
Text Editing Model Refactor (#86736)
Simplifying and refactoring parts of RenderEditable. Functionality is the same.
2021-09-07 14:12:38 -07:00
engine-flutter-autoroll
5445c9fd85
Roll Engine from 929931b747c9 to 6809097101c4 (7 revisions) (#89599) 2021-09-07 12:21:05 -07:00
engine-flutter-autoroll
e36c3a764c
929931b74 Roll Skia from f65cd9be7330 to fc5efe32b404 (1 revision) (flutter/engine#28473) (#89531) 2021-09-07 11:16:04 -07:00
Emmanuel Garcia
50b0037803
Remove files that are unnecessary in a plugin (#89445) 2021-09-07 11:11:05 -07:00
engine-flutter-autoroll
0c5431d99c
Roll Engine from dbc97a09b495 to b9c633900e7e (4 revisions) (#89522) 2021-09-05 19:31:02 -07:00
LongCatIsLooong
33755f203d
[autofill] opt-out instead of opt-in (#86312) 2021-09-05 13:16:01 -07:00
engine-flutter-autoroll
81142c1f9a
dbc97a09b Roll Fuchsia Mac SDK from CYEiDwUB9... to lOgxSvrjd... (flutter/engine#28464) (#89487) 2021-09-04 21:41:02 -07:00
Jim Graham
abfb889fff
Add raster cache metrics to timeline summaries (#89393) 2021-09-04 18:31:03 -07:00
engine-flutter-autoroll
3b3d195037
97a8bbad4 Roll Fuchsia Linux SDK from oSxtpYn84... to DzxXYKzlk... (flutter/engine#28463) (#89478) 2021-09-04 13:36:04 -07:00
creativecreatorormaybenot
ca6a06e287
Fix RadioThemeData documentation issues (#89064) 2021-09-04 12:51:02 -07:00
engine-flutter-autoroll
2604ea711c
0bd9be379 Roll Dart SDK from 238108dd9c6f to d6fa0d686082 (1 revision) (flutter/engine#28461) (#89470) 2021-09-04 08:36:02 -07:00