Commit Graph

20640 Commits

Author SHA1 Message Date
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
Michael Goderbauer
25e38a2a87 Bump lower Dart SDK constraints to 3.0 & add class modifiers (#122546)
Bump lower Dart SDK constraints to 3.0 & add class modifiers
2023-03-21 20:21:58 +00:00
Christopher Fujino
7d767270b2 [flutter_tools] replace --no-analytics with --suppress-analytics (#123133)
[flutter_tools] replace --no-analytics with --suppress-analytics
2023-03-21 19:18:57 +00:00
pdblasi-google
4695fcc782 Deprecates TestWindow (#122824)
Deprecates `TestWindow`
2023-03-21 18:43:50 +00:00
Victoria Ashworth
9136a47458 Set plugin template minimum iOS version to 11.0 (#122625)
Set plugin template minimum iOS version to 11.0
2023-03-21 16:40:50 +00:00
Mitchell Goodwin
1ba3f99bb0 Create cupertino checkbox (#122244)
Create cupertino checkbox
2023-03-21 14:48:34 +00:00
Zachary Anderson
7e88acfb0e [flutter_tool] Adds a flag to disable Impeller (#122960) 2023-03-20 22:23:23 -07:00
Dan Field
28f17d345b Make EditableText respect MediaQuery.boldTextOf (#122754) 2023-03-20 21:08:41 -07:00
Christopher Fujino
6b7c60d69a manual pub roll (#123071)
manual pub roll
2023-03-21 01:08:51 +00:00
Christopher Fujino
f4c3facfdd Revert "Revert "[flutter_tools] Remove sound null safety flag (#120936)" (#122909)" (#123031)
[flutter_tools] Remove sound null safety flag #2
2023-03-20 22:32:07 +00:00
Kate Lovett
484c22682b Fix error message for unbounded viewports (#123035)
Fix error message for unbounded viewports
2023-03-20 21:34:00 +00:00
Loïc Sharma
2312097731 [Tool] [Windows] Output app path on build completion (#122928)
[Tool] [Windows] Output app path on build completion
2023-03-20 20:11:07 +00:00
Michael Goderbauer
c4a81e9e17 Remove unused replacement from Visibility.maintain (#123039)
Remove unused replacement from Visibility.maintain
2023-03-20 19:45:03 +00:00
Taha Tesser
8679aeb235 Fix TimePicker input mode width for 12-hour format (#122868)
Fix `TimePicker` input mode width for 12-hour format
2023-03-20 18:09:49 +00:00
Greg Price
0117de40d8 Give PolynomialFit more docs, and a debug toString (#122333)
Give PolynomialFit more docs, and a debug toString
2023-03-20 18:08:17 +00:00
acumen
e0ea39fee5 Reland "Fix bug with clicking Copy or Select All within contextMenu" (#122973)
Reland "Fix bug with clicking `Copy` or `Select All` within contextMenu"
2023-03-20 17:22:10 +00:00