10998 Commits

Author SHA1 Message Date
Michael Goderbauer
ed0c8d77f8
Remove some outdated ignores from framework (#108915) 2022-08-03 22:42:06 +00:00
Qun Cheng
f7b0023439
Added IconButtonTheme and apply it to IconButton in M3 (#108332)
* Created IconButtonTheme and apply it to IconButton
2022-08-03 13:47:44 -07:00
Matej Knopp
7e8f0e57bf
[macOS] Use editing intents from engine (#105407) 2022-08-03 21:51:28 +02:00
Greg Spencer
f7c41d0988
Update equalsIgnoringHashCodes to take a list of Strings (#108507) 2022-08-03 19:48:06 +00:00
Darren Austin
46e5bf9d45
Reland "Add shadowColor and surfaceTintColor to Dialog and DialogTheme." #108718 2022-08-02 17:26:22 -07:00
parkershepherd
c1cd20b760
Update documentation to match implementation (#108843) 2022-08-02 16:29:34 -07:00
Kate Lovett
fc0235ff4e
Revert "Fix ExpansionTile shows children background when expanded" (#108844) 2022-08-02 23:03:05 +00:00
Taha Tesser
52829523d6
Deprecate toggleableActiveColor (#97972) 2022-08-02 19:09:06 +00:00
Anthony Oleinik
f014c1e6dc
Loupe Android + iOS (#107477)
* added Magnifier for iOS and Android
2022-08-02 11:43:12 -07:00
xubaolin
c4df6b6d09
[SelectionOverlay]Move the debug statement to the scope of the assertion. (#108508) 2022-08-02 04:37:04 +00:00
pdblasi-google
e499530152
Create containsSemantics to allow for partial matching of semantics in tests. (#108573) 2022-08-01 22:08:06 +00:00
Bruno Leroux
e368e5862e
Fix ExpansionTile shows children background when expanded (#107834) 2022-08-01 22:07:05 +00:00
Greg Spencer
430441142e
Fix lerp to eccentric circle. (#108743) 2022-08-01 18:47:06 +00:00
Tomasz Gucio
5828969d45
Override PlaceholderDimensions equality operator to avoid unnecessary TextPainter re-layouts (#108623) 2022-08-01 17:23:05 +00:00
LongCatIsLooong
80ee3c1efb
TextPainter throw with stack trace to help track down read-before-layout (#108571) 2022-07-30 05:45:05 +00:00
Jonah Williams
40940de636
[framework] create animation from value listenable (#108644) 2022-07-30 00:41:04 +00:00
Kevin Moore
8997dd5de0
Fix doc comment line accidentally removed (#108654)
Fixing issue in commit c92e001400fcf9064001e993fc6a36e3fb0f56b5
2022-07-29 17:11:41 -07:00
Kevin Moore
c92e001400
Update web links for autofill (#108640) 2022-07-29 16:13:04 -07:00
Michael Goderbauer
c7498f607b
Improve dumpSemanticsTree error when semantics are unavailable (#108574) 2022-07-29 22:37:06 +00:00
Youssef Attia
5da997e61a
Quick Documentation Fix for Sliver (#108633) 2022-07-29 21:14:04 +00:00
Casey Hillers
4ed9d9de4d
Revert "Add shadowColor and surfaceTintColor to Dialog and DialogTheme." (#108621) 2022-07-29 18:03:07 +00:00
Greg Spencer
5532775b19
Add onTapOutside to TextFormField (#108629) 2022-07-29 17:13:09 +00:00
Anthony Oleinik
db3b1411b7
SelectAll on iOS does not scroll to end of editable text anymore (#105799)
Co-authored-by: Anthony Oleinik <oleina@google.com>
2022-07-29 10:02:41 -07:00
Greg Spencer
f5e4d2b427
Replace FocusTrap with TapRegionSurface (#107262) 2022-07-29 16:00:07 +00:00
Taha Tesser
76df7368b5
Update Chips examples and rename files (#108538) 2022-07-29 07:17:06 +00:00
Darren Austin
523b600efe
Add shadowColor and surfaceTintColor to Dialog and DialogTheme. (#108405) 2022-07-28 14:54:30 -07:00
Michael Goderbauer
d10a4a17d6
Mark NavigationBar as non-const to match reality (#108562) 2022-07-28 21:36:05 +00:00
Jonah Williams
6cb2f5d853
disable new transition while toPictureSync is fixed (#108565) 2022-07-28 19:57:04 +00:00
Dan Field
0cc7db54ce
Guard against usage after async callbacks in RenderAndroidView, unregister listener (#108496) 2022-07-28 18:36:04 +00:00
Qun Cheng
8a8ed75d3e
Change default value of effectiveInactivePressedOverlayColor in Switch to refer to effectiveInactiveThumbColor (#108477) 2022-07-28 09:07:09 -07:00
hangyu
dd4154bf4d
Migrate TextField to Material 3 (#108366)
* Update input style

* generate M3 text style

* Add test
2022-07-28 20:31:05 +08:00
xubaolin
f976010f1e
Fixes a NestedScrollView UserScrollNotification issue (#107632) 2022-07-28 01:54:05 +00:00
xubaolin
4f2e32173f
fix a tabs indicator padding update bug (#108287) 2022-07-28 00:49:05 +00:00
Greg Spencer
07de84f014
Add StarBorder and StarBorder.polygon, with example. (#108489) 2022-07-28 00:01:05 +00:00
Zachary Anderson
e681b22008
Nth part of async FragmentProgram.fromAsset transition (#108473) 2022-07-27 20:49:04 +00:00
Michael Goderbauer
29f7a8e844
Simplify mark needs build (#108383) 2022-07-27 20:02:04 +00:00
LongCatIsLooong
41940c9396
Suggest predicate-based formatter in [FilteringTextInputFormatter] docs for whole string matching (#107848) 2022-07-27 18:37:05 +00:00
hangyu
25526f1b03
Optimize closure in input_decorator_theme (#108379) 2022-07-27 18:36:07 +00:00
snat-s
2c75d89c9e
Added a clarification on scrollBehaviour in BoxScroll and ListView (#107738) 2022-07-27 17:19:05 +00:00
J-P Nurmi
fbb3036b73
FloatingActionButton: add themeable mouse cursor (#103473) 2022-07-27 17:16:05 +00:00
Zachary Anderson
d6cd6b7095
Use FragmentProgram.fromAssetAsync (#108415) 2022-07-27 06:04:05 +00:00
xubaolin
09b6672e77
Do not crash when remove SelectableText during handle drag (#108369) 2022-07-27 05:22:05 +00:00
Tomasz Gucio
16c25caa44
Add RenderRepaintBoundary.toImageSync() method (#108280) 2022-07-27 05:17:04 +00:00
Darren Austin
4c104effe1
Removed references to deprecated styleFrom parameters. (#108401) 2022-07-27 03:32:05 +00:00
Jonah Williams
7e683c023a
[flutter_tools] add tool support for shader hot reload (#107963) 2022-07-27 03:31:06 +00:00
nbayati
b5a36f03c6
Modify dataMap to include assertiveness only if it's not set to polite (#108396)
* Modify dataMap to include assertiveness only if it's not set to polite to prevent google3 tests from breaking

* small code style enhancement
2022-07-26 17:12:45 -07:00
Dan Field
201be6bdf5
Update docs on ChangeNotifier.dispose and KeepAliveHandle.release (#108384) 2022-07-26 22:09:05 +00:00
Polina Cherkasova
fe16c206ea
Dispose KeepAliveHandle. (#108227) 2022-07-26 11:25:59 -07:00
Polina Cherkasova
e05ae3cac7
Dispose widgets to stop leaks. (#108193) 2022-07-26 10:43:46 -07:00
Polina Cherkasova
dc13fd56a1
Update editable.dart (#108233) 2022-07-26 10:43:20 -07:00