Shi-Hao Hong
1e6e7150f3
[gen_l10n] Update the arb filename parsing logic ( #60185 )
...
* Update the arb filename parsing to account for underscores
* Generalize the locale searching algorithm
* Update filename and @@locale behavior to require them to match
2020-06-26 12:01:59 +08:00
engine-flutter-autoroll
98d66de888
22b099bc6 Roll Dart SDK from a9bef090e8cb to ea87c9b01a6a (15 revisions) (flutter/engine#19318) ( #60332 )
2020-06-25 20:38:02 -07:00
engine-flutter-autoroll
fbf97fa9e8
Roll Engine from b5691124a3bf to e9edf32d40f7 (3 revisions) ( #60330 )
2020-06-25 18:58:01 -07:00
engine-flutter-autoroll
c4a186c6c8
Roll Engine from 9ad489e7d7ba to b5691124a3bf (4 revisions) ( #60318 )
2020-06-25 16:28:01 -07:00
Jonah Williams
4bb6096086
[flutter_tools] surface null safety/experiment flags in attach ( #60317 )
...
Missed this one. Needed for google3 and add2app workflows
2020-06-25 15:44:57 -07:00
engine-flutter-autoroll
47c5174bef
Roll Engine from 781885120002 to 9ad489e7d7ba (4 revisions) ( #60314 )
2020-06-25 15:23:02 -07:00
chunhtai
3e5c700fd7
Add material page, cupertino page, and transition page classes ( #58511 )
...
* Add material page, cupertino page, and transition page classes
* update
* update comments
* fix test
* addressing comments
* make page getter private
2020-06-25 14:47:01 -07:00
engine-flutter-autoroll
8a5042b2df
Roll Engine from 73ff2bdd36ab to 781885120002 (12 revisions) ( #60291 )
2020-06-25 12:58:02 -07:00
chunhtai
1e843bb6ba
fix paint order of ink feature ( #59108 )
2020-06-25 12:53:03 -07:00
Jonah Williams
82a6f9bf0b
[flutter_tools] remove most use of global packages path ( #60231 )
...
The global packages path could cause tests to fail when it would be overriden to unexpected (in test setup) values. Remove most usage and make it a configuration on buildInfo, along with most other build information. Cleanup the asset builder to require the .packages path and the resident runners to no longer require it, since they already have the information in build_info.
It needs to stick around for the fuchsia deps we do not control.
Filled #60232 for remaining work.
2020-06-25 12:52:14 -07:00
Christopher Fujino
9322c80825
temporarily skip verify codesigned binaries test until only_if bug is fixed ( #60302 )
2020-06-25 12:01:04 -07:00
engine-flutter-autoroll
5d2c8694bc
Roll Engine from 0c141262115f to 73ff2bdd36ab (3 revisions) ( #60254 )
2020-06-25 09:18:02 -07:00
Greg Spencer
c68758fab1
Implement delayed key event synthesis support for Android ( #59358 )
2020-06-24 21:23:02 -07:00
engine-flutter-autoroll
91bdf15858
Roll Engine from 24d2143b98d6 to 0c141262115f (5 revisions) ( #60252 )
2020-06-24 20:38:01 -07:00
engine-flutter-autoroll
5731be56e0
24d2143b9 EndFrame should be always called by rasterizer (flutter/engine#19257) ( #60242 )
2020-06-24 17:58:01 -07:00
Shi-Hao Hong
17cb865ec6
Revert "Revert "[PageTransitionsBuilder] Fix 'ZoomPageTransition' built more than once ( #58686 )" ( #59992 )" ( #60245 )
2020-06-24 17:03:01 -07:00
Jenn Magder
0486cebd29
Make module run script names unique ( #60228 )
2020-06-24 16:52:01 -07:00
Jonah Williams
5cfcae004a
[flutter_tools] fix tests that depend on correct cache existance ( #60241 )
...
These tests will hit the real Cache, failing if the flutter root has been modified
2020-06-24 16:45:46 -07:00
Jonah Williams
a0334fb500
[flutter_tools] maintain file manifest for create ( #59706 )
...
First pass at fixing #57985 and implementing #59602
This doesn't have enough metadata to be useful for IDEs yet, but it prevents the issue from getting worse while we iterate on it.
2020-06-24 16:20:21 -07:00
Jonah Williams
2a7ee930c3
[flutter_tools] Update WebAssetServer to avoid context, fix tests ( #60224 )
...
WebAssetServer could fail if some of the global statics it depended on were initialized in a different order. Fix this by removing globals.
Delete dwds startup test that needs to spawn a real server.
2020-06-24 16:19:49 -07:00
engine-flutter-autoroll
15913e5d73
Roll Engine from 733b1aa7b90d to 291dab6f1723 (4 revisions) ( #60234 )
2020-06-24 14:13:02 -07:00
chunhtai
62378a3755
fix ink feature tries to get parent transformations when it is in the… ( #60129 )
2020-06-24 13:53:01 -07:00
Ayush Bherwani
3377781798
[AppBar] adds toolbarHeight property to customize AppBar height ( #59405 )
2020-06-24 13:08:01 -07:00
Kate Lovett
4d2ddb9199
Doc Updates ( #60222 )
2020-06-24 12:28:01 -07:00
stuartmorgan
d9902a5474
Consider the Linux template stable ( #60163 )
...
Remove the version checking and associated warnings. The Linux template
and build process will now be subject to more typical Flutter breaking
change policy, and should no longer require regularly deleting and
recreating the platform directory.
2020-06-24 12:23:57 -07:00
Justin McCandless
42e67550af
Update inaccurate documentation for isUtf16Surrogate method ( #60219 )
2020-06-24 12:18:02 -07:00
Jonah Williams
f8c9e1bb67
[flutter_tools] de-flake integration tests ( #60221 )
...
The vm_service_integration test flake is caused by trying to call the method before the framework is initialized (and the extension added). The run errors failure is caused by the error taking some time to propagate to the harness
2020-06-24 12:14:58 -07:00
engine-flutter-autoroll
c36c4293d5
Roll Engine from a0deaf9b04dc to 733b1aa7b90d (4 revisions) ( #60218 )
2020-06-24 11:53:01 -07:00
David Worsham
db48cadd0d
Remove unused physicalDepth code ( #60152 )
2020-06-24 11:33:01 -07:00
Jonah Williams
9e30d51ac6
[flutter_tools] start fixing command tests ( #60172 )
2020-06-24 11:26:36 -07:00
engine-flutter-autoroll
77bc1ee504
Roll Engine from 2a9fed87a7c2 to a0deaf9b04dc (4 revisions) ( #60187 )
2020-06-24 10:43:01 -07:00
Chris Yang
95b98dc2c2
flutter create . on plugins also regenerates files for platforms supported in pubspec.yaml ( #60159 )
2020-06-24 10:38:03 -07:00
chunhtai
5623fea53c
Reverse the semantics order of modal barrier and modal scope ( #59290 )
...
* Add semantics sort key for modal scope and modal barrier
* fix test
* fix test
* fix test
* fix space
* fix more tests
* addressing comments
2020-06-24 10:37:53 -07:00
rami-a
50612db86e
Localized new strings added in the redesigned Material Time Picker ( #60096 )
2020-06-24 10:33:03 -07:00
Tianguang
02f8e02880
Add Web Benchmarks for Flutter Gallery (Flutter Side) — 1/4 ( #57576 )
2020-06-24 10:28:03 -07:00
Jonah Williams
5d61bff294
[flutter_tools] even more test fixes ( #60156 )
...
Fix tests broken under tester
2020-06-24 10:23:59 -07:00
engine-flutter-autoroll
61b93d25bb
Roll Engine from 50da4ae2ca20 to 2a9fed87a7c2 (2 revisions) ( #60168 )
2020-06-23 22:53:01 -07:00
engine-flutter-autoroll
a0a16ff489
Roll Engine from 2b6c71c4d3ab to 50da4ae2ca20 (7 revisions) ( #60158 )
2020-06-23 20:53:01 -07:00
Darren Austin
b946e30c3d
Fix a couple of doc typos. ( #60139 )
2020-06-23 17:58:01 -07:00
Jonah Williams
dd49e57be2
[flutter_tools] more test fixes ( #60144 )
...
Fixes additional bugs uncovered by tester, style fixes to prevent suggested imports.
2020-06-23 17:53:00 -07:00
liyuqian
850ea6d29d
Add SkSL shader warm-up tests to Flutter gallery ( #59932 )
2020-06-23 17:48:02 -07:00
Justin McCandless
766e0fa9ef
Export characters ( #59620 )
2020-06-23 17:43:02 -07:00
Chris Yang
2e63b7d4f8
Add --platforms
to flutter create -t plugin
command ( #59507 )
2020-06-23 17:38:03 -07:00
Jonah Williams
14992c5951
Revert "[flutter_tools] separate target platform, host platform, and architecutre ( #60119 )" ( #60147 )
...
This reverts commit 30d97d89e0f69f6ba33ad3bf381bcebf405f41d1.
2020-06-23 17:19:29 -07:00
Jonah Williams
37db92beeb
[versions] update all versions and fix tool tests ( #60127 )
...
Update all versions, specifically file which fixes some bugs that caused tests to fail if run in different orders:
- systemTemp directories created by MemoryFileSystem will allot names based on the file system instance instead of globally.
- MemoryFile.readAsLines()/readAsLinesSync() no longer treat a final newline in the file as the start of a new, empty line.
- RecordingFile.readAsLine()/readAsLinesSync() now always record a final newline.
2020-06-23 15:48:37 -07:00
Darren Austin
3a226df607
Expose the ElevationOverlay functions so applications can use the directly. ( #60059 )
2020-06-23 15:43:01 -07:00
Dan Field
868c4d8ce0
Fix issue with stack traces getting mangled ( #59900 )
2020-06-23 15:29:57 -07:00
Justin McCandless
2a573a32fe
Reland Characters Usage ( #59778 )
...
Use Dart's characters package to fix user-facing grapheme cluster bugs.
2020-06-23 15:28:26 -07:00
engine-flutter-autoroll
f61a4e71fa
Roll Engine from 57d13339997f to 2b6c71c4d3ab (5 revisions) ( #60128 )
2020-06-23 15:23:01 -07:00
chunhtai
3a15841d94
reland "fix the widget span layout when text scale factor != 1" and h… ( #60021 )
2020-06-23 15:18:02 -07:00