Commit Graph

4296 Commits

Author SHA1 Message Date
Gary Qian
ca6cecf034 Upgrade Gradle and AGP versions to 7.5/7.2 and migrate examples/tests (#108197) 2022-07-25 15:23:08 -07:00
hangyu
e74b9b5bef Migrate InputDecorator to Material 3 (#107943)
* Support material 3 in inputDecorator

* Format polish

* format polish

* update input_decorator_test

* revert pub

* style update

* style polish

* default before base

* resolve comments

* Update text_field.2.dart

* move text styles into M2 theme

* add error style

* fix typo

* resolve comments

* fix g3 test
2022-07-26 01:35:38 +08:00
Michael Goderbauer
8a7b35933c flutter update-packages --force-upgrade + analyzer fix (#108198) 2022-07-25 10:10:31 -07:00
Yegor
e505529344 [web] define $flutterDriverResult variable early in driver test initalization (#107337) 2022-07-23 00:48:06 +00:00
Rich Kadel
549f70c914 Remove outdated Fuchsia concepts (#107335)
Fuchsia will soon remove all support for Component Framework version 1
components (recognized by component manifests ending in `.cmx`).
Notably, some of the `flutter` tool commands for Fuchsia devices--
notably, but not limited to, those related to CFv1--are outdated, and
either do not work today or soon won't work.

This PR removes the outdated components and commands, replacing some
with the newer version, or simply removing the non-working features,
in some cases.
2022-07-22 16:42:48 -07:00
Flutter GitHub Bot
94572b5d69 Roll pub packages (#107984) 2022-07-22 23:28:06 +00:00
Kaushik Iska
f7504f0380 [openpay] Create an OpenPay benchmark (#107838) 2022-07-21 20:01:06 +00:00
ColdPaleLight
1919167540 Added benchmark for early removal of unused raster cache entris mecha… (#107918) 2022-07-20 19:13:06 +00:00
Jim Graham
dbe38eec21 Fix the scroll delta negation in the E2E version of picture_cache_perf benchmark (#107678) 2022-07-19 22:57:05 +00:00
engine-flutter-autoroll
54bd629780 Roll Flutter Engine from efc604ee6256 to 0f83a6fbc443 (15 revisions) (#107894) 2022-07-19 04:12:06 +00:00
Alexandre Ardhuin
ccd33631e3 enable combinators_ordering (#107847) 2022-07-18 22:04:07 +00:00
hellohuanlin
da8070d6af Fix native platform view integration test config (#107679) 2022-07-15 22:56:09 +00:00
Flutter GitHub Bot
bccbcd7dbb Roll pub packages (#107567) 2022-07-15 19:04:07 +00:00
Jenn Magder
c4975d9be0 Increase app minimum supported macOS version from 10.11 to 10.13 (#107689) 2022-07-15 11:12:43 -07:00
Jim Graham
4d0fd4f894 Fix some issues with launching E2E benchmarks and add page delays in textfield benchmarks (#107500) 2022-07-14 08:14:08 +00:00
Tong Mu
d87faf921d [Keyboard, iOS] Generate iOS's special key mapping (#106909) 2022-07-13 22:40:06 +00:00
Flutter GitHub Bot
3bb93dc86c Roll pub packages (#107520) 2022-07-13 17:58:07 +00:00
Alexandre Ardhuin
93a74ca9f2 remove unused members in executable libs (#107464) 2022-07-12 21:41:08 +00:00
Darren Austin
d4061c19f4 Refactor gen_defaults to support multiple generated code blocks in the same file independently. (#107278) 2022-07-10 17:17:09 -07:00
Alexander Biggs
7db73c0a93 [fuchsia] Change format of ffx call to debug spam. (#105169) 2022-07-10 22:51:06 +00:00
Flutter GitHub Bot
255fa2d152 Roll pub packages (#107258) 2022-07-07 21:58:06 +00:00
Flutter GitHub Bot
b748d1fb1a Roll pub packages (#107185) 2022-07-07 17:46:07 +00:00
Alexander Aprelev
9d00787791 Add build-after-edit benchmark (#107192)
* Add build-after-edit benchmark

* Clean up analyzer warnings

* Restore line break
2022-07-06 19:19:07 -07:00
Michael Goderbauer
49a52ae8d1 Bump dartdoc to 6.0.0 (#107194) 2022-07-06 23:24:08 +00:00
Darren Austin
f396e289d5 Migrate Chips to Material 3 (#107166) 2022-07-06 13:32:44 -07:00
Qun Cheng
16bbef188f Migrate IconButton to Material 3 - Part 2 (#106437) 2022-07-06 18:14:07 +00:00
Christopher Fujino
19ac08dcd7 manual pub package roll; remove test_api pin, unblock bumping dwds (#106887) 2022-07-06 17:28:07 +00:00
stuartmorgan
6c6ae06381 Add Windows to the platform_channels example (#106754) 2022-06-30 14:54:07 +00:00
Tong Mu
9970481b7a [gen_keycodes] Mark generated file names with infix .g. (#106142) 2022-06-30 00:08:08 +00:00
JsouLiang
f0200f0106 Add benchmark case for RasterCache (#103338) 2022-06-29 23:54:10 +00:00
Alexandre Ardhuin
de55eeceed Export public API types from animation and physics libraries (#106757) 2022-06-29 05:26:09 +00:00
Alexandre Ardhuin
bbdf617034 Export public API types from services/*.dart library (#106316) 2022-06-28 20:26:06 +00:00
Jonah Williams
98f0c3694b add old gallery page transition (#106701) 2022-06-27 23:36:06 +00:00
dependabot[bot]
b731aee677 Bump debian from bullseye-20220527-slim to bullseye-20220622-slim in /dev/ci/docker_linux (#106700) 2022-06-27 22:48:08 +00:00
Flutter GitHub Bot
0e0baa40c7 Roll pub packages (#106693) 2022-06-27 14:14:09 -07:00
Christopher Fujino
aac5e95ae5 [flutter_tools] refactor packages_autoroller.dart script (#106580) 2022-06-27 14:09:10 -07:00
Loïc Sharma
6026eea9a4 [Windows] Flow version information to the build output (#106145)
Previously developers had to edit their `Runner.rc` file to update their executable's version information. Now, version information will automatically be set from `flutter build`'s arguments or the `pubspec.yaml` file for new projects. 

Addresses https://github.com/flutter/flutter/issues/73652
2022-06-27 10:45:56 -07:00
Christopher Fujino
a30012b275 Add update packages roller (#100982) 2022-06-22 17:04:07 -07:00
hellohuanlin
0dd0c2edca [platform_view]Send platform message when platform view is focused (#105050) 2022-06-23 00:01:07 +00:00
Darren Austin
2532584bf3 Update parameters to the styleFrom button methods. (#105291)
* Update parameters to the `styleFrom` button methods.

* Updated the Flutter fix data to point to this PR.

* Updated handling of background color to better maintain backwards compatibility with previous API.
2022-06-21 19:08:22 -07:00
Tong Mu
0ac05f1c5c [Keyboard, Web] Map from "Esc" to the Escape key (#106133)
* Impl

* Fix build

* Add test
2022-06-21 13:27:12 -07:00
Dan Field
adec8f23be Fix impeller name swap (#106350) 2022-06-21 18:17:07 +00:00
Viren Khatri
672859a0cb feat: add icon to AlertDialog (#104920) 2022-06-20 10:29:06 -07:00
Jonah Williams
1572773729 Update package:archive and pin test_api (#106157) 2022-06-16 21:23:08 -07:00
David Iglesias
b1b1ee9ca6 [web] Fix JS crash when FF blocks service workers. (#106072) 2022-06-17 02:22:07 +00:00
Tong Mu
ddeb0b99c5 [gen_keycodes] Remove invalid Web code maps (#106074)
* Impl

* Test
2022-06-16 13:53:23 -07:00
Tong Mu
96813e9369 [gen_keycodes] Clarify the README that the code scheme also applies to physical keys (#106078)
* Impl

* Revert some changes

* More doc changes

* Remove legacy code
2022-06-16 13:52:19 -07:00
Mouad Debbar
f67d9b75f5 Revert "[Conductor] Update post submit location (#106120)" (#106127)
This reverts commit 9e67070f84.
2022-06-16 15:55:37 -04:00
Kevin Chisholm
9e67070f84 [Conductor] Update post submit location (#106120)
* readability refactor

* update post-submits

Update post submit testing status location from LUCI to cocoon.  Conductor users will still have to use navigation to pick the correct repository and release candidate to monitor.
2022-06-16 14:20:07 -05:00
gaaclarke
d88212c89c added microbenchmark for loading assets (#105982) 2022-06-16 18:16:07 +00:00