Kaushik Iska
d1805aa22a
update-packages after dwds updates ( #45633 )
2019-11-26 18:34:06 -08:00
Greg Spencer
245d1b51ce
Add macOS to TargetPlatform ( #43457 )
...
This PR adds TargetPlatform.macOS to the TargetPlatform enum. This allows us to begin implementation of some adaptive UI based on which target platform is desired.
I haven't updated the tests here, that will come in a follow-up PR.
2019-11-26 18:32:34 -08:00
Emmanuel Garcia
943f98d3c3
Add integration test for transitive plugin dependencies ( #45579 )
2019-11-26 08:58:43 -08:00
Todd Volkert
bae92c32e5
Disable tests that fail on non-master branches from running on those branches ( #45455 )
...
https://github.com/flutter/flutter/issues/45453
2019-11-24 22:29:28 -08:00
Emmanuel Garcia
b6e92003c8
Add .flutter-plugins-dependencies to the project, which contains the app's plugin dependency graph ( #45379 )
2019-11-22 15:02:20 -08:00
Greg Spencer
a60bf8e23a
Spell check of Flutter docs ( #45200 )
...
No code changes, just comments: I spell-checked all the comments in the repo.
2019-11-22 08:43:55 -08:00
Alexandre Ardhuin
fcb40a05bb
make some BuildContext methods generics ( #44189 )
...
* make BuildContext.{ancestorStateOfType,ancestorRenderObjectOfType,rootAncestorStateOfType} generic
* make BuildContext.inheritFromWidgetOfExactType generic
* make BuildContext.ancestorInheritedElementForWidgetOfExactType generic
* make BuildContext.ancestorWidgetOfExactType generic
* fix snippet
* bump scoped_model on temp version
* update names
* Revert "bump scoped_model on temp version"
This reverts commit d1fcbba028cdb07f44738d1652391692d1ea5ec0.
* address review comments
* fix ci
* address review comments
* repeat the deprecation notice
* fix uppercase
* use of recommanded deprecation syntax
* address review comment
2019-11-22 17:35:20 +01:00
liyuqian
c61ef90f94
Upgrade gauge for debugging ( #45212 )
...
For https://github.com/flutter/flutter/issues/45194
and see also https://github.com/flutter/packages/pull/47 .
2019-11-21 13:03:02 -08:00
Christopher Fujino
45953a12bb
dev/ci/README.md update ( #44010 )
2019-11-21 12:09:02 -08:00
sjindel-google
43a8a1902e
Fix erroneous comments referring to blobs snapshots. ( #41378 )
2019-11-21 12:09:43 +01:00
Sangmin Lee
60c7cc25e9
Fix typo in README.md ( #43173 )
2019-11-20 16:14:10 -08:00
Michael Goderbauer
f8cafd9dbc
Remove URLs in deprecation annotation ( #45215 )
2019-11-20 12:45:04 -08:00
Jonah Williams
0e36a91d18
Add macOS hot reload test ( #45264 )
2019-11-20 12:35:53 -08:00
Danny Tuppeny
927fbe5500
Re-enable asserts on Windows integration tests ( #42637 )
...
* Enable asserts
See https://github.com/flutter/flutter/issues/36476
* Remove comment
2019-11-20 17:50:37 +00:00
Jonah Williams
f20471d081
Revert "reland add lifecycle enum and fix the scheduleforcedframe ( #45133 )" ( #45260 )
...
This reverts commit 99324105da .
It was implicated in https://github.com/flutter/flutter/issues/45258
2019-11-20 09:43:15 -08:00
liyuqian
a32fc986f3
Add a perf test for picture raster cache ( #45050 )
...
This will catch issues like
https://github.com/flutter/flutter/issues/44252 , and this test is
inspired by the `list_demo` sample app in
https://github.com/flutter/flutter/issues/43083#issue-509586473
This is tested locally on a Moto G4 before and after the fix
https://github.com/flutter/engine/pull/13710
The `average_frame_rasterizer_time_millis` of this test drops from
~5.4ms to ~4.9ms after that fix.
2019-11-19 15:48:41 -08:00
chunhtai
99324105da
reland add lifecycle enum and fix the scheduleforcedframe ( #45133 )
...
* reland add lifecycle enum and fix the scheduleforcedframe
2019-11-19 15:45:37 -08:00
Greg Spencer
a3186fbaa1
Analyze dartpad ( #45124 )
...
This fixes the sample code analysis to treat dartpad snippets in the same way as snippet snippets, which it wasn't until now (the snippet generator was treating them as "samples"), and some errors crept in. This PR also fixes those errors.
Also, added a --verbose option to the sample analyzer.
2019-11-19 15:16:12 -08:00
Greg Spencer
29ab6b549a
Update manual_tests to be able to run on macOS/web ( #44830 )
...
I updated the build files for manual_tests, as well as adding in a macos and web directory to allow the manual tests to be run on the web or on desktop.
The main change here are the parts that I added to the files in manual_tests/lib/... (the addition of kIsWeb to "if (!kIsWeb && Platform.isMacOS) {") The rest is just an update of the auto-generated code from flutter create.
2019-11-19 11:29:35 -08:00
Jonah Williams
df3505c1f3
Improve performance of build APK (~50%) by running gen_snapshot concurrently ( #44534 )
2019-11-19 11:26:07 -08:00
Jenn Magder
6e5769d425
Remove FLUTTER_DEVICELAB_XCODE_PROVISIONING_CONFIG code paths ( #45136 )
2019-11-19 11:19:44 -08:00
Per Classon
b5a85fcf48
Allow plural localized strings to not specify every case ( #45168 )
...
* Allow plural localized strings to not specify every case
2019-11-19 18:58:28 +01:00
chunhtai
7e1920b817
revert added lifecycle enum ( #45119 )
2019-11-18 13:38:47 -08:00
chunhtai
439d798712
fix ios_add2app_life_cycle license ( #45115 )
2019-11-18 11:33:42 -08:00
chunhtai
af48f71497
reland add new enum change ( #45012 )
...
This reverts commit 75f310791f .
2019-11-18 10:04:09 -08:00