18197 Commits

Author SHA1 Message Date
LongCatIsLooong
63f48d1ff8
[EditableText] honor the "brieflyShowPassword" system setting (#97769) 2022-02-08 17:50:20 -08:00
Jonah Williams
4f975cbe2f
[framework] inline casts on Element.widget getter to improve web performance (#97822) 2022-02-08 13:05:21 -08:00
Emmanuel Garcia
d2b5f34bc4
Revert "Fix how Gradle resolves Android plugin" (#98050) 2022-02-08 12:30:05 -08:00
bannzai
0ee8e0e6fe
Fix typo FutterApplication -> FlutterApplication (#97897) 2022-02-08 10:25:57 -08:00
Jonah Williams
a7a3d8ba13
[framework] don't hit test for system nav bar or system chrome on desktop (#97883) 2022-02-07 22:55:09 -08:00
chunhtai
ac3189c341
Remove RenderEditable dependency from TextSelectionHandleOverlay (#97967) 2022-02-07 18:20:18 -08:00
Justin McCandless
fa98a5226f
Undo/redo (#96968) 2022-02-07 17:45:19 -08:00
Darren Austin
93a1b7a577
Material 3 Typography support. (#97829) 2022-02-07 17:00:22 -08:00
Viren Khatri
26d4e92750
removes Material (#96899) 2022-02-07 16:39:59 -08:00
Taha Tesser
a6504ead31
TabBar: add themeable mouse cursor (#96737) 2022-02-07 16:35:12 -08:00
Marcel Kirchhoff
36a8f0f2ae
RenderIndexedStack - Mark invisible children as offstage in debugDescribeProperties (#96639) 2022-02-07 16:15:19 -08:00
Emmanuel Garcia
965397cfde
Fix how Gradle resolves Android plugin (#97823) 2022-02-07 11:05:14 -08:00
Danny Tuppeny
c659ad6ace
Add support for attachRequest in DAP, running "flutter attach" (#97652)
* Add support for attachRequest in DAP, which runs "flutter attach"

* Update DAP docs for attachRequest

* Improve doc comments

* Fix comments

* Remove noDebug from attach + create a getter for `debug`

* Fix indent
2022-02-07 18:54:07 +00:00
Daniel Cachapa
9d2a294496
Report progress on Dismissible update callback (#95504) 2022-02-05 12:30:04 -08:00
ColdPaleLight
1cb912e75c
Make the application lifecycle does not affect SchedulerBinding.scheduleForcedFrame. (#97468) 2022-02-04 17:45:19 -08:00
Jenn Magder
57d5222876
Include -isysroot -arch and -miphoneos-version-min when creating dummy module App.framework (#97689) 2022-02-04 14:50:11 -08:00
Christopher Fujino
1d59d8d341
[flutter_tools] increment y instead of m when calling flutter --version on master (#97827) 2022-02-04 13:35:29 -08:00
Justin McCandless
734c3c4f8d
Text editing shift + tap + drag interaction (#95213)
Supports the desktop text editing interaction of holding shift, tapping the field, and dragging to modify the selection.
2022-02-04 13:20:03 -08:00
Lau Ching Jun
26d1da4188
Fix error in type cast. (#97778) 2022-02-04 12:40:11 -08:00
Michael Tamm
1fcb076eb7
[flutter_tools] Fix bundle file not found when flavor contains upperc… (#92660) 2022-02-04 11:55:20 -08:00
J-P Nurmi
4b82d47b01
docs: adjust the flutter.material.RawMaterialButton.mouseCursor template (#88470) 2022-02-04 11:38:46 -08:00
Taha Tesser
bc6fd9e17d
fix PopupMenuButton example tag (#97763) 2022-02-04 08:52:33 -08:00
Taha Tesser
58407234f5
Fix Local RadioTheme not being inherited by Radio Widget (#97713) 2022-02-03 20:40:13 -08:00
stuartmorgan
7eb1035af6
Restructure Windows plugin template (#93511) 2022-02-03 20:30:18 -08:00
Taha Tesser
2e10b46b26
Fix Local CheckBoxTheme not being inherited by CheckBox Widget (#97715) 2022-02-03 15:00:17 -08:00
Ian Hickson
ab89ce285f
Clean up the bindings APIs. (#89451) 2022-02-03 14:55:15 -08:00
Harry Terkelsen
03f1d37935
Add a benchmark for a scrolling list of Links (#94638) 2022-02-03 14:38:58 -08:00
Taha Tesser
3bba8df83b
Fix Local SwitchTheme not being inherited by Switch Widget (#97705) 2022-02-03 13:45:20 -08:00
chunhtai
185bc093e0
Fix RouterObserver didPop is not called when reverseTransitionDuratio… (#97171) 2022-02-03 12:00:15 -08:00
Daco Harkes
bc621327d9
Pin package:ffi in plugin_ffi template (#97720) 2022-02-03 19:42:07 +01:00
Jason Simmons
93a1177770
Invalidate the TextPainter line metrics cache when redoing text layout (#97446) 2022-02-03 09:10:17 -08:00
Nayeem Hasan
6aed693c4c
Add splashBorderRadius to TabBar (#97204) 2022-02-03 07:40:15 -08:00
Jenn Magder
ac52901c14
Export an IPA for distribution via "flutter build ipa" without --export-options-plist (#97672) 2022-02-02 19:28:25 -08:00
Kate Lovett
c045a0745b
Update SliverChildDelegate docs (#97674) 2022-02-02 18:35:17 -08:00
Kate Lovett
c57e67d844
Add docs about horizontal scrollbars (#97673) 2022-02-02 18:20:05 -08:00
Darren Austin
e82e94b28a
Updated the defaults to only use function overrides for computed values. (#97677) 2022-02-02 16:13:56 -08:00
Jonah Williams
0b72d5ca58
[flutter_tool] allow disabling profile mode timeline traces (#97622) 2022-02-02 16:00:16 -08:00
Andrei Diaconu
4a7e30f87d
Add DisplayFeatureSubScreen widget (#92907) 2022-02-02 15:20:20 -08:00
Jason Simmons
ba4d63a47b
Exit the tool if a DevTools subprocess fails when running on a bot (#97613) 2022-02-02 14:55:18 -08:00
Zachary Anderson
e50ca9acbc
Reland: [flutter_tool] Download gen_snapshot.zip for macOS desktop (#97671) 2022-02-02 14:43:55 -08:00
Lau Ching Jun
a504b93774
Addresses the feedbacks in #95738 (#97457) 2022-02-02 13:55:22 -08:00
Kate Lovett
13f106b026
Allow Clip.none as a valid clipBehavior (#95593) 2022-02-02 15:32:05 -06:00
Zachary Anderson
f82c020071
Revert "[flutter_tool] Download gen_snapshot.zip for macOS desktop (#97627)" (#97664)
This reverts commit 32abf42a0074776542bbbfcb968e25269dee7ddd.
2022-02-02 11:29:28 -08:00
Lau Ching Jun
d7688ca093
Change all instance of throwing strings to throw specific error classes. (#97325) 2022-02-02 10:45:18 -08:00
Darren Austin
97124d7bf9
Updated gen_defaults to use new JSON output from the Material token database. (#97596) 2022-02-02 10:22:57 -08:00
Zachary Anderson
32abf42a00
[flutter_tool] Download gen_snapshot.zip for macOS desktop (#97627) 2022-02-02 10:21:31 -08:00
Alberto
822a4d6705
chore: Updated AutofillContextAction documentation (#97245) 2022-02-02 10:05:20 -08:00
Marcel Kirchhoff
fdf8627c95
Fix VisualDensity's vertical lerp implementation (#96597)
Fixes #96591
2022-02-02 09:22:57 -08:00
Collin Jackson
10fbbafe09
[flutter_tools] Use proper project name in templates (#96373) 2022-02-02 06:50:14 -08:00
Pierre-Louis
a22cf5d6b9
Update packages (#97592)
* update packages

* implement

* remove trailing spaces

* Revert "remove trailing spaces"

This reverts commit d3bffbef57d142a4a5d98dea4c3e9b6db856c9bb.

* Revert "implement"

This reverts commit 6b6172a827c84985c5fe09e676096878fba43306.
2022-02-02 09:16:05 +01:00