fzyzcjy
36fa6c4d90
Fix wrong documentation: There is no LeaderLayer._lastOffset
anymore ( #100300 )
2022-03-18 16:55:12 -07:00
chunhtai
c98cb4a450
Add fadeDuration back to TextSelectionOverlay ( #100381 )
...
* Add fadeDuration back to TextSelectionOverlay
* fix build and add dart fix
* format
* add test
2022-03-18 13:05:18 -07:00
Jonah Williams
5a52ad6dbd
[framework] Remove danger zone ( #100246 )
2022-03-18 11:30:21 -07:00
Justin McCandless
a217bbb6de
Hide toolbar after select all on desktop ( #100261 )
2022-03-18 10:50:18 -07:00
Taha Tesser
795fe375bc
Fix PopupMenuButton
's IconButton
not inheriting IconTheme
size ( #100199 )
2022-03-18 10:05:17 -07:00
Michael Goderbauer
3d46ab920b
Reorganize compute docs and add sample code ( #100253 )
2022-03-17 18:45:21 -07:00
Anthony
7c73053f70
[Material] Use InkSparkle for splashFactory in ThemeData when useMaterial3 is true for Android non-web runtimes ( #99882 )
...
[Material] Use InkSparkle for splashFactory in ThemeData when useMaterial3 is true for Android non-web runtimes (#99882 )
2022-03-17 20:49:42 -04:00
Jonah Williams
984d8a8b5a
Revert "[framework] don't hit test for system nav bar or system chrome on desktop" ( #100263 )
2022-03-17 16:55:24 -07:00
Justin McCandless
30846de3ec
Material text selection menu should not show pointer cursor ( #100248 )
2022-03-17 16:50:15 -07:00
Dan Field
ff74557c3a
Specify destination when building for macOS ( #100315 )
...
Fixes #86590
2022-03-17 16:39:05 -07:00
Jesús S Guerrero
03b4f2bf50
[flutter_tools] process exception during linux_doctor is handled ( #100159 )
2022-03-17 16:15:22 -07:00
Danny Tuppeny
b39a9473f8
Handle Flutter.Error events and disable structure errors for noDebug mode ( #100149 )
2022-03-17 16:05:21 -07:00
Darren Austin
6ec0b83580
Add support for surface tint color overlays to Material
widget. ( #100036 )
2022-03-17 15:58:24 -07:00
Christopher Fujino
e99a66a47e
[flutter_tools] check if stream is open before sending message in ios device ( #99947 )
2022-03-17 15:55:24 -07:00
Kate Lovett
2386fd90c9
Disable post-submit Gold failures entirely ( #100332 )
2022-03-17 17:07:02 -05:00
jellynoone
3c6b760e4c
Refractor compute
( #99527 )
2022-03-17 13:40:10 -07:00
Liam Appelbe
1d2f9c975b
Reintroduce the ability to override the coverage formatter ( #100320 )
2022-03-17 13:38:36 -07:00
Christopher Fujino
0d83e80104
[flutter_tools] Null safe update packages ( #99357 )
2022-03-17 13:35:17 -07:00
Yegor
c2409797ff
Roll chrome 96 attempt 2 ( #100073 )
...
* [web] roll Chromium dep to 96.2
Roll Chromium 96.2.
This is the second attempt to roll it. The previous attempt
(https://github.com/flutter/flutter/pull/99725 ) failed due to a LUCI
cache issue.
* cache-bust CIPD dependency by changing its name
* specify chrome_and_driver version in canvaskit tests
* fix CRC corruption in kTransparentImage
2022-03-17 13:23:43 -07:00
Emmanuel Garcia
d92fedcccb
Reland: "Always use texture layer when displaying an Android view" ( #100237 )
2022-03-17 12:46:26 -07:00
Chris Bracken
a618ca27a7
[macOS] Enable universal binary builds by default ( #100271 )
...
This changes the default build architectures for Flutter macOS apps to
x86_64 and arm64. Previously, we manually excluded arm64 builds via the
EXCLUDE_ARCHS Xcode setting in Flutter's generated xcconfig file. This
eliminates setting EXCLUDE_ARCHS during the build and updates the
default architectures in the tool and in the macos_assemble.sh wrapper.
Issue: https://github.com/flutter/flutter/issues/97681
Umbrella issue: https://github.com/flutter/flutter/issues/60113
2022-03-17 12:28:39 -07:00
Kate Lovett
7f241ba3fa
Disable post-submit failures ( #100308 )
2022-03-17 11:58:26 -05:00
Brian Quinlan
f6c4c3df19
Remove unnecessary ignore: override_on_non_overriding_member ( #99793 )
2022-03-16 19:10:17 -07:00
Harsh Bhikadia
fece72cac7
docs(flutter_test): fix mention of non-existing matchesSemanticsNode
( #99659 )
2022-03-16 18:55:18 -07:00
Taha Tesser
1cd4eebf47
Add missing expansionTileTheme
theme copyWith test ( #100165 )
2022-03-16 11:25:17 -07:00
Gary Qian
63ff7a199b
MigrateConfig and migrate integration testing base ( #99092 )
2022-03-16 11:10:22 -07:00
Zachary Anderson
1c2c942112
Revert "Always use texture layer when displaying an Android view ( #100091 )" ( #100222 )
...
This reverts commit 509ddfda5c1bda7c01cf51fe24607da19423d5f9.
2022-03-16 09:12:25 -07:00
Emmanuel Garcia
509ddfda5c
Always use texture layer when displaying an Android view ( #100091 )
2022-03-15 21:10:18 -07:00
moko256
13bf7515f4
Web: treat modifier key without location ( #98460 )
2022-03-15 19:50:10 -07:00
iroiroys
6f6b5647f5
Add more specific cause on web development tool error output ( #98553 )
2022-03-15 18:15:07 -07:00
Sahaj Rana
fd25dc8483
Add 'mouseCursor' to TextFormField ( #99822 )
...
* Add 'mouseCursor' to TextFormField
Added 'mouseCursor' to TextFormField.
Related issue: https://github.com/flutter/flutter/issues/99770
* added test for 'mouseCursor' in TextFormField.
added test for 'mouseCursor' in TextFormField.
* Update packages/flutter/test/material/text_form_field_test.dart
Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
* Update packages/flutter/test/material/text_form_field_test.dart
Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
* Minor update: Added a space.
* Removed icon & minor updates.
Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
2022-03-15 16:02:01 -07:00
Lau Ching Jun
722cbc52b8
Add portForwarder for ProxiedDevice. ( #100111 )
2022-03-15 14:30:21 -07:00
Jonah Williams
8010a53761
Revert "Do not eagerly allocate inherited widget caches when initializing element tree" ( #100152 )
2022-03-15 14:25:22 -07:00
Jesse
e3f2b88d10
Make NavigationRail.selectedIndex nullable ( #95336 )
2022-03-14 16:14:19 -07:00
LongCatIsLooong
a3514c77c6
Revert "Avoid calling performLayout
when only the relayout boundary is different" ( #100068 )
2022-03-14 15:00:19 -07:00
Emmanuel Garcia
f58e8f56ef
Fix AndroidView offset and resize ( #99888 )
2022-03-14 14:39:32 -07:00
Christopher Fujino
bb4a5fa7ab
[flutter_tools] exec rather than spawn subprocess from bin/internal/shared.sh ( #99871 )
2022-03-14 13:35:18 -07:00
Jonathan Joelson
f2646b1589
Update semantics live region documentation ( #99987 )
2022-03-14 11:45:16 -07:00
Valentin Marquis
4f4c7816c3
Fix/text containing finder work with rich texts ( #99682 )
2022-03-13 23:35:07 -07:00
Zachary Anderson
1223e87f7b
Revert "[web] roll Chromium dep to 96.2 ( #99725 )" ( #99949 )
...
This reverts commit 0d4b73b2e87a7220fc872c51b1095506e9377ab9.
2022-03-10 21:09:49 -08:00
nicolasvac
201a64c98f
Fix flutter web app not respecting assets path when in non-root folder ( #96774 )
2022-03-10 15:50:16 -08:00
Yegor
0d4b73b2e8
[web] roll Chromium dep to 96.2 ( #99725 )
2022-03-10 15:45:20 -08:00
Ben Konyi
1880066dd3
Update dependencies ( #99874 )
2022-03-10 14:13:59 -07:00
Kate Lovett
21320a1da5
Revert "Remove expired ThemeData deprecations" ( #99920 )
2022-03-10 11:00:17 -08:00
Darren Austin
57aa49028d
Migrate NavigationRail to Material 3. ( #99171 )
2022-03-09 16:01:03 -08:00
Kate Lovett
9291c8ba31
Remove expired ThemeData deprecations ( #98578 )
2022-03-09 16:00:08 -08:00
Anthony
bb2cca5f59
[Material] Create an InkSparkle splash effect that matches the Material 3 ripple effect ( #99731 )
...
Create an InkSparkle effect that matches the Material 3 ripple on Android 12. Similar to InkRipple, but uses the new custom shader API.
2022-03-09 18:13:46 -05:00
Kate Lovett
cb9e9a3786
Remove deprecated RenderEditable.onSelectionChanged ( #98582 )
2022-03-09 14:45:21 -08:00
Chris Yang
291b286417
[tool] Add CADisableMinimumFrameDurationOnPhone to iOS templates ( #94509 )
2022-03-09 14:15:20 -08:00
Jeff Ward
0aab22807c
First pass at using platform abstraction for plugins ( #92672 )
2022-03-09 14:10:21 -08:00