28279 Commits

Author SHA1 Message Date
Kate Lovett
8e7b361651
Add back Gold passfail (#100576) 2022-03-22 14:00:20 -07:00
Jenn Magder
a165da236d
Remove device unlock from hostonly compile test (#100571) 2022-03-22 13:55:17 -07:00
Darren Austin
86c02e998b
Migrate Card widget to Material 3. (#100532) 2022-03-22 13:46:56 -07:00
engine-flutter-autoroll
22a9ff74eb
Roll Engine from 882f202f8a0e to 0d61cfafa77b (1 revision) (#100573) 2022-03-22 13:20:18 -07:00
LongCatIsLooong
dc331d393b
[RenderAnimatedSize] Resume interrupted resizing animation on attach (#100519) 2022-03-22 13:15:12 -07:00
Anurag Roy
74f08c7352
[flutter_tools] Skip version freshness check for non-standard remotes (#97202) 2022-03-22 12:50:21 -07:00
Taha Tesser
a24246029a
Make Tooltip state class public (#100553) 2022-03-22 12:10:22 -07:00
engine-flutter-autoroll
2e5ad37b06
Roll Engine from 6a555ff438ab to 882f202f8a0e (1 revision) (#100568) 2022-03-22 11:15:13 -07:00
Michael Goderbauer
8560d914eb
Upgrade to flutter_lints 2.0 (#99881) 2022-03-22 11:00:23 -07:00
Kate Lovett
d435b72448
Revert "Re-land text selection theme clean up" (#100564) 2022-03-22 10:30:22 -07:00
engine-flutter-autoroll
b95a7ab49a
Roll Plugins from 1c61a217014c to 3069bc3b8410 (4 revisions) (#100559) 2022-03-22 10:05:24 -07:00
engine-flutter-autoroll
95731de6d2
Roll Engine from 4b1dc391d0d2 to 6a555ff438ab (1 revision) (#100558) 2022-03-22 09:50:23 -07:00
engine-flutter-autoroll
b7a18be0a0
Roll Engine from 9595bd00dcb0 to 4b1dc391d0d2 (1 revision) (#100551) 2022-03-22 07:05:10 -07:00
engine-flutter-autoroll
2015143fbf
Roll Engine from 8ee441eb2f52 to 9595bd00dcb0 (2 revisions) (#100542) 2022-03-22 02:55:11 -07:00
engine-flutter-autoroll
c394ba83ac
Roll Engine from 0dd12c9f1ef4 to 8ee441eb2f52 (1 revision) (#100537) 2022-03-22 01:50:11 -07:00
engine-flutter-autoroll
b8f0dde0f8
Roll Engine from 44cd804250b2 to 0dd12c9f1ef4 (3 revisions) (#100533) 2022-03-22 00:45:11 -07:00
engine-flutter-autoroll
23e59273fa
Roll Engine from e6233bd30b2c to 44cd804250b2 (3 revisions) (#100531) 2022-03-21 23:40:10 -07:00
Darren Austin
a6e945fb1f
Add surfaceTint color to the ColorScheme. (#100153) 2022-03-21 23:14:33 -07:00
LongCatIsLooong
69b92f0452
Hide autocomplete menu on select. (#100251) 2022-03-21 21:25:09 -07:00
engine-flutter-autoroll
ef912b8d10
Roll Engine from 2d37c8609616 to e6233bd30b2c (2 revisions) (#100524) 2022-03-21 21:15:09 -07:00
Chris Bracken
fd3c34c9d4
[macOS] Use arm64 snapshot in arm64 App.framework (#100504)
Previously, https://github.com/flutter/flutter/pull/100271 enabled
building universal macOS binaries by default, but included a bug causing
the arm64 App.framework to be built such that the TEXT section
containing the app instructions built by gen_snapshot incorrectly
contained x86_64 instructions rather than arm64 instructions.

When building macOS (and iOS) apps, Flutter builds them in three
components:
* The Runner application: built by Xcode
* The bundled App.framework: built from assembly code generated by
  gen_snapshot from the application's Dart sources.
* The bundled FlutterMacOS.framework: built as part of the engine build
  and packaged by copying the distributed binary framework from our
  artifacts cache.

Building App.framework consists of the following steps:
* For each architecture, invoke gen_snapshot to generate
  architecture-specific assembly code, which is then built to object
  code and linked into an architecture-specific App.framework.
* Use the `lipo` tool to generate a universal binary that includes both
  x86_64 and arm64 architectures.

Previously, we were building architecture specific App.framework
binaries. However, for all architectures we were (mistakenly) invoking
the general `gen_snapshot` tool (which emitted x64 instructions, and
which is now deprecated) instead of the architecture-specific
`gen_snapshot_x86` and `gen_snapshot_arm64` builds which emit
instructions for the correct architecture.

This change introduces a small refactoring, which is to split the
`getNameForDarwinArch` function into two functions:
* `getDartNameForDarwinArch`: the name for the specified architecture as
  used in the Dart SDK, for example as the suffix of `gen_snapshot`.
* `getNameForDarwinArch`: the name for the specified architecture
  as used in Apple tools, for example as an argument to `lipo`. For
  consistency, and to match developer expectations on Darwin platforms,
  this is also the name used in Flutter's build outputs.

Issue: https://github.com/flutter/flutter/issues/100348
2022-03-21 20:36:57 -07:00
godofredoc
69a4b82b1c
Add OpenSSF best practices badge. (#100496)
We are working towards following OpenSSF best practice recommendations
for flutter/flutter. This badge presents our current progress in this
effort.
2022-03-21 19:38:39 -07:00
engine-flutter-autoroll
d6fd3dfa0b
Roll Engine from 940314d08abb to 2d37c8609616 (1 revision) (#100512) 2022-03-21 19:25:09 -07:00
Jesús S Guerrero
50f3e47b67
Revert "[flutter_tools] remove pub dependencies from universal #97722" (#100508) 2022-03-21 19:20:10 -07:00
engine-flutter-autoroll
e260b5d169
Roll Engine from 3f2750c1f896 to 940314d08abb (2 revisions) (#100506) 2022-03-21 18:00:18 -07:00
engine-flutter-autoroll
6bdc5e479b
Roll Engine from 9318a65910d4 to 3f2750c1f896 (3 revisions) (#100501) 2022-03-21 16:55:20 -07:00
dependabot[bot]
0375b35967
Bump debian from bullseye-20220228-slim to bullseye-20220316-slim in /dev/ci/docker_linux (#100500) 2022-03-21 16:15:12 -07:00
Kate Lovett
63a12b3d31
Re-land text selection theme clean up (#99927) 2022-03-21 17:56:28 -05:00
Kate Lovett
5bc9340233
Put stretch indicator behind m3 flag (#100234) 2022-03-21 17:55:57 -05:00
Chris Yang
e6bd208196
Reland "Add the refresh rate fields to perf_test #99710" (#99854) 2022-03-21 15:55:13 -07:00
Kate Lovett
c9312c784d
Fix stretch edge case (#99365) 2022-03-21 15:50:18 -07:00
dependabot[bot]
9c521b9028
Bump cocoapods from 1.11.2 to 1.11.3 in /dev/ci/mac (#100499) 2022-03-21 15:15:14 -07:00
engine-flutter-autoroll
c811113db4
Roll Engine from 7b38d4594587 to 9318a65910d4 (1 revision) (#100498) 2022-03-21 15:05:23 -07:00
engine-flutter-autoroll
9671b7ddee
Roll Engine from b0c0444de793 to 7b38d4594587 (3 revisions) (#100495) 2022-03-21 14:00:22 -07:00
gaaclarke
97258979df
Revert "Starts using the --source flag to compile the dart registrant. (#98046) (#100493) 2022-03-21 13:40:23 -07:00
engine-flutter-autoroll
bd4115d870
Roll Engine from 19a7265c1994 to b0c0444de793 (5 revisions) (#100492) 2022-03-21 12:20:20 -07:00
Pierre-Louis
9d4e81678b
Fix deprecated_new_in_comment_reference for material library (#100289)
* fix deprecated_new_in_comment_reference for `material` library

in a future version of the SDK, these will be flagged, fix them now

* Update pubspec.yaml
2022-03-21 20:18:40 +01:00
MrBirb
4d2dc5d642
Typo in EditableText strutStyle (#100474) 2022-03-21 11:55:15 -07:00
engine-flutter-autoroll
742d981f60
Roll Engine from 9e3ed850834d to 19a7265c1994 (10 revisions) (#100484) 2022-03-21 11:05:19 -07:00
engine-flutter-autoroll
2ebf5a7afb
Roll Plugins from fef72e08f12e to 1c61a217014c (7 revisions) (#100482) 2022-03-21 11:00:24 -07:00
Taha Tesser
4cea5ee0da
CupertinoSwitch: Add clickable cursor for web (#99554) 2022-03-21 10:10:24 -07:00
engine-flutter-autoroll
7b8135af0f
Roll Engine from 900e3c091799 to 9e3ed850834d (2 revisions) (#100429) 2022-03-21 08:40:15 -07:00
Pierre-Louis
8c1c2f6af5
Introduce Theme extensions (#98033)
* first pass

* x

* x

* address feedback

* support multiple extensions

* add convenience function, Object ⇒ dynamic, lerping

* remove not-useful comment

* fix examples/api lower sdk constraint

* remove trailing spaces

* remove another pesky trailing space

* improve lerp

* address feedback

* hide map implementation from constructor and copyWith

* use iterableproperty

* Revert "hide map implementation from constructor and copyWith"

This reverts commit a6994af0046e3c90dbc9405cac628feb5b2d3031.

* slow down sample

* make theme extension params required

* add null check

* improve documentation

* fix hashCode and operator == overrides

* modify existing tests

* remove trailing spaces

* add all tests except lerping

* fix lerping bug

* add toString to themeExtension example

* add lerping test

* assume non-nullability in example

* address feedback

* update docs

* remove trailing space

* use Map.unmodifiable
2022-03-21 15:26:30 +01:00
engine-flutter-autoroll
6af40a7004
Roll Engine from 8dc7cd1b1a33 to 900e3c091799 (1 revision) (#100428) 2022-03-19 16:15:23 -07:00
engine-flutter-autoroll
d1c1121349
Roll Engine from 8403d67febdf to 8dc7cd1b1a33 (1 revision) (#100425) 2022-03-19 12:30:22 -07:00
engine-flutter-autoroll
2cd44d7461
Roll Engine from 1d6f58864f5b to 8403d67febdf (1 revision) (#100420) 2022-03-19 11:25:23 -07:00
engine-flutter-autoroll
2c1dbba934
Roll Engine from 7bf210222518 to 1d6f58864f5b (1 revision) (#100411) 2022-03-19 04:30:09 -07:00
engine-flutter-autoroll
912bab0329
Roll Engine from f4183102beae to 7bf210222518 (1 revision) (#100409) 2022-03-19 03:05:20 -07:00
engine-flutter-autoroll
1de874e736
Roll Engine from 8ba36276ecbc to f4183102beae (1 revision) (#100406) 2022-03-18 22:10:20 -07:00
engine-flutter-autoroll
5dfff680ce
Roll Engine from 8d95857d68b2 to 8ba36276ecbc (2 revisions) (#100404)
* 0522e8f19 Roll Skia from 3562b565fda0 to b3275e1fd64c (1 revision) (flutter/engine#32129)

* 8ba36276e Roll Dart SDK from 398ee66637cf to c1145b4c0330 (1 revision) (flutter/engine#32130)
2022-03-18 21:06:11 -07:00