16754 Commits

Author SHA1 Message Date
nt4f04uNd
0902576aba
Fix slider notifies start and end twice when participates in gesture arena (#82152) 2021-05-20 16:44:02 -07:00
Jonah Williams
24bfc46d89
[flutter_tools] allow passing properties directly to gradle (#82941) 2021-05-20 16:19:03 -07:00
Ian Hickson
058a9343dc
Migrate the navigator API to routeInformationUpdated. (#82594) 2021-05-20 15:44:02 -07:00
Christopher Fujino
24c8ace7b3
fix flake (#82970) 2021-05-20 15:18:58 -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
Yegor
2f3f5f09eb
FlutterDriver: deprecate enableAccessibility; redirect it to setSemantics; add setSemantics tests (#82939)
* deprecate enableAccessibility; redirect it to setSemantics

Co-authored-by: David Iglesias <ditman@gmail.com>
2021-05-19 22:10:26 -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
Aneesh Rao
5da966717b
Fix flag passed to the flutter tool in sample (#82925) 2021-05-19 12:49:02 -07:00
Balvinder Singh Gambhir
4a33813b35
[flutter_tools] added base-href command in web (#80519) 2021-05-19 12:39:02 -07:00
Michael Goderbauer
b1b3c1a398
State Restoration for Router (#82727) 2021-05-19 11:39:02 -07:00
Marian Triebe
2d283504e6
Add cold boot option to emulator launch command (#82647) 2021-05-19 10:54:04 -07:00
Hattomo (TomohiroHattori)
08a70e7ac8
Enable avoid_escaping_inner_quotes lint (#81153) 2021-05-19 09:54:02 -07:00
Jonah Williams
84734ecc54
[flutter_tools] pin shelf (#82869) 2021-05-18 23:09:03 -07:00
Jenn Magder
02c0aa255d
Remove more mocks from error_handling_io_test (#82882) 2021-05-18 23:04:03 -07:00
Jonah Williams
4c6d7fd4e9
[flutter_tools] remove mocks from compile expression unit test (#82875) 2021-05-18 22:59: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
Jonah Williams
666675078c
[flutter_tools] adjust some feature settings (#82851) 2021-05-18 20:49:03 -07:00
Sam Rawlins
8ae3952a40
Remove "unnecessary" imports. (#82828) 2021-05-18 20:44:03 -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
Jenn Magder
8f536ec17b
Default --no-tree-shake-icons to false for 'flutter build bundle' (#82773) 2021-05-18 20:34:04 -07:00
Lau Ching Jun
2acd0007d6
Refactor CustomDimensions in analytics to be type safe (#82531) 2021-05-18 20:29:03 -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
Jay Zhuang
f512ebfd06
[fuchsia_asset_builder] Write depfile (#82469) 2021-05-18 20:24:04 -07:00
Tong Mu
01c98fa95e
Character activator (#81807) 2021-05-18 20:19:03 -07:00
Jonah Williams
5c09eecd0d
[flutter_tools] remove special casing of web listview requests (#82826) 2021-05-18 13:19:03 -07:00
Jenn Magder
d7e49e559b
Run update packages, pick up file 6.1.1 (#82770) 2021-05-18 13:09: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
Michael Goderbauer
d27a942730
Do not crash if table children are replaced before they are layed out (#82765) 2021-05-18 00:24:03 -07:00
xubaolin
bac5a0db3b
fix scrollable widget scrollDirection update bug (#82025) 2021-05-17 19:19:03 -07:00
Jonah Williams
a3863b6592
[flutter_tools] support memory profiles from flutter drive (#82739) 2021-05-17 17:39:03 -07:00
Todd Volkert
e88a387b26
Gesture recognizer cleanup (#81884)
* Gesture recognizer cleanup

1) Make OneSequenceGestureRecognizer.addAllowedPointer()
   call startTrackingPointer(), and change subclasses to
   call super.addAllowedPointer() in place of manually
   calling startTrackingPointer().
2) Fix addAllowedPointer overrides to take PointerDownEvent
   where some were taking PointerEvent.
3) Add API documentation to OneSequenceGestureRecognizer
4) Make the following fields in OneSequenceGestureRecognizer
   private with public getters instead of publicly writable:
   `state`, `primaryPointer`, and `initialPosition`.
5) Clean up gesture recognizer state in
   OneSequenceGestureRecognizer.didStopTrackingLastPointer.

Fixes #81883
2021-05-17 16:53:49 -07:00
Zachary Anderson
94f9a2808c
Revert "Added AxisOrientation property to Scrollbar (#75497)" (#82753)
This reverts commit 4a720313d8a1624345312a94cc539e11d6471de2.
2021-05-17 14:54:47 -07:00
Chinmoy
4a720313d8
Added AxisOrientation property to Scrollbar (#75497) 2021-05-17 14:09:04 -07:00
Martin Anderson
668e9f6abc
Added TabBar padding property (#75460) 2021-05-17 13:49:02 -07:00
Taha Tesser
0f03147138
remove unnecessary comment (#82650) 2021-05-17 11:59:02 -07:00
Swayam Gupta
dae8939480
Improved AssetImage Docs (#78173) 2021-05-17 09:59:03 -07:00
Sam Rawlins
e9e3c08fd8
Remove "unnecessary" imports. (#82662) 2021-05-17 09:39:04 -07:00
Chris Bracken
e364e30c90
[tool] Prefer installing multi-arch Win32 binaries (#82668)
Depending on the user's build configuration, we may output
multi-architecture or single-architecture binaries. Prefer to install
the multi-architecture binary if built, otherwise fall back to the
single-architecture binary.
2021-05-16 19:40:00 -07:00
Chris Bracken
7c5857d3b0
[tool] Improve Windows install process (#82659)
This eliminates the use of the Install.ps1 script during Windows app
installation and instead uses uwptool install. Install.ps1 was the
slowest part of app install, and had resource contention issues that
frequently caused it to fail.
2021-05-16 17:21:18 -07:00
Dan Field
304b9c668e
Reland GC tracking benchmarks (#82069) 2021-05-14 19:59:24 -07:00
Jonah Williams
9805df890f
remove more mocks (#82592) 2021-05-14 19:15:19 -07:00
James Clarke
a34713fb96
Update Windows flutter create template (#82598) 2021-05-14 19:10:07 -07:00
Chris Bracken
40bb2b293d
Add missed package version bump override (#82593)
In https://github.com/flutter/flutter/pull/82577, I landed a version
bump of package shelf and package flutter_template_images. This local
override should have been part of that patch but was missed in the
checkin.

The version bumps themselves happened in the previous patch; this just
ensures we don't accidentally 'upgrade' back to version 1.0.2.
2021-05-14 18:00:27 -07:00
Chris Bracken
90d978f8fb
Add windowsIdentifier template parameter (#82588)
Windows package identifiers are globally unique strings, typically a
GUID. These are required for templates that require a Windows package
name as described in
https://docs.microsoft.com/en-us/windows/win32/appxpkg/appx-portal

Fixes https://github.com/flutter/flutter/issues/82587
2021-05-14 17:48:30 -07:00