Jonah Williams
3a0abac742
[flutter_tools] android workflow tests migrate from mockito ( #81545 )
2021-04-30 17:34:04 -07:00
Jonah Williams
3bc2378ad2
[flutter_tools] remove mocks from devfs web, cache, and xcode migrator test ( #81475 )
2021-04-30 17:24:04 -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
Jonah Williams
ce9aee6606
[flutter_tools] remove mocks from xcode test ( #81451 )
2021-04-30 09:44:01 -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
Jonah Williams
001323a275
[flutter_tools] remove timeout from iOS device startup ( #81229 )
2021-04-29 22:49:02 -07:00
xubaolin
ace61f01ef
MouseRegion enter/exit event can be triggered with button pressed ( #81148 )
2021-04-29 22:44:03 -07:00
Jonah Williams
e3625706a8
[flutter_tools] remove mocks, globals from golden comparator and test runner tests | Reland
...
This reverts commit 027d4ecabaafbe373a2b27e7ca2b3b8be8868e9d.
2021-04-29 22:40:59 -07:00
Jonah Williams
8041a2e5d5
[flutter_tools] remove all mocks from plugins_test ( #81485 )
2021-04-29 22:40:44 -07:00
Hannes Winkler
82830fa1a0
[custom-devices] add screenshotting support ( #80675 )
2021-04-29 22:39:03 -07:00
Kate Lovett
ff15d04f21
Add support for pointer scrolling to trigger floats & snaps ( #76145 )
2021-04-29 22:29:03 -07:00
Michael Goderbauer
1b4f4482b7
Skip test that is not reliable on devicelab ( #81509 )
2021-04-29 14:55:33 -07:00
Michael Goderbauer
027d4ecaba
Revert "[flutter_tools] remove mocks, globals from golden comparator and test runner tests ( #81423 )" ( #81487 )
...
This reverts commit 8fe4cc79648a952f9c7e49a5248756c2ff98fa3b.
2021-04-29 10:56:57 -07:00
Jonah Williams
8fe4cc7964
[flutter_tools] remove mocks, globals from golden comparator and test runner tests ( #81423 )
2021-04-29 07:56:34 -07:00
Jason Simmons
93242d7548
Ignore the sort order of imports in generated_plugin_registrant.dart ( #81437 )
2021-04-28 19:19:05 -07:00
Jonah Williams
5ac54a6b89
[flutter_tools] remove mocks from simcontrol and context ( #81433 )
2021-04-28 19:14:02 -07:00
Jenn Magder
ba4177f6da
Find Android Studio installations with Spotlight query on macOS ( #80475 )
2021-04-28 19:09: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
Jonah Williams
7c27db3dfe
[flutter_tools] remove mocks and globals from macOS tests ( #81401 )
2021-04-28 13:44:02 -07:00
Jenn Magder
cbf885b749
Replace MockAndroidDevice and MockIOSDevice with fakes ( #81352 )
2021-04-28 13:39:02 -07: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
Matej Knopp
f6726b425d
Add support for DarwinArchs when assembling macOS App.framework ( #81243 )
2021-04-28 11:33:36 -07:00
Jonah Williams
2b0d09dd81
[versions] roll versions and add ffi dep ( #81403 )
2021-04-28 11:19:03 -07:00
Jenn Magder
d2b0687558
Remove Finder extended attributes before code signing iOS frameworks ( #81342 )
2021-04-28 11:05:09 -07:00
Alexandre Ardhuin
1a3af88ced
add missing trailing commas ( #81362 )
2021-04-28 10:54:05 -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
Erick
aecd5e0302
[flutter_tools] always build test assets ( #81341 )
2021-04-27 20:53:57 -07:00
Todd Volkert
0379dcd0be
Correct documentation in GestureRecognizerState ( #81343 )
2021-04-27 18:44:37 -07:00
Jenn Magder
db3f49b1b4
Use cached Xcode build settings during iOS build ( #80904 )
2021-04-27 17:20:11 -07:00
Alexandre Ardhuin
fa19b3d3bd
add missing trailing commas ( #81329 )
2021-04-27 17:09:03 -07:00
Christopher Fujino
ea1b5e3f68
allow flutterManifest to handle empty lists, add unit tests ( #81324 )
2021-04-27 16:04:03 -07:00
Ian Hickson
437ff210aa
Improve performance of debugCheckHasDirectionality ( #81250 )
2021-04-27 15:54:03 -07:00
Jonah Williams
c7d1dc9ba2
[flutter_tools] remove mocks from clean test ( #81311 )
2021-04-27 15:51:52 -07:00
Jonah Williams
34674fd529
[flutter_tools] remove mocks from test_compiler test ( #81312 )
2021-04-27 15:51:42 -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
Ian Hickson
6beafa7b16
Apply style guide regarding createTempSync pattern ( #81090 )
2021-04-27 14:59:03 -07:00
Ian Hickson
a7eb2c8a1a
Use "aliases" in args to fix some technical debt ( #81073 )
2021-04-27 14:54:03 -07:00
Matej Knopp
858123dced
Remove RunLoop from Windows template ( #79969 )
2021-04-27 14:50:42 -07:00
Michael Goderbauer
0cf7beb509
Fix typo to trigger build ( #81325 )
2021-04-27 12:56:47 -07:00
Jonah Williams
064eae8c38
[flutter_tools] remove mocks and fix fake imports ( #81309 )
2021-04-27 11:51:41 -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
Emmanuel Garcia
91d6c972cb
Fix bug when resolving entrypoint against package config ( #81248 )
2021-04-27 10:44:03 -07:00