9883 Commits

Author SHA1 Message Date
Polina Cherkasova
0a35cf95eb
Instrument State, Layer, RenderObject and Element. (#111328) 2022-09-20 16:39:46 -07:00
Yunus Emre Bakır
6e491d8870
Update showCupertinoModalPopup documentation (#106274) 2022-09-20 23:32:58 +00:00
LongCatIsLooong
c825fb1963
Fix InputDecorator child vertical alignment (#112003) 2022-09-20 21:45:08 +00:00
Qun Cheng
06b87fba64
Update Radio button to material 3 (#111774) 2022-09-20 14:09:20 -07:00
Greg Spencer
ce7789e030
Some miscellaneous changes found while making another PR (#111620) 2022-09-20 21:03:02 +00:00
Frank Hinkel
4aea2f9933
Add friction coefficient to InteractiveViewer (#109443) 2022-09-20 20:57:23 +00:00
Remi Rousselet
6f3168c4b6
Re-add the ability to return null in ListView.builder (#108706) 2022-09-20 18:36:09 +00:00
Callum Moffat
6157c0e845
Remove controller listener on CupertinoPicker dispose (#111977) 2022-09-20 18:30:17 +00:00
Jonah Williams
3a1a25339e
[framework] avoid compositing with visibility (#111844) 2022-09-20 17:28:57 +00:00
Kate Lovett
1b583a837d
Revert "Fix Scrollbar thumb drag behavior on desktop." (#111978) 2022-09-20 16:51:13 +00:00
hangyu
d5bee36d24
Fix an reorderable list animation issue:"Reversed ReorderableListView drop animation moves item one row higher than it should #110949" (#111027) 2022-09-20 07:13:47 +00:00
Kate Lovett
30c2d77d16
Remove Deprecated RenderUnconstrainedBox (#111711) 2022-09-20 00:54:36 +00:00
Zlati Pehlivanov
888b141a50
fix: bottom navigation bar colors (#107924) 2022-09-19 17:25:27 -07:00
Darren Austin
ba489607a1
Fixed an issue with FilterChip's changing size when selected due to border size. (#111916) 2022-09-19 15:29:24 -07:00
Qun Cheng
2ba20e5ab6
Update token v0.127 to v0.132 (#111913) 2022-09-19 14:38:23 -07:00
Kate Lovett
533229585d
Remove deprecated ScrollBehavior.buildViewportChrome (#111715) 2022-09-19 21:07:19 +00:00
Dan Field
36a5a0f55f
Avoid sending zero transform semantic nodes to the engine (#111843) 2022-09-19 20:11:47 +00:00
Callum Moffat
70b19ff987
Add macOS-specific scroll physics (#108298) 2022-09-19 20:08:03 +00:00
Darren Austin
df110ef020
Provide Material 3 defaults for vanilla Chip widget. (#111597) 2022-09-19 19:23:55 +00:00
Kate Lovett
75d8fb364c
Remove deprecated drag anchor (#111713) 2022-09-19 18:52:01 +00:00
joshualitt
6906493a94
Migrate package/flutter to JS static interop. (#111315) 2022-09-19 10:28:37 -07:00
fzyzcjy
4ead92cf9b
Fix UiKitView which wrongly unconditionally repaints (#111790) 2022-09-19 17:16:18 +00:00
gaaclarke
a7166e7a4e
Reland isolate platform channels with conditional compilation (#111712) 2022-09-19 16:52:33 +00:00
Taha Tesser
ff6aa928aa
Fix Scrollbar thumb drag behavior on desktop. (#111250) 2022-09-19 07:51:16 +00:00
Callum Moffat
0322b57796
Fix changing DraggableScrollableSheet controller (#111445) 2022-09-16 23:17:04 +00:00
xubaolin
eae9bba77b
fix a draggableScrollableSheet's LocalHistoryEntry leaking (#110576) 2022-09-16 23:07:54 +00:00
xubaolin
9be0fa74d6
Fix a CupertinoScrollbar NNBD issue (#111198) 2022-09-16 23:07:52 +00:00
chunhtai
bcc1dc6b99
Makes TextBoundary and its subclasses public (#110367) 2022-09-16 22:05:04 +00:00
Kate Lovett
f0b0b28410
Reset missing deprecation for ScrollbarThemeData.copyWith(showTrackOnHover) (#111706) 2022-09-16 21:45:17 +00:00
Kate Lovett
da4e4054b0
Add missing deprecation notice for toggleableActiveColor (#111707) 2022-09-16 19:27:53 +00:00
Bruno Leroux
25e88cb154
Fix OutlineInputBorder with BorderRadius.zero is distorted (#106849) 2022-09-16 19:12:56 +00:00
Taha Tesser
e8e979772a
Reland "Update MaterialBanner to support Material 3" (#111299) 2022-09-16 17:24:07 +00:00
Nazareno Cavazzon
0ad0a56e86
panningDirection parameter added to InteractiveViewer (#109014) 2022-09-16 17:22:12 +00:00
gaaclarke
12506ed978
Revert isolate platform channels because of google integration tooling (#111702)
* Revert "turned on background isolate platform channel tests for android (#111279)"

This reverts commit 71b47975a98303d1e5b1905664eb0653a65a4300.

* Revert "Reland: Started handling messages from background isolates. (#111320)"

This reverts commit 1ad2757042d22bf94fe483c16209873fb1bbb184.
2022-09-15 16:46:08 -07:00
Sam Rawlins
f68646eeee
Fix RangeSlider constructor reference to [value] (#111694) 2022-09-15 23:18:06 +00:00
Greg Spencer
c03eef4d57
Remove no-longer-needed clamping of RRect radii (#111668) 2022-09-15 20:54:18 +00:00
godofredoc
61db3bc8c5
Revert "Single tap on the previous selection should toggle the toolbar on iOS…" (#111662) 2022-09-15 16:44:17 +00:00
Michael Goderbauer
b8df71fcaf
Add BuildContext.mounted (#111619) 2022-09-15 16:17:08 +00:00
Polina Cherkasova
3860498972
Fix performance regression. (#111615) 2022-09-14 17:11:12 -07:00
Greg Spencer
5f9ad01ebf
Prepare the framework for having RRect assert on negative radii (#111515) 2022-09-14 23:21:01 +00:00
Darren Austin
278637748b
Updated the Action chip's documentation regarding disabled states. (#111598) 2022-09-14 21:22:07 +00:00
Qun Cheng
23d1b15345
Updated tokens to v0.127 (#111495) 2022-09-14 11:34:40 -07:00
Dan Field
e18c34abbb
Fix text direction nullability (#111513) 2022-09-14 00:38:06 +00:00
Taha Tesser
f5ebf41b14
Fix the TimePicker hour/minute field's input actions (#97361) 2022-09-13 22:30:09 +00:00
Dan Field
07c1ef25a9
Utility methods for measuring text (#111493) 2022-09-13 19:47:26 +00:00
Callum Moffat
7b5241b39b
Fix DraggableScrollableSheet rebuilding during drag (#111010) 2022-09-13 19:31:19 +00:00
Kenzie Davisson
4356d3b676
Create an enum for widget inspector service extensions for use by tools (#111405) 2022-09-13 09:53:24 -07:00
Kenzie Davisson
a34e6b0792
Create enum for service extensions in services library (#111412) 2022-09-12 15:22:28 -07:00
Greg Spencer
08e61631ff
Allow Navigator to inherit traversal policy from parent. (#110818) 2022-09-12 21:57:55 +00:00
Justin McCandless
8f9a519519
Fix Magnifier crash (#111303) 2022-09-12 21:57:52 +00:00