Commit Graph

20655 Commits

Author SHA1 Message Date
Chris Bracken
b0ad7c456e
[macOS] Eliminate explicit main window init() (#123571)
[macOS] Eliminate explicit main window init()
2023-03-28 01:35:00 +00:00
Loïc Sharma
8f62e34267
[Focus] Add run key command to dump the focus tree (#123473)
[Focus] Add run key command to dump the focus tree
2023-03-28 00:33:39 +00:00
Michael Goderbauer
c65bfe9a5a
Fix velocity_tracker_test.dart (#123559)
Fix velocity_tracker_test.dart
2023-03-27 23:02:43 +00:00
Taha Tesser
3512c2cd76
Fix divider width in scrollable TabBar for Material 3 and add dividerHeight parameter (#123127)
Fix divider width in scrollable `TabBar` for  Material 3 and add `dividerHeight` parameter
2023-03-27 22:52:59 +00:00
Renzo Olivares
04f6acd881
Add TextField triple tap/click gestures (#119046)
Add TextField triple tap/click gestures
2023-03-27 22:39:52 +00:00
Chinmoy
aa5db20fbb
Added backgroundColor and disabledBackgroundColor to SnackBarAction. (#118786) 2023-03-27 15:25:56 -07:00
Bruno Leroux
6e2bbf9413
Fix Animations in NavigationDestination icons don't work (#123400) 2023-03-27 13:39:41 -07:00
Bruno Leroux
94f8772cea
Make InkInteractiveFeature customBorder updatable (#123536) 2023-03-27 13:34:11 -07:00
Michael Goderbauer
48bb12dfbe
Make Element tree root generic (#123352)
Make Element tree root generic
2023-03-27 20:31:49 +00:00
Andrew Kolos
66e6acbe9f
throw ToolExit when --web-port is an integer outside the valid TCP port range (#123269)
throw `ToolExit` when `--web-port` is an integer outside the valid TCP port range
2023-03-27 19:58:37 +00:00
Camille Simon
5e76e119d5
Allow spell check to fail silently on unsupported platforms & spell checkers (#122715)
Allow spell check to fail silently on unsupported platforms & spell checkers
2023-03-27 15:38:54 +00:00
Jan Kuß
4a1002e2e2
Fix selection toolbar not showing on drag end (#121110) 2023-03-26 22:55:12 +02:00
Shibata Ryusei
1fb2158e36
Add lints test for all templates (#120526)
Add lints test for all templates
2023-03-26 11:10:23 +00:00
Todd Volkert
25174d621e
Make InkDecoraiton not paint if the ink is not visible (#122585)
Make InkDecoration not paint if the ink is not visible
2023-03-25 21:00:23 +00:00
Mateus Felipe C. C. Pinto
8636e33398
[Documentation] Add ActionChip in disabled state (#123143)
[Documentation] Add ActionChip in disabled state
2023-03-25 18:58:23 +00:00
LongCatIsLooong
482b5f63e9
Unskip #62819 Fixes #12357 (#122945)
Unskip #62819 Fixes #12357
2023-03-24 22:07:47 +00:00
Harry Terkelsen
2379b18f8d
Turn on --web-resources-cdn by default (#123425) 2023-03-24 14:33:58 -07:00
Janice Collins
81e9060968
Suppress analytics flag pass through to analysis server (#123235)
Suppress analytics flag pass through to analysis server
2023-03-24 19:59:15 +00:00
Loïc Sharma
70e1dc7387
[Clipboard] Assert at least one clipboard data variant is provided (#122446)
[Clipboard] Assert at least one clipboard data variant is provided
2023-03-24 19:12:10 +00:00
Mitchell Goodwin
f4caee6efb
Add adaptive Checkbox and CheckboxListTile (#123132)
Add adaptive Checkbox and CheckboxListTile
2023-03-24 17:33:05 +00:00
Bernardo Ferrari
5054b6e514
Add Non-Uniform Border to Border. (#121921)
Add Non-Uniform Border to Border.
2023-03-24 01:40:56 +00:00
Hans Muller
59c9d4e845
Added ExpansionTileController (#123298)
Added ExpansionTileController
2023-03-24 00:51:06 +00:00
Taha Tesser
f7fb14ec58
Add customizable mouse cursor to DataTable (#123128) 2023-03-23 17:45:34 -07:00
Kate Lovett
68be52c5f5
Clean up scrolling delegate code for 2D (#122651)
Clean up scrolling delegate code for 2D
2023-03-23 23:06:43 +00:00
Pierre-Louis
02d5c7595b
Add support for secondary tab bar (#122756)
Add support for secondary tab bar
2023-03-23 22:49:59 +00:00
Dan Field
6fd59890c3
Ignore spam from SurfaceSyncer (#123262)
Ignore spam from SurfaceSyncer
2023-03-23 21:55:39 +00:00
Benjamin Quinn
5ef9b847aa
Expose toggle to textfield's opacity animation. (#122474)
Expose toggle to textfield's opacity animation.
2023-03-23 19:49:58 +00:00
Bernardo Ferrari
100cf21e27
Prefer enum over class. (#123312)
Convert `AndroidSemanticsAction` to enum.
2023-03-23 19:46:37 +00:00
Michael Goderbauer
716d252462
Remove prefer_const_constructors ignores (#123284)
Remove prefer_const_constructors ignores
2023-03-23 19:43:53 +00:00
Michael Goderbauer
fccca49373
Refactor buildOverscrollIndicator (#123246) 2023-03-23 12:34:42 -07:00
Michael Goderbauer
7f41ab25c9
Fix (insert|move|remove)RenderObjectChild methods in base class (#123276) 2023-03-23 12:34:26 -07:00
Michael Goderbauer
31798757e7
replace some ._() constructors with class modifiers (#122765) 2023-03-23 12:29:18 -07:00
Flutter GitHub Bot
7b7af9f34c
roll packages (#123339)
Roll pub packages
2023-03-23 19:03:57 +00:00
Rydmike
9dec4fbd1e
FIX: NavigationDrawer hover/focus/pressed does not use indicatorShape (#123325)
FIX: NavigationDrawer hover/focus/pressed do not use indicatorShape
2023-03-23 18:13:47 +00:00
Jacob MacDonald
b212e7b32b
implement Iterator and Comparable instead of extending them (#123282)
implement Iterator and Comparable instead of extending them
2023-03-23 17:10:31 +00:00
Ben Konyi
5a36bddd2b
Stop serving Observatory by default (#122419)
Observatory can still be enabled by providing `--serve-observatory` or
invoking the `_serveObservatory` private service RPC via web socket or
HTTP.

Related to https://github.com/dart-lang/sdk/issues/50233
2023-03-23 12:52:30 -04:00
Harry Terkelsen
897e3db40c
Inject the gstatic CanvasKit CDN URL by default in flutter build web (#122772) 2023-03-23 09:17:25 -07:00
Christopher Fujino
3736274a6d
Revert "[flutter_tools] Remove sound null safety flag (#123031)" (#123280)
Revert "[flutter_tools] Remove sound null safety flag (#123031)"
2023-03-22 22:53:49 +00:00
Michael Goderbauer
f68a676353
Workaround for exhaustivness bug in dart2js (#123242)
Workaround for exhaustiveness bug in dart2js
2023-03-22 21:45:19 +00:00
Michael Goderbauer
fda9ecfef7
Remove 1745 decorative breaks (#123259)
Remove 1745 decorative breaks
2023-03-22 21:12:22 +00:00
Ian Hickson
3fe5740153
Documentation improvements (#122787)
Documentation improvements
2023-03-22 18:58:57 +00:00
Lasse R.H. Nielsen
520cf363b3
Make custom Utf8Decoder replacement not extend platform class. (#123211)
* Make custom `Utf8Decoder` replacement not extend platform class.

The Dart 3.0 class modifiers will make `Utf8Decoder`, and other
pure implementation classes, be `final`.

This replacement class does not need to extend the original
class, just like the `Utf8Codec` in the same file doesn't
extend the `Ut8Codec` from the platform libraries.

Instead it can just forward to a single `const` instance of the
original class.

* Forgot one constant

* Fix merge conflict.

---------

Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
2023-03-22 07:53:56 -07:00
Jason Simmons
d81e915780
Provide an ApplicationPackage to the flutter_tools logs command (#123149)
Provide an ApplicationPackage to the flutter_tools logs command
2023-03-22 14:51:39 +00:00
Michael Goderbauer
433453f8dd
Remove window reference from doc snippet (#123176)
Remove window reference from doc snippet
2023-03-22 03:49:56 +00:00
Christopher Fujino
28d707693b
toolexit on malformed yaml (#123167)
[flutter_tools] toolexit on malformed yaml during gen-l10n
2023-03-22 02:05:24 +00:00
Kate Lovett
4be45e950d
Remove indicator from scrolling tab bars (#123057)
Remove indicator from scrolling tab bars
2023-03-21 23:44:12 +00:00
Bartek Pacia
c40dd27681
Fix Gradle warning in a freshly flutter createed Android project (#122290)
Fix Gradle warning in a freshly `flutter create`ed Android project
2023-03-21 23:41:49 +00:00
Michael Goderbauer
06ed8e65a7
Enable prefer_mixin (#123159)
Enable prefer_mixin
2023-03-21 23:12:26 +00:00
Lau Ching Jun
7e4822d5d6
Use DeviceDiscoveryFilter correctly in ProxiedDevices. (#123144)
Use DeviceDiscoveryFilter correctly in ProxiedDevices.
2023-03-21 22:52:16 +00:00
Michael Goderbauer
a9073f787c
Deprecate BindingBase.window (#120998)
Deprecate BindingBase.window
2023-03-21 21:08:23 +00:00