8169 Commits

Author SHA1 Message Date
Todd Volkert
0379dcd0be
Correct documentation in GestureRecognizerState (#81343) 2021-04-27 18:44:37 -07:00
Ian Hickson
437ff210aa
Improve performance of debugCheckHasDirectionality (#81250) 2021-04-27 15:54:03 -07:00
Ian Hickson
7f17cf458f
Cheaper debug string for widget-provided tickers (#81247) 2021-04-27 15:09:03 -07:00
Ian Hickson
d1f02ae075
Short-circuit _debugCanPerformMutations if debugDoingLayout is false (#81246) 2021-04-27 15:04:03 -07:00
Michael Goderbauer
0cf7beb509
Fix typo to trigger build (#81325) 2021-04-27 12:56:47 -07:00
Angjie Li
cbdd9c4787
Revert "Refactor text editing test APIs (Mark III) (#80003)" (#81316)
This reverts commit 285b475124216c79198ff2d92e673d1dd10280a0.
2021-04-27 11:34:36 -07:00
Hans Muller
3df0f931fa
Support notched BottomAppbar when Scaffold.bottomNavigationBar == null (#81228) 2021-04-27 08:30:41 -07:00
Hans Muller
3533321b1a
Use ColorScheme.primary (not secondary), ExpansionTile expanded color (#81241) 2021-04-27 08:30:08 -07:00
xster
ff2dde2c7f
Reland double gzip wrapping NOTICES to reduce on-disk installed space (#80897) 2021-04-26 22:35:45 -07:00
Justin McCandless
a8e41f8206
Fix InteractiveViewer.builder for custom RenderBox parents (#80166) 2021-04-26 21:09:02 -07:00
Jim Graham
6738462744
Add BackdropFilter blend mode (#80129) 2021-04-26 18:04:02 -07:00
Tong Mu
b8833afcc9
Migrate LogicalKeySet to SingleActivator (#80756)
Applies #78522 to existing code, by replacing all occurrences of LogicalKeySet to SingleActivator or ShortcutActivator.
2021-04-26 14:54:00 -07:00
Michael Goderbauer
a717e151b9
Enable vm:notify-debugger-on-exception for more use cases enabled by upstream fix (#81221) 2021-04-26 13:10:04 -07:00
Angjie Li
b74df388e1
Revert "Migrate to ChannelBuffers.push (#76288)" (#81226)
This reverts commit c26ed03c8a77810136cc087ae60048ace062842d.
2021-04-26 12:57:17 -07:00
Darren Austin
e2ddeb0427
Added a ProgressIndicatorTheme. (#81075) 2021-04-26 12:27:37 -07:00
Michael Goderbauer
9f2b93ae40
Dispose thumbPainter in Switch to avoid crash (#81089) 2021-04-26 11:49:03 -07:00
creativecreatorormaybenot
5e2f8631f8
Fix Hit Tests in RenderEditable when Scrolled (#81040) 2021-04-26 10:54:04 -07:00
xubaolin
cff3211f7f
fix a NestedScrollView's ScrollPosition access bug (#80573) 2021-04-26 10:39:04 -07:00
Ren You
e170ea521c
Revert "[RenderEditable] Dont paint caret when selection is invalid (#79607)" (#81076)
This reverts commit 0f8148ec16325493b1b48a21367b839167f940b9.
2021-04-23 16:00:11 -07:00
Ian Hickson
c26ed03c8a
Migrate to ChannelBuffers.push (#76288)
* Migrate to ChannelBuffers.push

* Move TestDefaultBinaryMessenger to its own file

* Apply deprecations and fix usages
2021-04-23 15:39:34 -07:00
Michael Goderbauer
39554279b0
Make compareTo more robust in semantics.dart (#81083) 2021-04-23 15:39:03 -07:00
Phil Quitslund
9b0fd4230c
sort directives (#81060) 2021-04-23 15:11:51 -07:00
Chinmoy
321aa452a5
Modified TabBar.preferredSize to remove hardcoded (#80792) 2021-04-23 15:09:02 -07:00
Kate Lovett
f0d35600f6
Revert "Revert "Fix FlexibleSpaceBar Opacity when AppBar.toolbarHeight > ktoolbarHeight (#80453)" (#80545)" (#80589) 2021-04-23 10:44:04 -07:00
Shi-Hao Hong
07849778eb
[State Restoration] Restorable TimePickerDialog widget, RestorableTimeOfDay (#80566) 2021-04-23 10:39:03 -07:00
Dan Field
08ca8b01bc
Fix error resolution when a completer is already set (#81014) 2021-04-22 19:49:03 -07:00
Greg Spencer
07b3e10aa4
Add a ThreePointCubic spline that combines two cubic curves (#80836)
This adds a "three point" cubic curve that combines two cubic curves into one curve, where the control points are all in the same coordinate system. It's called "three point" because it incorporates a middle point that the curve runs through, and that point is in addition to the existing implicit (0,0) and (1,1) points that a Curve already has.

I also added an example of this curve, which is just a more emphasized version of the easeInOutCubic.
2021-04-22 10:47:18 -07:00
Ren You
7750482308
Revert "Replace some dynamic to Object? type (#80772)" (#80965)
This reverts commit 12a2e682b47e16818cc7cd9ca5fe8ea09fd38992.
2021-04-22 10:19:21 -07:00
Craig Labenz
35bffd20d4
Improved handling of AppBar's action Icon sizes (#78886) 2021-04-22 09:54:02 -07:00
Pedro Massango
6c0c6d30a2
Expose padEnds on PageView widget (#78558) 2021-04-22 09:49:03 -07:00
Jason Simmons
a21a22a666
Convert AnimatedSize to a StatefulWidget (#80554) 2021-04-21 18:44:03 -07:00
Tomasz Gucio
24f0d28562
Adjust selection drag start position for viewport offset changes (#80047) 2021-04-21 18:34:03 -07:00
Ian Hickson
285b475124
Refactor text editing test APIs (Mark III) (#80003) 2021-04-21 18:29:04 -07:00
Shi-Hao Hong
fe57037ad7
Revert "Update PopupMenuButton widget (#80420)" (#80831) 2021-04-21 13:54:02 -07:00
Phil Quitslund
61c30c41b2
fix sort_directives violations (#80817) 2021-04-21 13:49:03 -07:00
Darren Austin
746ce203d2
Added the ability to constrain the size of bottom sheets. (#80527) 2021-04-21 13:34:04 -07:00
Ian Hickson
27cc8c06b2
Move ExpansionPanelList to Canvas.drawShadow (#80134) 2021-04-21 13:29:06 -07:00
xubaolin
12a2e682b4
Replace some dynamic to Object? type (#80772) 2021-04-21 02:19:01 -07:00
Darren Austin
07a6b8f071
Added the ability to constrain the size of input decorators (#80754) 2021-04-21 02:09:02 -07:00
Hans Muller
b5d521f9c7
VisualDensity should not reduce ButtonStyleButton horizontal padding (#79680) 2021-04-20 17:49:02 -07:00
Chinmoy
430c57eb3f
Modified DataRow to be disabled when onSelectChanged is not set (#80184)
This change prevents DataRow from being enabled when onSelectChanged is null.
2021-04-20 11:10:48 -07:00
gaaclarke
50ea741b4c
Speed up WriteBuffer by removing some runtime checks in release builds and removing a loop (#80588) 2021-04-19 23:19:05 -07:00
creativecreatorormaybenot
6e1a0ed28b
Correct typo in addWithPaintTransform docs (#80657) 2021-04-19 20:29:02 -07:00
Chinmoy
dc40e23893
Added enableFeedback property to DropdownButton (#69880) 2021-04-19 14:59:40 -07:00
xubaolin
c6e9d4115c
Update PopupMenuButton widget (#80420) 2021-04-19 14:54:05 -07:00
Mateus Felipe C. C. Pinto
6bdc380b3d
Add prototypeItem property to ListView (#79752) 2021-04-19 14:49:05 -07:00
Ludwik Trammer
bccacfed36
Fix problem with right-clicking on a right-to-left selection (#80186) 2021-04-18 09:19:04 -07:00
LongCatIsLooong
0f8148ec16
[RenderEditable] Dont paint caret when selection is invalid (#79607) 2021-04-18 09:14:02 -07:00
Amine Dakhli
aa9f6a2a05
replace dynamic by Object/Object? in router.dart (#80476) 2021-04-16 17:24:04 -07:00
xubaolin
aa7ab10822
BorderRadiusTween.lerp supports null begin/end values (#79860) 2021-04-16 17:24:02 -07:00