Jonah Williams
59cc3cdf01
[flutter_tools] initialize frontend server with build ( #49405 )
2020-02-24 14:21:33 -08:00
Jonah Williams
e6e79bce6f
[flutter_tools] remove vm_service_client dependency from flutter tool ( #51227 )
2020-02-24 14:19:43 -08:00
Dan Field
e2dcdb60e3
Live image cache ( #51249 )
...
* Revert "Revert "Live image cache (#50318 )" (#51131 )"
This reverts commit 2f09d601b5a1632468714adb051d7f1e5a816ce4.
* Fix eviction of a pending image
2020-02-24 13:47:53 -08:00
Jonah Williams
3411129cc5
[flutter_tools] don't fix chrome window size, add more logs ( #51346 )
2020-02-24 12:26:05 -08:00
Jonah Williams
7572ec47bd
[flutter_tools] add more search paths for source maps ( #51307 )
2020-02-24 10:40:08 -08:00
Dmitry Ratushnyy
a70e4aec93
Material DataTable: added support of setting table row border thickness ( #49692 )
2020-02-24 09:46:03 -08:00
Michel Feinstein
92a028cf6d
Removed the unecessary "new" keyword from the docs ( #51075 )
2020-02-24 09:22:18 -08:00
sjindel-google
6f9ed76faf
Update covariant_templates_test after changes to TypeError. ( #51330 )
...
TypeError no longer implements AssertionError after https://github.com/dart-lang/sdk/issues/40317 .
2020-02-24 16:52:11 +01:00
Aadarsh Patel
1d4667bb38
Fixed a typo ( #51302 )
2020-02-23 19:26:02 -08:00
Dan Field
4df8fdb7df
update cache for flutter test/fast command ( #51235 )
2020-02-22 18:24:03 -08:00
Greg Spencer
c4345d2a0a
Add a sample for FocusTraversalGroup ( #51161 )
2020-02-22 16:54:06 -08:00
Shi-Hao Hong
6d4121c075
Fix tests that rely on FadeTransition incorrectly and depend on implementation details of FadeUpwardsTransitionBuilder ( #51150 )
2020-02-22 16:54:02 -08:00
Angjie Li
5ee4147283
Allow developers to run flutter driver web test directly ( #51084 )
2020-02-22 16:49:03 -08:00
shihchanghsiungsonos
3f9d08a002
Fix the issue of Can't find \android\app${assetsDirectory} #50913 ( #51158 )
2020-02-22 17:06:01 -07:00
Tanat Boozayaangool
bf8e2c1449
Fix typo in description for PointerEvent.radiusMax ( #51149 )
2020-02-21 14:21:25 -08:00
Shouichi Kamiya
e8e99e49f9
Fix TextEditingController doc to call super.initState first ( #51089 )
2020-02-21 14:16:04 -08:00
Jonah Williams
bb74a328b5
[flutter_tools] adds etag/cache control header to debug asset server ( #51143 )
2020-02-21 14:15:54 -08:00
Greg Spencer
c5dd3ec47a
Fix stuck keys when shift is released before the letter. ( #51095 )
...
This fixes a problem where if you press "Shift" and then "A", then release "Shift" and then "a", then the "A" key will be "stuck" on because the logical key for the key down message is different (capital "A") from the logical key for the key up message (lowercase "a").
This PR changes the pressed keys logic so that it uses the physical key to add/remove keys from the list of pressed keys, but keeps the associated logical key.
This does mean that after the "Shift" key goes up, the pressed keys contains a capital "A" and it doesn't switch to be a lowercase "a", but there isn't currently any mechanism we can use to do that remapping. This is far less surprising than the current behavior, but is still not quite correct.
I fixed the event simulation code to take a physicalKey so that it could be matched with the logical key, but the event simulation code isn't up to the task, since it can only simulate keys that appear in the key maps. The new platform key event design should fix that (added TODOs).
2020-02-21 14:13:38 -08:00
Yegor
d5844e8a4a
Enable TextStyle hash test on the Web ( #50985 )
2020-02-21 11:26:03 -08:00
Jonah Williams
3cee8e0eb0
[flutter_tools] include depfile outputs in gradle outputs ( #50877 )
2020-02-20 13:24:36 -08:00
Dan Field
2f09d601b5
Revert "Live image cache ( #50318 )" ( #51131 )
...
This reverts commit 1602be6ab6529732b59cdc5ac36ec8439690329b.
2020-02-20 13:20:28 -08:00
Jonah Williams
25a813110d
[flutter_tools] reload dart_sdk when sources update ( #51067 )
2020-02-20 12:26:47 -08:00
Kate Lovett
52ee8a6c65
Remove highContrast from FakeAccessibilityFeatures ( #51130 )
2020-02-20 10:28:49 -08:00
Albertus Angga Raharja
aad941e3fa
Avoid using FlutterError.fromParts when possible ( #43696 )
...
This PR is a follow up of https://github.com/flutter/flutter/pull/42640
Some changes of that PR includes redundant changes using FlutterError.fromParts constructor even though it's not necessary.
Some minor changes are:
- Remove one unnecessary todo
- Fix indent consistencies
2020-02-20 07:51:53 -08:00
Alexandre Ardhuin
7d7ac7c32b
start multiline strings with newline ( #50825 )
2020-02-20 10:16:28 +01:00
Gary Qian
af17860513
Detect sync vs async obtainKey in ResizeImage ( #51081 )
2020-02-19 19:06:03 -08:00
Jacob MacDonald
dda7a618ec
add support for the builders configuration for web ( #50988 )
2020-02-19 19:01:04 -08:00
Jonah Williams
6d0b1ef868
[flutter_tools] include LICENSE files as build dependencies ( #50945 )
2020-02-19 18:56:04 -08:00
Per Classon
74e564da2d
Add parameter to Scaffold so its possible to disable open Drawer drag gesture ( #50925 )
2020-02-19 18:51:04 -08:00
Jonah Williams
9295b34850
cleanup of tool build tests ( #50904 )
2020-02-19 18:46:04 -08:00
Greg Spencer
1793108ba1
Add additional focus samples. ( #50846 )
2020-02-19 18:41:03 -08:00
Darren Austin
7a83c6fcd4
Expose insetPadding and clipBehavior in Dialog and AlertDialog. ( #50775 )
2020-02-19 18:26:04 -08:00
Jenn Magder
85b54d4c0c
Change DeviceManager.getAllConnectedDevices() return value from Stream to List ( #51015 )
2020-02-19 17:40:24 -08:00
Francisco Magdaleno
6815e72086
Revert "[flutter_tools] move engine unpack to the flutter tool ( #50707 )" ( #51076 )
...
This reverts commit 0a623e879c48f14e7b05b2f4ce377130ab09dfc2.
2020-02-19 13:55:48 -08:00
Jonah Williams
0a623e879c
[flutter_tools] move engine unpack to the flutter tool ( #50707 )
2020-02-19 13:36:04 -08:00
Angjie Li
11549e45a3
Use Async WebDriver for WebFlutterDriver. ( #50835 )
2020-02-19 13:31:10 -08:00
Tjong Anthony
e7c90057c7
[Form] Add is valid to FormState ( #48948 )
2020-02-19 13:31:05 -08:00
najeira
4c5aef63a9
Fix comment typo FormField.initialState to FormField.initialValue ( #51011 )
2020-02-19 13:26:13 -08:00
Miguel Beltran
d295fbb6a1
Add highContrast to FakeAccessibilityFeatures test ( #48486 )
2020-02-19 13:26:05 -08:00
Martin Kustermann
17de0c5319
Weaken stack-trace based tests to allow auto-roll of new engine which will change the format ( #51047 )
...
Follow-up PR will restore those tests with new expectations:
https://github.com/flutter/flutter/pull/50760
2020-02-19 10:05:40 -08:00
Sunbreak
fcf7fda99c
Remove miscellaneous xcworkspacedata ( #50715 )
2020-02-18 12:41:27 -08:00
Martin Kustermann
d2947571bd
Ensure to close connection to VM after collecting coverage ( #50943 )
2020-02-18 12:39:37 -08:00
Jacob MacDonald
11589ca20d
serve the generated main.dart file so source_maps work for it ( #50976 )
2020-02-18 12:36:03 -08:00
Shi-Hao Hong
89ff794ac8
InputDecorator prefixIconConstraints and suffixIconConstraints ( #50058 )
2020-02-18 11:31:04 -08:00
Dan Field
8aa67610f7
Avoid including a potentially animated invisible image ( #50842 )
...
* Avoid including a potentially animated invisible image
2020-02-18 11:29:55 -08:00
Jonah Williams
67362ce5e0
[flutter_tools] fix debug stack traces ( #50872 )
2020-02-18 11:28:02 -08:00
Jonah Williams
57acc68740
[flutter_tools] ensure zoned errors are caught in new web runner ( #50895 )
2020-02-18 11:27:14 -08:00
Jonah Williams
dfcf9beb6b
[versions] update sync http dependency ( #50981 )
2020-02-18 11:26:17 -08:00
Jonah Williams
9b4cb4da72
[versions] reland update test to 1.12.0 ( #50879 )
2020-02-18 10:38:54 -08:00
shihchanghsiungsonos
ec9813a500
Fix the issue of Android add2app build fails on Android when assets are read-only ( #50047 )
2020-02-16 19:15:52 -08:00