7767 Commits

Author SHA1 Message Date
Bikram Pandit
44ebcb66d1
Move cursor position to the end of search query in SearchDelegate after query is set (#83512) 2021-06-04 19:29:04 -07:00
Sam Rawlins
da9b11ec24
Remove "unnecessary" imports. (#83959) 2021-06-04 10:54:05 -07:00
Darren Austin
8252296a35
Fixed TimeOfDay.hourOfPeriod for the noon and midnight cases. (#83947) 2021-06-03 18:24:04 -07:00
Jonah Williams
85df73d0e3
[flutter] ensure vmservice binding is registered in profile mode (#83913) 2021-06-03 17:59:03 -07:00
chunhtai
97dfafbb62
Make tooltip hoverable and dismissible (#83830) 2021-06-03 17:49:05 -07:00
Kate Lovett
92992550e6
Fix widgets with built-in scrollbars (#83828) 2021-06-03 17:44:05 -07:00
Alexandre Ardhuin
32540774c0
enable lint noop_primitive_operations (#83930) 2021-06-03 17:34:10 -07:00
Michael Goderbauer
048baa7591
Always push layer for RenderAnimatedOpacityMixin (#83145) 2021-06-03 17:32:37 -07:00
Angjie Li
14f00790bb
Revert "fix a Scaffold.bottomSheet update bug (#83689)" (#83904)
This reverts commit 9a243a1213f791addac9573048898f75f6ca81c1.
2021-06-03 09:44:39 -07:00
Ian Hickson
ec085ac72a
DefaultAssetBundle returns an AssetBundle so should export it (#83678) 2021-06-02 16:39:04 -07:00
Ian Hickson
10d1865168
Clarify the IconTheme documentation (#83677) 2021-06-02 16:34:04 -07:00
omchiii
563da62873
Update Paragraph.getLineBoundary docs (#83626) 2021-06-02 16:29:02 -07:00
Gian
8f866ab5f4
Fix to the tab height (Issue #81500) (#81505) 2021-06-02 14:54:05 -07:00
Darren Austin
3bb4a34a0b
Support for keyboard navigation of Autocomplete options. (#83696)
Support for keyboard navigation of Autocomplete options.
2021-06-02 13:41:59 -07:00
Chinmoy
d1d844114e
Fix "Added AxisOrientation property to Scrollbar (#75497)" analysis failures (#82818) 2021-06-02 13:19:03 -07:00
Anis Alibegić
c99ed373b3
Fixed large amount of spelling errors (#83744) 2021-06-02 10:14:06 -07:00
xubaolin
9a243a1213
fix a Scaffold.bottomSheet update bug (#83689) 2021-06-02 10:09:06 -07:00
Ren You
63c49c3d83
Revert "Dispose render objects when owning element is unmounted. (#82883)" (#83790)
This reverts commit c75edc268ca336c66a103f1c0d82c4dff140fca0.
2021-06-02 07:54:19 -07:00
Dan Field
c75edc268c
Dispose render objects when owning element is unmounted. (#82883) 2021-06-01 22:29:02 -07:00
omchiii
f831874960
Update TextStyle API Docs (#83627) 2021-06-01 16:54:02 -07:00
Dwayne Slater
a84bb4eb3c
Add ability to specify Image widget opacity as an animation (#83379) 2021-06-01 13:09:04 -07:00
Alexandre Ardhuin
34059eec2c
enable lint prefer_interpolation_to_compose_strings (#83407) 2021-06-01 11:14:06 -07:00
Seven
1cd677c1b0
Fix single frame image is decoded even cached (#82533)
* Fix single frame image is decoded even cached

* Add MultiFrameImageStreamCompleter decode test for one frame image
2021-05-28 11:41:45 -07:00
Darren Austin
43e3197790
Removed default page transitions for desktop and web platforms. (#82596) 2021-05-27 18:49:03 -07:00
MahdiGharooni
bf848ca153
Fix typo in text_input.dart (#83247) 2021-05-26 17:44:02 -07:00
nt4f04uNd
e905dd2d67
init (#83049) 2021-05-26 14:58:47 -07:00
chunhtai
36eea758ac
Make RouteInformationProvider value non nullable (#83301)
* Make RouteInformationProvider value non nullable

* fix more lint
2021-05-25 14:04:08 -07:00
Jim Graham
ae12bf6bcb
Add a bitmap operation property to transform widgets to enable/control bitmap transforms (#76742) 2021-05-25 12:57:07 -07:00
Michael Goderbauer
c04f0a2b69
Enable vm:notify-debugger-on-exception for LayoutBuilder (#82835) 2021-05-21 18:39:13 -07:00
Ian Hickson
5e0cc4cba4
Migrate to ChannelBuffers.push (#82564) 2021-05-21 15:09:03 -07:00
Ludwik Trammer
31e755452c
Make SelectableText focus traversal behavior more standard (#80110) 2021-05-21 11:49:04 -07:00
Andre
f33e88cef7
Prevent DiagnosticsStackTrace truncation (#82140) 2021-05-21 13:53:50 -04:00
nt4f04uNd
80a2b6b015
Fix typos (#82589) 2021-05-20 17:19:09 -07:00
nt4f04uNd
0902576aba
Fix slider notifies start and end twice when participates in gesture arena (#82152) 2021-05-20 16:44:02 -07:00
Ian Hickson
058a9343dc
Migrate the navigator API to routeInformationUpdated. (#82594) 2021-05-20 15:44:02 -07:00
xubaolin
43d22ae2d3
Re-add the removed MediaQuery.removePadding of PopupMenuButton (#82986) 2021-05-20 13:39:02 -07:00
Dan Field
669a8150e0
Update rendering smoke tests to assert a frame has been scheduled (#82963) 2021-05-20 13:34:05 -07:00
Jonah Williams
78a96b09d6
[flutter] use engine provided frame number (#82934) 2021-05-20 13:29:03 -07:00
Mahesh Jamdade
238bc4bf13
Fix autocomplete options height (#80187) 2021-05-20 09:04:04 -07:00
Ian Hickson
4bb504652d
More toStrings and tests for physics (#82503) 2021-05-20 00:09:02 -07:00
Todd Volkert
1cf492f254
Re-apply "Gesture recognizer cleanup" (#82885)
This is a re-application of https://github.com/flutter/flutter/pull/81884,
but with https://github.com/flutter/flutter/pull/82834 landed first.

Fixes https://github.com/flutter/flutter/issues/81883
2021-05-19 16:32:15 -07:00
Michael Goderbauer
b1b3c1a398
State Restoration for Router (#82727) 2021-05-19 11:39:02 -07:00
Hattomo (TomohiroHattori)
08a70e7ac8
Enable avoid_escaping_inner_quotes lint (#81153) 2021-05-19 09:54:02 -07:00
chunhtai
15b8722664
Revert "Fix wrap compute max intrinsic width/height with spacing (#82t609)" (#82872)
This reverts commit 468471bfc1ce61e9ab0120e1dfc6bc7b384b7448.
2021-05-18 21:58:16 -07:00
Tong Mu
4c1709642a
Drag gesture recognizer accepts all pointers when any pointer is accepted (#82786) 2021-05-18 20:39:05 -07:00
Todd Volkert
3b19dfd4da
Fix addAllowedPointer() overrides (#82834)
They should have been taking a PointerDownEvent.

This change was originally included in #81884, but that
had to be reverted because it broke Google testss. This
sub-part of that larger change needs to be made first in
order to allow for a phased rollout in a way that won't
break Google tests.

https://github.com/flutter/flutter/issues/81883
2021-05-18 20:28:06 -07:00
Tong Mu
01c98fa95e
Character activator (#81807) 2021-05-18 20:19:03 -07:00
Todd Volkert
3fc408200e
Revert "Gesture recognizer cleanup (#81884)" (#82831)
This reverts commit e88a387b26b097d8516c92babe1287edede79206.
2021-05-18 09:50:24 -07:00
Abhishek Ghaskata
b353f15eed
Add CupertinoScrollbar api docs (#78284) 2021-05-18 09:14:02 -07:00
YeungKC
468471bfc1
Fix wrap compute max intrinsic width/height with spacing (#82609) 2021-05-18 01:54:02 -07:00