Kate Lovett
e74c15cac4
Deprecate GestureDetector.kind in favor of new supportedDevices ( #81858 )
2021-05-07 14:24:03 -07:00
Hans Muller
dbc8826816
Revert "Assert when duplicated keys are introduced in subsequent build ( #81850 )" ( #82039 )
...
This reverts commit 3ab799bbc934e5f6d032557cdcb1486ce6b93c4b.
2021-05-07 10:19:47 -07:00
Brett Morgan
4e40976253
Fix dartdoc for SliverAppBar#shadowColor ( #82028 )
2021-05-07 09:06:14 -07:00
Dan Field
c84528d9da
Implement ==/hashCode for ViewConfiguration, avoid unnecessary layer creation/replacement ( #81928 )
2021-05-07 07:09:02 -07:00
xubaolin
562b6f76b3
fix a MaterialApp NNBD issue ( #81529 )
2021-05-07 07:04:03 -07:00
Dan Field
9cc8d78ec7
Small change to doc to trick firebase ( #82017 )
2021-05-07 05:57:27 -07:00
Michael Goderbauer
3ab799bbc9
Assert when duplicated keys are introduced in subsequent build ( #81850 )
2021-05-06 19:49:02 -07:00
Todd Volkert
efc079657b
Allow reuse of NavigatorObserver in Navigator.observers ( #81601 )
2021-05-06 19:39:03 -07:00
Jason Simmons
d9014655ab
Deprecate AnimatedSize.vsync ( #81067 )
2021-05-06 16:24:04 -07:00
Ren You
7f1d1414cc
Revert "Migrate to ChannelBuffers.push ( #81235 )" ( #81829 )
...
This reverts commit 35ad43f20caa71ec051a97bc8bc8fec552fb4452.
2021-05-04 06:17:19 -07:00
Ian Hickson
5575bf3c69
Improve performance of debugCheckHasDirectionality ( #81431 )
2021-05-03 19:49:03 -07:00
Ian Hickson
35ad43f20c
Migrate to ChannelBuffers.push ( #81235 )
2021-05-03 17:14:03 -07:00
Todd Volkert
cb0bda39c0
Add doc links to RawGestureDetector ( #81796 )
2021-05-03 17:03:44 -07:00
Jonah Williams
fff8ecfb94
[flutter] reject mouse drags by default in scrollables ( #81569 )
2021-05-03 16:54:02 -07:00
Ian Hickson
279f40d487
Clean up some old and obsolete TODOs of mine ( #81631 )
2021-05-03 15:19:02 -07:00
Chinmoy
9f898ffef7
Added arrowHeadColor property to PaginatedDataTable ( #81393 )
2021-05-03 12:31:48 -07:00
Viren Khatri
f9905fc43c
prototypeItem added to ReorderableList and ReorderableListView ( #81604 )
...
prototypeItem added to ReorderableList and ReorderableListView along with tests
2021-05-03 11:43:18 -07:00
Ludwik Trammer
336ae2de79
Add "onTap" callback to PopupMenuItem ( #81686 )
2021-05-03 10:06:53 -07:00
Abhishek Ghaskata
74d403a2d6
Change elevation to double of MergeableMaterial ( #81634 )
2021-05-03 09:24:02 -07:00
Guilherme Henrique
741bb9d329
Update text_form_field.dart ( #81043 )
2021-05-01 21:29:03 -07:00
Todd Volkert
a3bcaf226c
Allow widget inspector's _Location.file to be null ( #81588 )
...
Fixes https://github.com/flutter/flutter/issues/81587
2021-04-30 21:09:14 -07:00
Todd Volkert
0cc58fd046
Fix assert in RenderObject.getTransformTo() ( #81590 )
...
The assert was never hitting because it was first hitting a
null cast error in the `renderer.parent!` line in the for
loop.
2021-04-30 21:08:54 -07:00
Tong Mu
9956a35a5a
Hardware keyboard: codegen ( #73440 )
...
Rewrites tools/gen_keycodes, the script that generates key mappings across the framework and the engine.
2021-04-30 21:06:03 -07:00
Viren Khatri
b6d13a6122
Adding itemExtent to ReorderableList and ReorderableListView ( #81372 )
2021-04-30 17:19:04 -07:00
Tong Mu
d97f41caed
Revert "MouseRegion enter/exit event can be triggered with button pressed ( #81148 )" ( #81557 )
...
This reverts commit ace61f01efe3d4e53db1845627028d901e7af3e9.
2021-04-30 12:35:21 -07:00
Hans Muller
8c4538618f
Deprecate ThemeData accentColor, accentColorBright, accentIconTheme, accentTextTheme ( #81336 )
2021-04-30 08:24:31 -07:00
Tong Mu
3955ef0d02
Update view.dart ( #81373 )
2021-04-29 22:54:03 -07:00
xubaolin
ace61f01ef
MouseRegion enter/exit event can be triggered with button pressed ( #81148 )
2021-04-29 22:44:03 -07:00
Kate Lovett
ff15d04f21
Add support for pointer scrolling to trigger floats & snaps ( #76145 )
2021-04-29 22:29:03 -07:00
Ian Hickson
0021a08c4d
Always activate DevTools if it's not installed ( #81242 )
2021-04-28 17:14:02 -07:00
Darren Austin
8071576cc6
Update the docs for ProgressIndicator to remove some unnecessary adaptive descriptions. ( #81427 )
2021-04-28 15:55:14 -07:00
Alexandre Ardhuin
7f31861914
add missing trailing commas ( #81406 )
2021-04-28 22:54:49 +02:00
Todd Volkert
91de4bd3e3
Add onLongPressDown, onLongPressCancel ( #81260 )
...
This adds support for GestureDetector.onLongPressDown and
GestureDetector.onLongPressCancel, allowing callers to register
interest in the initial pointer contact that might turn into
a long-press (and the associated cancel event if the gesture
loses).
2021-04-28 12:51:27 -07:00
Ren You
99f19d05c3
Revert "Improve performance of debugCheckHasDirectionality ( #81250 )" ( #81409 )
...
This reverts commit 437ff210aae48bbe976b1503867d01fab153bb57.
2021-04-28 12:28:40 -07:00
Darren Austin
f4dee5c62e
Fixed ProgressIndicatorTheme.wrap() to just return a new ProgressIndicatorTheme. ( #81359 )
2021-04-28 12:06:37 -07:00
Todd Volkert
4e7c052b63
Fix bug in LongPressGestureRecognizer ( #81340 )
...
It was incorrectly resetting state when it received a
non-allowed pointer but had already accepted a gesture.
https://github.com/flutter/flutter/issues/81339
2021-04-28 09:11:13 -07:00
leo
8ddfc80c7f
fix resampling leads to Hard to tap ( #81022 )
...
* fix PointerUpEvent conversion PointerMoveEvent needs to use the default buttons value.(#73286 )
* feat PointerMoveEvent conversion adds test cases
* fix event conversion may modify the original buttons value.
* Update packages/flutter/lib/src/gestures/resampler.dart
Co-authored-by: David Reveman <dreveman@gmail.com>
2021-04-28 11:34:28 -04:00
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