Commit Graph

1186 Commits

Author SHA1 Message Date
hellohuanlin
111a7d016c [platform_view]retry launch if it fails to launch for xcuitest (#110030) 2022-08-23 01:14:44 +00:00
Kate Lovett
7e12b37111 Deprecate 2018 text theme parameters (#109817) 2022-08-22 20:00:34 +00:00
Michael Goderbauer
ba8bc53825 Add some logs to catch flake (#109887) 2022-08-19 23:30:19 +00:00
hellohuanlin
74f5a1fe2c [platform_view]fix typo in xcuitest (#109884) 2022-08-19 23:28:36 +00:00
hellohuanlin
04f4dd8e54 [platform_view]terminate the app in tear down for platform view xcuitest (#109720) 2022-08-18 02:53:55 +00:00
Alexander Aprelev
bfdc9a6cfa Introduce stubbed exclusive parameter to File.create-overridden method (#109646)
* Introduce stubbed `exclusive` parameter to `File.create`-overridden method.

This is to soften landing of a breaking change https://github.com/dart-lang/sdk/issues/49647
2022-08-17 13:26:08 -07:00
Camille Simon
7db25c36ad Re-land Add Spell Check to EditableText (#109643) 2022-08-17 16:16:02 +00:00
Jonah Williams
0ba88d8b43 Revert "Add Spellcheck to EditableText (Android) (#109334)" (#109631)
This reverts commit ff9fe35682.
2022-08-16 14:30:03 -07:00
Camille Simon
ff9fe35682 Add Spellcheck to EditableText (Android) (#109334) 2022-08-16 18:22:45 +00:00
Christopher Fujino
b79c216845 [flutter_tools] Pin path_provider_android (#109429) 2022-08-12 01:18:41 +00:00
Christopher Fujino
675f67d611 Revert "Roll pub packages (#109408)" (#109424)
This reverts commit da036da69f.
2022-08-11 16:29:05 -07:00
Flutter GitHub Bot
da036da69f Roll pub packages (#109408) 2022-08-11 20:53:11 +00:00
Peter Eliasson
41f13d2087 Free library even if proc lookup fails (#108312) 2022-08-11 20:45:03 +00:00
Greg Spencer
e3b42e5e2f Revert "Roll pub packages (#109348)" (#109363)
Committing to green the build.
2022-08-10 19:15:18 -07:00
Flutter GitHub Bot
5a06e2bd5f Roll pub packages (#109348) 2022-08-10 22:40:38 +00:00
Konstantin Scheglov
508be6f8e2 Ignore one avoid_redundant_argument_values, requires linter fix. (#109049) 2022-08-05 19:55:23 +00:00
Pierre-Louis
de8a2fa6a7 Update packages (#109054)
In particular, to get `material_color_utilities` `0.2.0`.
2022-08-05 15:21:03 -04:00
hellohuanlin
28fdb64509 [platform_view]longer wait time for element (#108907) 2022-08-04 19:28:12 +00:00
Michael Goderbauer
e27a19e3f8 Remove outdated ignores (#108924) 2022-08-03 23:37:05 +00:00
Flutter GitHub Bot
7270c48bd7 Roll pub packages (#108919) 2022-08-03 21:30:05 +00:00
David Iglesias
04f7ea8459 [web] Add onEntrypointLoaded to FlutterLoader. (#108776) 2022-08-03 20:58:06 +00:00
Taha Tesser
52829523d6 Deprecate toggleableActiveColor (#97972) 2022-08-02 19:09:06 +00:00
Flutter GitHub Bot
d9ce9be0e2 Roll pub packages (#108582) 2022-07-29 19:07:04 +00:00
Gary Qian
7cfbdadc33 Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" #108472 (#108510) 2022-07-28 19:38:07 -07:00
Flutter GitHub Bot
d0cab09287 Roll pub packages (#108465) 2022-07-28 22:27:07 +00:00
Michael Goderbauer
10a7c9ba22 Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00
Kate Lovett
716533925b Revert "Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" #108355 (#108472)" (#108488)
This reverts commit 1f8c490c82.
2022-07-27 17:20:20 -05:00
Gary Qian
1f8c490c82 Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" #108355 (#108472) 2022-07-27 14:23:09 -07:00
Flutter GitHub Bot
f82178e2d2 Roll pub packages (#108325) 2022-07-27 17:22:07 +00:00
Zachary Anderson
1e69683688 Revert "Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" (#108355)" (#108407)
This reverts commit c4b3625d62.
2022-07-26 19:30:28 -07:00
Gary Qian
c4b3625d62 Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" (#108355) 2022-07-26 16:23:08 -07:00
Jenn Magder
70aaff1217 Set Xcode build script phases to always run (#108331) 2022-07-26 19:20:07 +00:00
Zachary Anderson
d155bc1bad Revert "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate examples/tests (#108197)" (#108349)
This reverts commit ca6cecf034.
2022-07-25 22:20:37 -07:00
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
Michael Goderbauer
8a7b35933c flutter update-packages --force-upgrade + analyzer fix (#108198) 2022-07-25 10:10:31 -07: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
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
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
Flutter GitHub Bot
b748d1fb1a Roll pub packages (#107185) 2022-07-07 17:46: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
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
Flutter GitHub Bot
0e0baa40c7 Roll pub packages (#106693) 2022-06-27 14:14:09 -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
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