Michael Goderbauer
b339391404
Fix typo ( #96195 )
2022-01-05 15:45:10 -08:00
Markus Aksli
88ded73061
Fix DataTable
_SortArrow
changing orientation when state is updated ( #94455 )
2022-01-05 14:10:17 -08:00
Jenn Magder
0287449c14
Do not show v1 Android embedding message for non-Android commands ( #96148 )
2022-01-05 12:55:10 -08:00
Dheeraj Verma
500a3324a4
[DropdownButtonFormField] Add borderRadius property ( #95944 )
2022-01-05 12:50:18 -08:00
Lau Ching Jun
7f0050f5b3
Add a new PrebuiltFlutterApplicationPackage interface. ( #95290 )
...
* Add a new PrebuiltFlutterApplicationPackage interface.
* Review feedback
* Rename bundleDir to uncompressedBundle
2022-01-05 07:54:57 -08:00
LongCatIsLooong
f268f82035
Fix autofill eligibility check ( #95210 )
2022-01-04 15:20:09 -08:00
Will Lockwood
47e3f1a949
Allow Checkbox
es in DataTable
s to inherit colors from CheckboxTheme
( #96007 )
2022-01-04 13:00:11 -08:00
Pierre-Louis
e9b8a6efb2
[Fonts] Update icons ( #96115 )
...
* update icons
* add regression test
* add fix for pie_chart_outline
2022-01-04 17:24:42 +01:00
Zachary Anderson
65c6e88223
Revert "FFI plugins ( #94101 )" ( #96122 )
...
This reverts commit 5257f0290cb7e11ab4946da6ee15104ceaa815f9.
2022-01-04 08:09:12 -08:00
Daco Harkes
5257f0290c
FFI plugins ( #94101 )
...
* Building shared C source code as part of the native build for platforms Android, iOS, Linux desktop, MacOS desktop, and Windows desktop.
* Sample code doing a synchronous FFI call.
* Sample code doing a long running synchronous FFI call on a helper isolate.
* Use of `package:ffigen` to generate the bindings.
2022-01-04 10:14:27 +01:00
Will Lockwood
1ab73b15a2
Improve iOS fidelity of barrierColor
s and edge decorations for full-screen Cupertino page transitions ( #95537 )
2022-01-03 10:10:09 -08:00
Pierre-Louis
73fb2e653d
Revert "[Fonts] Update icons ( #95007 )" ( #95966 )
...
This reverts commit 99977cea1c4ab14dbd46866df8711d5a91af16f9.
2021-12-30 16:14:23 +01:00
Christopher Fujino
2d2cd1f5c0
[flutter_tools] Refactor checkVersionFreshness ( #95056 )
2021-12-28 17:59:16 -08:00
Jenn Magder
aa4ef4cb2a
Revert "[flutter_tools] [iOS] Change UIViewControllerBasedStatusBarAppearance to true to fix rotation status bar disappear in portrait" ( #95747 )
2021-12-23 14:19:18 -08:00
Jenn Magder
d561fe7289
Migrate flutter_device_manager to null safety ( #95657 )
2021-12-23 12:39:18 -08:00
Jenn Magder
5432688561
Migrate install command to null safety ( #95433 )
2021-12-22 14:54:10 -08:00
Kaushik Iska
8e9bca802f
Compute the total time spent on UI thread for GC ( #95692 )
2021-12-22 17:04:35 -05:00
Sam Rawlins
43732e4597
Add missing return null to default_text_editing_shortcuts.dart ( #95690 )
2021-12-22 12:35:44 -08:00
Jenn Magder
a5137399dd
Migrate analyze commands to null safety ( #95442 )
2021-12-22 12:14:19 -08:00
Lau Ching Jun
df384c4809
Reland "Add an option for flutter daemon to listen on a TCP port ( #95418 )" ( #95689 )
...
Fixes the test brekage and reverts commit caed03df0554a4f884b2ca01d4b79bc32592f02d.
2021-12-22 10:53:31 -08:00
Zachary Anderson
caed03df05
Revert "Add an option for flutter daemon to listen on a TCP port ( #95418 )" ( #95686 )
...
This reverts commit 2b46ea447fc1d692752ba297722a45143385f30a.
2021-12-22 08:47:58 -08:00
Lau Ching Jun
2b46ea447f
Add an option for flutter daemon to listen on a TCP port ( #95418 )
...
* Add an option for flutter daemon to listen on a TCP port
Added a new class DaemonConnection to reuse the connection handling
between daemon server and client, and handle connection with different
medium (stdio, socket).
Added a new option `listen-on-tcp-port` to the flutter daemon command,
when passed, the daemon will accept commands on a port instead of stdio.
* Review feedback and add test for TcpDaemonStreams
* Review feedbacks
2021-12-22 06:21:04 -08:00
Jenn Magder
c584a5ead4
Migrate fuchsia_device to null safety ( #95438 )
2021-12-21 18:39:04 -08:00
Andrei Diaconu
a35e7aaed9
Add display features to MediaQuery ( #92906 )
2021-12-21 10:04:19 -08:00
Chris Yang
1c4128c703
Xcode error message ( #94747 )
2021-12-21 08:39:18 -08:00
Alberto
d571257a99
Updated Stateless and Stateful widget docstrings ( #95407 )
2021-12-20 17:44:10 -08:00
nt4f04uNd
c746be6626
Fix precision error in RenderSliverFixedExtentBoxAdaptor assertion ( #95598 )
2021-12-20 16:49:19 -08:00
Jonas Fassbender
ad7decc786
PaginatedDataTable fills more than the available size of its card, making it needlessly scroll horizontally 2 ( #95390 )
...
* fixed PaginatedDataTable not incorporating the margin of its surrounding Card in its width calculation
* fixed PaginatedDataTable not incorporating the margin of its surrounding Card in its width calculation
2021-12-20 12:18:59 -08:00
Jim Graham
6ba2f526a4
Fix alignment of matrix for Transform+filterQuality when offset ( #95432 )
2021-12-17 18:09:14 -08:00
Markus Aksli
75e2470302
Add Ink.image clip examples ( #93799 )
2021-12-17 02:54:14 -08:00
Sam Rawlins
412e329af2
Correct missing return statements in nullably-typed functions ( #95428 )
2021-12-16 15:29:17 -08:00
嘟囔
4f5cc21be2
migrate some file to null safety ( #92957 )
2021-12-16 11:39:12 -08:00
Emmanuel Garcia
1bfb7400c8
Bump Kotlin version to the latest ( #95383 )
2021-12-16 09:19:13 -08:00
crisboarna
eb1a851f58
feat(flutter_tools): Added doctor host validation feat ( #95386 )
2021-12-16 08:02:13 -08:00
crisboarna
1fb9b5b3d2
feat(flutter_tools): Added proxy validator IPV6 loopback check ( #95159 )
...
* feat(flutter_tools): Added proxy validator IPV6 lookback check
* Remove whitespace.
Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
2021-12-16 07:56:45 -08:00
Tong Mu
5d37206257
[RawKeyboard, Web, macOS] Upper keys should generate lower logical keys ( #94827 )
2021-12-15 15:29:09 -08:00
osaxma
f47ca95536
Fix Typo ( #95288 )
2021-12-15 14:54:06 -08:00
Danny Tuppeny
7e1e98c356
Add support for executing custom tools in place of Flutter for DAP ( #94475 )
2021-12-15 13:29:05 -08:00
Emmanuel Garcia
79bc1bfa89
Add ability to wrap text messages in a box ( #94391 )
2021-12-15 13:19:11 -08:00
Taha Tesser
139a4d3992
Add CupertinoDatePicker
Interactive Example ( #93509 )
2021-12-15 13:14:12 -08:00
嘟囔
6d1938e647
migrate integration.shard/vmservice_integration_test.dart to null safety ( #92812 )
2021-12-15 13:09:15 -08:00
Emmanuel Garcia
935d1478aa
Apply the Kotlin plugin in a java project ( #95225 )
2021-12-14 23:04:05 -08:00
Dan Field
bf60291493
Improve sync*/async* opt outs ( #95286 )
2021-12-14 19:00:52 -08:00
Chris Bracken
ed4dae3c27
Windows: Focus slider on gaining a11y focus ( #95295 )
...
Microsoft Active Accessibility (MSAA) does not include
increment/decrement keyboard shortcuts for manipulating sliders and
other similar controls. To make up for this, we give the slider keyboard
focus when it gains accessibility focus so that the user can use the
arrow keys to manipulate the slider.
Issue: https://github.com/flutter/flutter/issues/77838
2021-12-14 17:40:36 -08:00
Jenn Magder
6ab00756a8
Build Flutter iOS plugins with all valid architectures ( #95293 )
2021-12-14 16:49:06 -08:00
Rami
1a3dc1b32a
Update color scheme seed generation to use color utils package ( #95175 )
...
* Update color scheme seed generation to use color utils package
2021-12-14 13:53:36 -08:00
Chris Yang
e4dadf788b
[tool] xcresult issue discarder ( #95273 )
2021-12-14 13:29:13 -08:00
Tong Mu
82bf318968
Delete and Backspace shortcuts accept optional Shift modifier ( #94966 )
2021-12-14 13:19:06 -08:00
Jonah Williams
fda4094767
[framework] dont allocate forgotten children set in profile/release mode ( #94911 )
2021-12-14 10:51:30 -08:00
Sam Rawlins
87f8873474
Add explicit null returns in flutter/test ( #94834 )
2021-12-14 10:14:06 -08:00