Commit Graph

19375 Commits

Author SHA1 Message Date
chunhtai
1dd6a23358
Refactor macOS text editing shortcuts (#110289) 2022-08-30 16:25:00 +00:00
Loïc Sharma
c60cf97c19
[Windows] Hide app until first frame is drawn (#109816) 2022-08-30 14:26:21 +00:00
Greg Spencer
7122a0095c
Fix some tap region bugs (#110398) 2022-08-30 01:04:16 +00:00
Jonah Williams
d6dd832d0f
[flutter_tools] migrate gradle errors and project test to null safety (#110530) 2022-08-29 19:47:16 +00:00
Zachary Anderson
c6ec84e978
[flutter_tools] Pull more arm64 artifacts on Apple Silicon (#110291) 2022-08-29 10:33:24 -07:00
Greg Spencer
ee8488e871
Remove warnings when UnconstrainedBox and ConstraintsTransformBox are clipped (#110393) 2022-08-29 17:21:04 +00:00
Greg Spencer
9f0da30fa5
Fix an exception in StarBorders that are scaled to small or infinite sizes (#110419) 2022-08-29 15:56:22 +00:00
Chinmoy
c6870ee969
Added onSelectionChange callback to SelectionRegion and SelectionArea (#108985) 2022-08-29 15:21:45 +00:00
Zachary Anderson
0e195e9d46
Revert "Show output from pub get in flutter pub get (#106300)" (#110478)
This reverts commit 3802eb627e.
2022-08-29 08:02:50 -07:00
Sigurd Meldgaard
3802eb627e
Show output from pub get in flutter pub get (#106300) 2022-08-29 07:37:19 +00:00
Akshdeep Singh
519a5783c0
add material slider secondary value (#109808) 2022-08-28 23:26:32 +00:00
Jonah Williams
0053b089a6
[flutter_driver] make empty duration messages more helpful (#110441) 2022-08-28 19:54:08 +00:00
Casey Hillers
41b50c22b0
Revert "Update accessibility contrast test coverage (#109784)" (#110436)
This reverts commit f477c8b184.
2022-08-28 10:30:01 -07:00
Jonah Williams
428cafadb0
[flutter_tools] migrate some files to null safety (#110354) 2022-08-26 18:03:04 +00:00
Darren Austin
8a40c7ded0
Fixed some doc typos in OutlineButton and TextButton.styleFrom deprecations. (#110308) 2022-08-26 10:32:43 -07:00
Taha Tesser
b6c2335ddf
Replace _lerpProperties with MaterialStateProperty.lerp in button_style.dart (#110323) 2022-08-26 09:55:19 -07:00
fzyzcjy
5be7e49dcf
Fix Image's logical flow which disposes its image too early, causing errors such as "Cannot clone a disposed image" (#110131) 2022-08-26 15:58:54 +00:00
Greg Spencer
fefb2b00ba
Re-Land "Refactor StrokeAlign to allow double values." (#108339) (#110234) 2022-08-25 20:56:24 +00:00
Yegor
6e57ed6088
[web] fix hot restart in entrypoint generated by flutter create (#110229) 2022-08-25 20:30:00 +00:00
Christopher Fujino
db51e5d944
[flutter_tools] unpin path_provider_android and roll (#110216) 2022-08-25 19:42:21 +00:00
Daco Harkes
d34801a8da
FFI plugin bump FFIgen to 6.1.2 (#110246) 2022-08-25 19:33:05 +00:00
Darren Austin
5454bab6c1
Added support for M3 filled and filled tonal buttons. (#107382) 2022-08-25 11:36:03 -07:00
Ankur Jain
f477c8b184
Update accessibility contrast test coverage (#109784) 2022-08-25 17:28:08 +00:00
Danny Tuppeny
676a4264aa
[dap] Don't wait for appStarted before responding to launch/attach + don't call app.stop for unstarted app (#109386) 2022-08-25 15:35:09 +00:00
Jonah Williams
637bd0fb74
[framework] simplify raster widget, rename, combine painters (#109485) 2022-08-25 00:52:08 +00:00
Christopher Fujino
6e95067273
[flutter_tools] Fix _CastError in HotRunner._resetDirtyAssets (#108771) 2022-08-24 23:40:19 +00:00
FluentCoding
c5edf62900
Support for FilterQuality in FadeInImage (#110096) 2022-08-24 23:00:52 +00:00
Newton Michael
5bc4a7612f
use super parameters in framework (#103620) 2022-08-24 17:22:21 +00:00
Pierre-Louis
360ac5bc79
Add covariant to ThemeExtension.lerp (#105207)
* Add covariant to `ThemeExtension.lerp`

* x

* x
2022-08-24 18:18:39 +02:00
Taha Tesser
0c24a4db53
Fix floatingActionButtonAnimator not being updated (#110067) 2022-08-24 08:42:45 -07:00
eggfly
cf309b61b4
Fix some typos (#110077) 2022-08-24 21:56:09 +08:00
Qun Cheng
c0c3874c77
Revert "Reland: Set IconButton.visualDensity default to VisualDensity.standard (#109432)" (#110119)
This reverts commit 79013b2be8.
2022-08-23 15:41:03 -07:00
Qun Cheng
c8569b6e98
Revert "Fixed leading button size on app bar (#110043)" (#110103)
This reverts commit 7e33cd5ef3.
2022-08-23 13:50:09 -07:00
yaakovschectman
c865207540
Document tristate value (#110106)
Documentation for Checkbox.value previously did not cover the tristate case.
2022-08-23 15:58:56 -04:00
Qun Cheng
7e33cd5ef3
Fixed leading button size on app bar (#110043) 2022-08-22 22:37:10 +00:00
Kate Lovett
7e12b37111
Deprecate 2018 text theme parameters (#109817) 2022-08-22 20:00:34 +00:00
Greg Spencer
77b41ba844
Remove the FocusScopeNode in the navigator (#109702) 2022-08-22 17:27:32 +00:00
hangyu
6a1fc9eae6
InputDecorator iconColor/prefixIconColor/suffixIconColor (#109988) 2022-08-23 00:35:51 +08:00
Zachary Anderson
bd6b5cef95
[flutter_tools] Enable custom devices on all channels (#109953) 2022-08-21 12:16:53 -07:00
Greg Spencer
957a8da4a2
Revert "Re-Land "Refactor StrokeAlign to allow double values." (#109805)" (#109955)
This reverts commit b3aba4d9c8 because it breaks Google tests.
2022-08-21 20:18:09 +02:00
Jonah Williams
44d3181deb
[framework] remove restriction on texture layer rasterization (#109900) 2022-08-20 03:06:23 +00:00
Michael Goderbauer
ba8bc53825
Add some logs to catch flake (#109887) 2022-08-19 23:30:19 +00:00
Jesús S Guerrero
e271e8428b
add GeneralInfo project validator to analyze --suggestions (#109874) 2022-08-19 21:18:49 +00:00
Tae Hyung Kim
646666f8e7
[gen_l10n] Add option to format generated localizations files (#109171)
* init

* fix

* fix 2

* fix 3

* tests

* fix tests

* clarify help text

* fix all tests

* fix formatting?

* add second test

* unused import

* remove print

* trailing spaces

* artifacts is never null

* fix
2022-08-19 14:03:42 -07:00
Greg Spencer
b3aba4d9c8
Re-Land "Refactor StrokeAlign to allow double values." (#109591) (#109805) 2022-08-19 19:36:11 +00:00
Anna Gringauze
b7c500fc6b
Remove passing of --debugger-module-names flag to frontend server (#109791)
The flag is true by default so the behavior does not change.

Next steps:

Use the flag for updated debugger module names:
  - Frontend server: make the current behavior controlled
    by the flag non-conditional
  - Frontend server: add more debugging names changes under
    the same flag, false by default
  - Dwds: make changes required for the new module names.
  - Flutter tools: when matching dwds changes roll to flutter,
    pass the flag to the frontend server again.

- Cleanup:
  - Frontend server: make new behavior default
  - Flutter tools: remove uses of the flag.
  - Frontend server: remove the flag.

Towards: https://github.com/dart-lang/webdev/issues/1692
Helps: https://github.com/flutter/flutter/issues/106727
2022-08-19 11:14:43 -07:00
Anna Gringauze
3b6e3a6938
Temporarily remove a bogus warning until fixed by dwds update (#109793)
* Temporarily remove a bogus warning until fixed by dwds update

* Addressed CR feedback
2022-08-19 11:06:53 -07:00
Kate Lovett
b6f7289b18
Update Ballistic animation & ClampingScrollSimulation (#107735) 2022-08-19 17:24:03 +00:00
Jackson Gardner
5aad12cab1
Generate syntax for plugin registration that works both with and without null safety. (#109480) 2022-08-19 16:16:41 +00:00
Tomasz Gucio
75ee440329
Replace empty Container with const SizedBox (#108672) 2022-08-19 03:59:26 +00:00