Taha Tesser
7c1baeaea8
Fix fooTheme.of(context);
usage docs ( #98402 )
2022-02-14 09:00:22 -08:00
Jesús S Guerrero
f523ddd2d6
[flutter_tools] remove pub dependencies from universal ( #97722 )
2022-02-12 12:10:11 -08:00
Jenn Magder
262a963efb
flutter_build_null_unsafe_test print failed build output ( #98310 )
2022-02-11 22:00:18 -08:00
Christopher Fujino
289988dc62
[flutter_tools] fix type error in flutter update-packages --jobs=n ( #98283 )
2022-02-11 14:50:18 -08:00
Ian Hickson
fce2f93b75
Add a BindingBase.debugBindingType() method to enable asserts that want to verify that the binding isn't initialized ( #98226 )
2022-02-11 14:35:09 -08:00
Michael Goderbauer
61ac285608
[performance] Trace direct calls to inflateWidget ( #98277 )
2022-02-11 13:30:18 -08:00
chunhtai
d486aa7040
Refactor TextSelectionOverlay ( #98153 )
...
* Refactor TextSelectionOverlay
* fix test
* remove print
* fix more tests
* update
* added tests
* fix comments
* fmt
* fix test
* addressing comment
* remove dispose
* remove new line
2022-02-11 13:06:05 -08:00
Michael Goderbauer
8cd540f449
[performance] Process dirty nodes from top to bottom during paint to avoid unnecessary layer tree walks ( #98219 )
2022-02-11 04:30:21 -08:00
Taha Tesser
ae6ace3f69
[integration_test] Fix official example for Android ( #98162 )
2022-02-11 04:05:14 -08:00
LongCatIsLooong
81464ff642
Reland "[EditableText] honor the "brieflyShowPassword" system setting #97769 " ( #98150 )
2022-02-11 02:30:14 -08:00
Taha Tesser
d6d3283c8d
Fix flutter gen-l10n help message ( #98147 )
2022-02-11 01:40:14 -08:00
Swift Kim
2a010d9673
[flutter_tools] Make variants of Pub have consistent method signatures ( #98119 )
2022-02-11 00:45:20 -08:00
Brian Quinlan
76855aa893
Add keyLog
and connectionFactory
to HttpClient implementations ( #98045 )
2022-02-11 00:35:16 -08:00
Darren Austin
21a6c06491
Update Material tokens to v0.81. ( #98149 )
2022-02-10 22:56:17 -08:00
Taha Tesser
21de85057d
Fix NavigationRail Indicator alignment for NavigationRailLabelType.none
( #98028 )
2022-02-10 22:25:15 -08:00
Jonah Williams
ef803a2bd9
[framework] use platform touchslop on Android ( #97971 )
2022-02-10 22:20:16 -08:00
LongCatIsLooong
6656356bbf
EditableText does not request focus on autofill ( #97846 )
2022-02-10 20:30:17 -08:00
Callum Moffat
3f9c0e74f2
PointerDeviceKind forwards-compatibility in flutter_test ( #98202 )
2022-02-10 19:50:27 -08:00
Justin McCandless
c42b36f6b4
Windows/Linux keyboard shortcuts at a wordwrap ( #96323 )
2022-02-10 19:45:16 -08:00
Justin McCandless
33a16f44aa
Shift tap on an unfocused field ( #97543 )
2022-02-10 16:05:19 -08:00
Chris Yang
0ce527eb91
[flutter_driver] show refresh rate status in timeline summary ( #95699 )
2022-02-09 15:05:03 -08:00
chunhtai
5f3bee55ad
Allow remove listener on disposed change notifier ( #97988 )
2022-02-09 11:10:13 -08:00
Daco Harkes
bb3275b934
Add debugging info to android_plugin_example_app_build_test ( #98107 )
2022-02-09 09:20:13 -08:00
chunhtai
d522179be3
Unify Text selection API ( #98073 )
...
* Unify Text selection API
* fix test
* further simplify
* fix more tests
* styling change
2022-02-09 09:16:07 -08:00
wangying
499e900e39
Fix timer keeps active when resampling disabled in some cases ( #97197 )
2022-02-09 02:25:06 -08:00
Emmanuel Garcia
badbe757eb
Export activity for module in AndroidManifest.xml ( #98076 )
2022-02-08 21:40:16 -08:00
Grant Slender
ae3f99c98a
implemented TapUp within InkResponse and InkWell ( #93833 )
...
* implemented TapUp within InkResponse and InkWell
* Update packages/flutter/lib/src/material/ink_well.dart
Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
* Update packages/flutter/lib/src/material/ink_well.dart
Co-authored-by: Viren Khatri <werainkhatri.work@gmail.com>
* Update packages/flutter/lib/src/material/ink_well.dart
Co-authored-by: Viren Khatri <werainkhatri.work@gmail.com>
Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
Co-authored-by: Viren Khatri <werainkhatri.work@gmail.com>
2022-02-09 10:48:35 +05:30
godofredoc
3bdea6bb92
Revert "[EditableText] honor the "brieflyShowPassword" system setting ( #97769 )" ( #98089 )
...
This reverts commit 63f48d1ff8dbecc6adbc8fd622e93a493dadbc26.
2022-02-08 20:11:08 -08:00
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