Commit graph

32316 commits

Author SHA1 Message Date
Christopher Fujino 2ef2cc89e9
[flutter_tools] add deprecation message for "flutter format" (#116145) 2022-11-30 14:00:01 -08:00
Danny Tuppeny a29796e339
[flutter_tools] Forward app.webLaunchUrl event from Flutter to DAP clients (#116275)
* [flutter_tools] Forward app.webLaunchUrl event from Flutter to DAP clients

Fixes https://github.com/Dart-Code/Dart-Code/issues/4292.

* Update packages/flutter_tools/lib/src/debug_adapters/flutter_adapter.dart

Co-authored-by: Christopher Fujino <fujino@google.com>

* Another static const instead of final

Co-authored-by: Christopher Fujino <fujino@google.com>
2022-11-30 21:25:07 +00:00
engine-flutter-autoroll fcc8ea1177
ff3a7789f ubuntu version (flutter/engine#37948) (#116300) 2022-11-30 21:23:06 +00:00
engine-flutter-autoroll 71139099c5
e00aeef24 Roll Fuchsia Mac SDK from ECusE22sNK6IbnL6L... to C4DamROwkxoF0YXyS... (flutter/engine#37983) (#116295) 2022-11-30 19:31:17 +00:00
Casey Hillers d2af134578
Revert "Fix Slider semantic node size (#115285)" (#116294)
This reverts commit 8473da22cd.
2022-11-30 11:21:39 -08:00
Eilidh Southren 29422d25fe
M3 snackbar [re-land] (#116218)
* Add M2 defaults and template skeleton

* add MaterialStateColor functionality to ActionTextColor (issue #110402)

* Add M2 defaults and template skeleton

* updated material 3 tokens

* Updated snackbar demo

* add theme tests

* add gen defaults

* formatting

* more whitespace fixes

* add widget type

* update docs

* code review changes

* Add line overflow functionality

* whitespace fixes

* update M3 animation

* whitespace fixes

* add insetPadding param

* Modifed icon parameter to showCloseIcon

* white space fixes

* test fixes

* rename iconColor to closeIconColor

* debug test fix

* de-britishification

* g3fix

* g3fix

* debug test fix
2022-11-30 19:13:00 +00:00
Christopher Fujino 24b3c384c2
add debug trace when compiling dart2js (#116238) 2022-11-30 19:04:59 +00:00
engine-flutter-autoroll c461f4f660
0f17acdaf Roll Skia from 8f4f340f830c to bd9a7f3485b4 (3 revisions) (flutter/engine#37978) (#116291) 2022-11-30 18:31:48 +00:00
Taha Tesser a52293843c
[Reland] Add Material 3 support for TabBar (#116283)
* Add Material 3 support for `TabBar`

* M3 `TabBar` revert fix and tests
2022-11-30 17:58:07 +00:00
engine-flutter-autoroll ef999051d1
Roll Flutter Engine from d5690468da0f to 1bda5f8c094d (5 revisions) (#116290)
* 94bed734c Roll Dart SDK from 88473a3b63ff to a55712b2de3f (0 revision) (flutter/engine#37973)

* 047b6754b Roll Fuchsia Mac SDK from gF3YVyOjqNbzT-L9Y... to ECusE22sNK6IbnL6L... (flutter/engine#37974)

* 787044d2c [Impeller Scene] Command encoding (flutter/engine#37977)

* 13f136efb [deps] Add `package:intl` (flutter/engine#37980)

* 1bda5f8c0 Revert "Roll Dart SDK from 88473a3b63ff to a55712b2de3f (0 revision) (#37973)" (flutter/engine#37982)
2022-11-30 17:45:15 +00:00
Pierre-Louis b2672fe835
Revert "Add Material 3 support for TabBar (#116110)" (#116273)
This reverts commit 900b395451.
2022-11-30 13:20:19 +00:00
engine-flutter-autoroll 02de12947a
Roll Flutter Engine from e20362343564 to d5690468da0f (2 revisions) (#116244)
* 8e5192de0 Roll Skia from 24207007711b to 8f4f340f830c (1 revision) (flutter/engine#37970)

* d5690468d Roll Dart SDK from 962cd6e0d20a to 88473a3b63ff (13 revisions) (flutter/engine#37969)
2022-11-30 03:57:31 +00:00
engine-flutter-autoroll db8ded7a58
Roll Flutter Engine from 25a2ac85f6aa to e20362343564 (2 revisions) (#116243)
* 782d3a600 Roll Skia from 6d759de2e5b2 to 24207007711b (3 revisions) (flutter/engine#37968)

* e20362343 [Web, keyboard] Locale layout mapping (flutter/engine#34625)
2022-11-30 03:12:57 +00:00
Michael Goderbauer 06979d4e2e
shrinkWrap nuke (#116236) 2022-11-30 03:07:15 +00:00
Darren Austin b30eb6c54d
Updated useMaterial3 documentation to include missing M3 components. (#116234)
* Updated `useMaterial3` documentation to include missing M3 components.

* Fixed typo
2022-11-30 03:07:12 +00:00
Greg Spencer 31ea315c3c
Add offline docs, up the h2 size (#116241) 2022-11-30 02:29:02 +00:00
Taha Tesser 8473da22cd
Fix Slider semantic node size (#115285) 2022-11-30 02:27:45 +00:00
Taha Tesser 333397a0ed
Fix Material 3 BottomSheet example (#116112)
fix title
2022-11-30 02:08:21 +00:00
Darren Austin 322dd06d6e
Updated the M3 textTheme to use onSurface color for all styles. (#116125) 2022-11-29 18:03:33 -08:00
hangyu afda8153fd
Adjust Material 3 textfield padding to align with specs (#116225)
* Adjust textfield padding

* lint

* lint
2022-11-29 17:07:32 -08:00
engine-flutter-autoroll fa063eb4ce
25a2ac85f [Impeller Scene] Wire up pipelines (flutter/engine#37961) (#116233) 2022-11-30 00:13:56 +00:00
chunhtai 6b98f2ca44
labeledTapTargetGuideline should passe if textfield does not have label (#116221) 2022-11-30 00:10:07 +00:00
Christopher Fujino 9532b91c74
[flutter_tools] normalize windows file path cases in flutter validator (#115889)
* normalize windows file path cases in flutter validator

* fix

* make comparison more accurate by checking .startsWith() rather than .contains()

* fix method name

* call path.canonicalize

* fix
2022-11-29 23:46:48 +00:00
Mohammed CHAHBOUN a9c2f8b9e9
Add onFocusChange property for ListTile widget (#111498) 2022-11-29 15:46:40 -08:00
engine-flutter-autoroll 50f101acd4
3956f6d02 Roll Skia from 829527b29b32 to 6d759de2e5b2 (2 revisions) (flutter/engine#37967) (#116228) 2022-11-29 23:31:24 +00:00
hellohuanlin e438a12057
[tools]build ipa validate app icon size (#115594)
* [tools]build ipa validate icon size

* add more checks in case apple change the format, and also add device lab tests

* do not depend on collection package
2022-11-29 23:19:02 +00:00
Taha Tesser 900b395451
Add Material 3 support for TabBar (#116110) 2022-11-29 22:36:37 +00:00
Qun Cheng 8b86d238b4
Create DropdownMenu Widget to Support Material 3 (#116088)
* Created ComboBox

* Fixed failing tests

* Reverted the menu style tests change

* Addressed comments

* Updated documentation and rename foregroundColor variable

* Remamed ComboBox to DropdownMenu

* Removed a unused import

* Removed unused import

Co-authored-by: Qun Cheng <quncheng@google.com>
2022-11-29 22:36:35 +00:00
Justin McCandless 1cb16a1e39
iOS 16 context menu (#115805)
Updates the text selection toolbar on iOS light mode to match changes in native iOS 16.
2022-11-29 14:00:04 -08:00
engine-flutter-autoroll 7966d5584f
Roll Flutter Engine from 05e2de7e3e67 to d85707af0987 (2 revisions) (#116217)
* dbb697c9a Create a unique command pool per render pass (flutter/engine#37965)

* d85707af0 Roll Skia from a82a7b6da0a0 to 829527b29b32 (4 revisions) (flutter/engine#37966)
2022-11-29 21:49:17 +00:00
engine-flutter-autoroll e5e5e68544
05e2de7e3 Build platform dills with unevaluated constants (flutter/engine#37940) (#116215) 2022-11-29 21:12:32 +00:00
engine-flutter-autoroll c37c0cc2ed
fbf31015f [gn] embed mac codesign metadata in android artifacts (flutter/engine#37951) (#116209) 2022-11-29 20:31:37 +00:00
engine-flutter-autoroll 33f3c53506
Roll Flutter Engine from 7c4b01fe9a1f to e9dc20ed05c9 (2 revisions) (#116197)
* 3f9fbec8f Roll Fuchsia Mac SDK from 7NnCHy_b8ZWxdAtEU... to gF3YVyOjqNbzT-L9Y... (flutter/engine#37959)

* e9dc20ed0 Roll Skia from 514203395396 to a82a7b6da0a0 (7 revisions) (flutter/engine#37963)
2022-11-29 19:39:56 +00:00
Dan Field 3219da9b5f
Use Isolate.run as implementation for compute (#115779) 2022-11-29 19:38:03 +00:00
Kate Lovett 8b32ac7a51
Revert "Update SnackBar to support Material 3" (#116199)
* Revert "Update SnackBar to support Material 3 (#115750)"

This reverts commit d58855c499.

* Kick ci.yaml

Co-authored-by: Jenn Magder <magder@google.com>
2022-11-29 19:11:43 +00:00
Eilidh Southren d58855c499
Update SnackBar to support Material 3 (#115750)
* Add M2 defaults and template skeleton

* add MaterialStateColor functionality to ActionTextColor (issue #110402)

* Add M2 defaults and template skeleton

* updated material 3 tokens

* Updated snackbar demo

* add theme tests

* add gen defaults

* formatting

* more whitespace fixes

* add widget type

* update docs

* code review changes

* Add line overflow functionality

* whitespace fixes

* update M3 animation

* whitespace fixes

* add insetPadding param

* Modifed icon parameter to showCloseIcon

* white space fixes

* test fixes

* rename iconColor to closeIconColor

* debug test fix

* de-britishification
2022-11-29 18:02:34 +00:00
engine-flutter-autoroll 17c1dbc473
7c4b01fe9 Roll Skia from d16a6bdb9542 to 514203395396 (1 revision) (flutter/engine#37958) (#116178) 2022-11-29 11:23:25 +00:00
LongCatIsLooong 24db45e792
Disable backspace/delete handling on iOS & macOS (#115900)
* Disable backspace/delete handling on iOS

* fix tests

* review

* macOS too

* review
2022-11-29 10:03:15 +00:00
engine-flutter-autoroll e669683674
46e9afaf1 Roll Skia from 38cdadb76f51 to d16a6bdb9542 (3 revisions) (flutter/engine#37957) (#116172) 2022-11-29 09:59:25 +00:00
engine-flutter-autoroll f8745c5963
bc51ab52d Roll Skia from ddddafb88280 to 38cdadb76f51 (3 revisions) (flutter/engine#37956) (#116171) 2022-11-29 09:01:24 +00:00
engine-flutter-autoroll 853b3080e0
ee8023432 Roll Dart SDK from eddf73d66119 to 962cd6e0d20a (1 revision) (flutter/engine#37954) (#116166) 2022-11-29 05:24:25 +00:00
engine-flutter-autoroll 1c65262407
9fbd5bf4a [impellerc] speculative fix for include errors with impellerc shader lib (flutter/engine#37939) (#116161) 2022-11-29 04:38:25 +00:00
godofredoc 61376de9b8
Generate local metadata even when not publishing. (#116087)
* Generate local metadata even when not publishing.

For SLSA compliance we need to separate the fetch, compile and upload
steps of release artifacts. Translating this to the packaging workflows
the fetch step will checkout the prepare_package script at main ToT, the
compile step generate the bundle archives and the recipes will upload
the artifact bundles as part of the upload stage.

This change adds functionality to generate both the release bundle and
the updated metadata file in a way that both files can be uploaded as
part of the upload stage.

Bug: https://github.com/flutter/flutter/issues/115487

* Address comments.

* Update tests.
2022-11-29 04:14:24 +00:00
engine-flutter-autoroll a2fd688091
cc2f55d74 [Impeller] Cleanup shader generation and specify min macOS version. (flutter/engine#37952) (#116158) 2022-11-29 03:43:08 +00:00
Tae Hyung Kim 39a73cabed
Add Escaping Option for ICU MessageFormat Syntax (#116137)
* init

* make more descriptive

* fix lint
2022-11-28 19:35:06 -08:00
Michael Thomsen d6995aa249
Ignore NullThrownError deprecation (#116135)
* Ignore NullThrownError deprecation

* Fix whitespace
2022-11-28 18:09:56 -08:00
engine-flutter-autoroll 8535e716d8
ab8f921c4 Roll Fuchsia Mac SDK from CUPWWG1rEmonxuLpv... to 7NnCHy_b8ZWxdAtEU... (flutter/engine#37949) (#116152) 2022-11-29 02:01:06 +00:00
Jonah Williams dfa3d33328
[devicelab] track performance of animated image filter (#115850)
* [devicelab] track performance of animated image filter

* ++

* make animations repeat and add dispose

* make duration more consistently 10sec
2022-11-29 01:59:19 +00:00
Jonah Williams f777c9f651
[flutter_tools] use absolute path for shader lib (#116123)
* [flutter_tools] use absolute path for shader lib

* update tests
2022-11-29 01:57:26 +00:00
engine-flutter-autoroll 4c3b642f27
372ec3259 Roll Skia from 4a4cfedd1c20 to ddddafb88280 (2 revisions) (flutter/engine#37947) (#116151) 2022-11-29 01:15:00 +00:00