Justin McCandless
32e6de84db
Remove out dated todos from integration tests with no issue links ( #85461 )
2021-06-28 13:21:03 -07:00
Hans Muller
93ca2b5ac0
Removed ButtonBar from flutter_gallery ( #85351 )
2021-06-28 13:01:04 -07:00
Ren You
2be0d57fa2
Revert "Audit hashCode overrides outside of packages/flutter ( #85370 )" ( #85451 )
...
This reverts commit 9846fa5145
.
2021-06-28 09:55:31 -07:00
Dan Field
9846fa5145
Audit hashCode overrides outside of packages/flutter ( #85370 )
2021-06-26 17:36:04 -07:00
Dan Field
8e60c08bb4
Update stack_trace.dart ( #85364 )
2021-06-25 20:25:20 -07:00
Jenn Magder
c2980383e8
Run build_tests shard and check in project migrations ( #85270 )
2021-06-24 17:41:02 -07:00
Jenn Magder
0de6bd41ba
Migrate iOS app deployment target from 8.0 to 9.0 ( #85174 )
2021-06-24 10:21:05 -07:00
chunhtai
50a2fad986
Remove namesless todo ( #85151 )
2021-06-23 14:29:14 -07:00
Dan Field
9c0bd18c40
Reland eliminate timeouts from integration tests ( #85141 )
2021-06-23 13:08:51 -07:00
Dan Field
69f2f8a18b
Revert "Remove per-test timeouts from integration tests ( #85098 )" ( #85133 )
...
This reverts commit b96c3c22ce
.
2021-06-23 08:17:27 -07:00
Dan Field
b96c3c22ce
Remove per-test timeouts from integration tests ( #85098 )
2021-06-23 07:17:28 -07:00
Jonah Williams
03d14a30c8
[versions] remove mockito ( #85076 )
2021-06-22 17:41:03 -07:00
Dan Field
eafadd8b1c
Try to dump app again for run_demos.dart ( #85048 )
2021-06-22 10:43:54 -07:00
Kate Lovett
a1a360bf13
Disable auto scrollbars on desktop for legacy flutter gallery ( #84812 )
2021-06-21 14:24:02 -07:00
Dan Field
46c546684f
Dump the app if we cannot tap the demo ( #84996 )
...
To help deflake https://github.com/flutter/flutter/issues/83298
2021-06-21 12:04:43 -07:00
Dan Field
a8232dd77d
Add GC events to transitions perf test for gallery ( #84956 )
2021-06-21 08:09:03 -07:00
Jenn Magder
1d2f6c5296
Revert "Set up iOS native integration_tests in ui example project ( #84890 )" ( #84892 )
...
This reverts commit 05d5515732
.
2021-06-18 18:05:00 -07:00
Jenn Magder
05d5515732
Set up iOS native integration_tests in ui example project ( #84890 )
2021-06-18 17:45:11 -07:00
Mirko Mucaria
bce1706f1c
Fix watchOS build when companion app is configured with xcode variable ( #84519 )
2021-06-17 14:14:03 -07:00
Jonah Williams
cd13c91119
[versions] update dependencies ( #84639 )
2021-06-15 11:08:57 -07:00
Jenn Magder
697928d21f
Revert "Set up iOS native integration_tests in ui example project ( #84596 )" ( #84641 )
...
This reverts commit ef2879a46f
.
2021-06-15 10:09:41 -07:00
Jenn Magder
ef2879a46f
Set up iOS native integration_tests in ui example project ( #84596 )
2021-06-14 18:04:02 -07:00
Dan Field
3794884fbb
Deflake demo ( #84593 )
2021-06-14 14:41:47 -07:00
Greg Spencer
88f3811055
Turn on avoid_dynamic_calls lint, except packages/flutter tests, make appropriate changes. ( #84476 )
...
This adds avoid_dynamic_calls to the list of lints, and fixes all instances where it was violated.
Importantly, this lint is NOT turned on for flutter/packages/test, because those changes are happening in another PR: #84478
2021-06-14 14:16:57 -07:00
Darren Austin
80709c1d8a
Revert "Re-land "Migrate android_semantics_testing to null safety ( #84136 )" ( #84156 )" ( #84166 )
...
This reverts commit 0100285e6f
.
2021-06-07 17:49:30 -07:00
Michael Goderbauer
0100285e6f
Re-land "Migrate android_semantics_testing to null safety ( #84136 )" ( #84156 )
2021-06-07 16:24:03 -07:00
Jason Simmons
b3bde1d9da
Update the Windows runner for Gallery ( #84020 )
2021-06-07 16:04:03 -07:00
Michael Goderbauer
075991c249
Migrate hybrid_android_views to null safety ( #84140 )
2021-06-07 15:42:47 -07:00
Michael Goderbauer
5a2530b28e
Remove unused protobuf dependency ( #84148 )
2021-06-07 15:34:06 -07:00
Michael Goderbauer
c077278431
Migrate integration_tests/channels to null safety ( #84145 )
2021-06-07 15:29:05 -07:00
Darren Austin
094a75e655
Revert "Migrate android_semantics_testing to null safety ( #84136 )" ( #84154 )
...
This reverts commit 0d1a8a7798
.
2021-06-07 14:54:00 -07:00
Michael Goderbauer
0d1a8a7798
Migrate android_semantics_testing to null safety ( #84136 )
2021-06-07 13:53:08 -07:00
Abhishek Ghaskata
3749ff02e1
Migrate gallery test to null safety ( #84065 )
2021-06-07 11:29:04 -07:00
Sam Rawlins
da9b11ec24
Remove "unnecessary" imports. ( #83959 )
2021-06-04 10:54:05 -07:00
Michael Goderbauer
14b2e7ffee
flutter update-packages --force-upgrade ( #83911 )
2021-06-03 10:50:11 -07:00
Anis Alibegić
c99ed373b3
Fixed large amount of spelling errors ( #83744 )
2021-06-02 10:14:06 -07:00
Emmanuel Garcia
0bccce6260
[gradle] Unlock all configurations if a local engine is used ( #83635 )
2021-06-01 13:19:03 -07:00
Alexandre Ardhuin
34059eec2c
enable lint prefer_interpolation_to_compose_strings ( #83407 )
2021-06-01 11:14:06 -07:00
Jonah Williams
025a3a7da3
[versions] roll package test redux ( #83367 )
2021-05-26 17:22:28 -07:00
Jenn Magder
132a746aab
Remove iOS version override in ios_add2appTests unit tests ( #83361 )
2021-05-25 11:44:03 -07:00
Abhishek Ghaskata
e989d6b1fa
Assign late variable without initstate in flutter_gallery ( #83020 )
2021-05-24 18:59:03 -07:00
Abhishek Ghaskata
efdbe40330
Refactor android_view example ( #83160 )
2021-05-24 10:24:03 -07:00
Ian Hickson
5e0cc4cba4
Migrate to ChannelBuffers.push ( #82564 )
2021-05-21 15:09:03 -07:00
Emmanuel Garcia
fa5883b78e
Add Gradle lockfiles and tool to generate them ( #83067 )
2021-05-21 13:04:03 -07:00
nt4f04uNd
80a2b6b015
Fix typos ( #82589 )
2021-05-20 17:19:09 -07:00
David Iglesias
c94f0bea65
[web] Make web integration tests shadow DOM aware. ( #82926 )
2021-05-20 16:14:02 -07:00
Jenn Magder
d7e49e559b
Run update packages, pick up file 6.1.1 ( #82770 )
2021-05-18 13:09:03 -07:00
Yegor
89442b495e
disable semantics in text_editing_integration.dart ( #82582 )
2021-05-14 21:34:02 -07:00
Chris Bracken
3445cb86f2
Update dependency versions ( #82577 )
...
shelf 1.1.2 -> 1.1.4
flutter_template_images 1.0.2 -> 3.0.0
2021-05-14 16:51:36 -07:00
Jonah Williams
8e20351382
Fix analysis errors ( #82569 )
2021-05-14 13:32:54 -07:00
Sam Rawlins
496acdf550
Remove "unnecessary" imports. ( #82508 )
2021-05-14 12:59:02 -07:00
Ian Hickson
2ae1e39810
Revert "Migrate to ChannelBuffers.push ( #82057 )" ( #82525 )
2021-05-14 12:09:03 -07:00
Ian Hickson
b86d5c0094
Migrate to ChannelBuffers.push ( #82057 )
2021-05-13 14:34:04 -07:00
Alexandre Ardhuin
157bc92d4a
end of sort_child_properties_last ( #82457 )
2021-05-13 13:39:04 -07:00
Kenzie Schmoll
766b4509c6
Add 'v' hotkey to open DevTools in the browser ( #82227 )
...
* Add 'v' hotkey to open DevTools in the browser
2021-05-13 09:54:10 -07:00
Abhishek Ghaskata
d10afc41df
migrate web_complie_tests to null safety ( #81630 )
2021-05-11 14:25:55 -07:00
Alexandre Ardhuin
df3662b15e
use throwsA ( #82238 )
2021-05-11 10:19:01 -07:00
Alexandre Ardhuin
58499c29ea
fix lints ( #82246 )
2021-05-11 11:39:10 +02:00
Michael Goderbauer
2bf42e7047
clean-up analysis_options.yaml's across the repository ( #81986 )
2021-05-10 23:44:02 -07:00
Michael Goderbauer
b8a2456737
Enable library_private_types_in_public_api lint ( #81578 )
2021-05-10 16:26:16 -07:00
Alexandre Ardhuin
9bca38c5e5
remove unnecessary String.toString() ( #81859 )
2021-05-07 14:54:02 -07:00
Abhishek Ghaskata
3fb28929bc
remove jcenter from build.gradle ( #81633 )
2021-05-06 16:44:05 -07:00
Ren You
7f1d1414cc
Revert "Migrate to ChannelBuffers.push ( #81235 )" ( #81829 )
...
This reverts commit 35ad43f20c
.
2021-05-04 06:17:19 -07:00
Ian Hickson
35ad43f20c
Migrate to ChannelBuffers.push ( #81235 )
2021-05-03 17:14:03 -07:00
Jonah Williams
2b0d09dd81
[versions] roll versions and add ffi dep ( #81403 )
2021-04-28 11:19:03 -07:00
Abhishek Ghaskata
677ad02e60
Migrate non_nullable to null safety ( #81109 )
2021-04-27 19:05:05 -07:00
Abhishek Ghaskata
a195bcc0cf
Migrate dev/integration_tests/ui to null safety ( #80624 )
2021-04-27 18:50:51 -07:00
Angjie Li
cbdd9c4787
Revert "Refactor text editing test APIs (Mark III) ( #80003 )" ( #81316 )
...
This reverts commit 285b475124
.
2021-04-27 11:34:36 -07:00
Dan Field
0866005f70
Add benchmark for number of GCs in animated GIF ( #81240 )
2021-04-27 10:39:02 -07:00
Jonah Williams
7d6e581f61
[versions] roll in latest shelf ( #81099 )
2021-04-23 20:39:02 -07:00
Jonah Williams
e6d4b8cf0b
Revert "Migrate channels to null safety ( #80641 )" ( #81050 )
...
This reverts commit f55b2665e9
.
2021-04-23 10:18:38 -07:00
Abhishek Ghaskata
f55b2665e9
Migrate channels to null safety ( #80641 )
2021-04-23 00:09:02 -07:00
Abhishek Ghaskata
4f2e7987f4
Migrate external_ui to null safety ( #80640 )
2021-04-23 00:04:03 -07:00
Jenn Magder
4825c639b6
Allow ios_add2app to be launched without tests ( #81009 )
2021-04-22 23:26:15 -07:00
Jenn Magder
0f899f2b64
Roll packages ( #80989 )
2021-04-22 15:01:49 -07:00
Jonah Williams
d9638d25d7
migrate from jcenter to mavencentral ( #80908 )
2021-04-21 21:41:07 -07:00
Abhishek Ghaskata
f608d893ad
Mirgrate gradle_deprecated_settings to null safety ( #80559 )
2021-04-21 21:34:03 -07:00
Jason Simmons
a21a22a666
Convert AnimatedSize to a StatefulWidget ( #80554 )
2021-04-21 18:44:03 -07:00
Ian Hickson
285b475124
Refactor text editing test APIs (Mark III) ( #80003 )
2021-04-21 18:29:04 -07:00
Jenn Magder
4f3ec01d32
Add frontend_server_client to dependency allowlist ( #80912 )
2021-04-21 18:13:43 -07:00
Jenn Magder
3955276eb3
Migrate ios_add2app_life_cycle to earlgrey 2 and latest iOS SDK ( #80822 )
2021-04-21 14:03:59 -07:00
Abhishek Ghaskata
5d37df13f9
Migrate web_e2e_tests to null safety ( #80628 )
2021-04-21 13:54:34 -07:00
Phil Quitslund
61c30c41b2
fix sort_directives violations ( #80817 )
2021-04-21 13:49:03 -07:00
Abhishek Ghaskata
0de20a3311
MIgrate dev_integration_tests_web to null safety ( #80625 )
2021-04-21 13:39:04 -07:00
Abhishek Ghaskata
dc43da9dd9
Migrate release_smoke_test to null safety ( #80622 )
2021-04-21 13:37:01 -07:00
Abhishek Ghaskata
ff54fc6da8
Migrate platform_interaction to null safety ( #80621 )
2021-04-21 07:39:02 -07:00
Abhishek Ghaskata
35c9dec2a1
MIgrate ios_platform_view_tests to null safety ( #80619 )
2021-04-20 15:54:03 -07:00
Abhishek Ghaskata
013dc3dd7c
Migrate ios_add2app_life_cycle to nullsafety ( #80617 )
2021-04-20 15:49:02 -07:00
Emmanuel Garcia
42f21fd780
Standardize how Java8 is set in gradle files ( #80600 )
2021-04-19 20:19:03 -07:00
Abhishek Ghaskata
0c1652f448
Migrate flavors to null safety ( #80558 )
2021-04-19 20:14:03 -07:00
Abhishek Ghaskata
ecbea9a9d5
Update android_views to null safety ( #80557 )
2021-04-19 15:14:04 -07:00
Abhishek Ghaskata
599c95a86a
update android_embedding_v2_smoke_test ( #80556 )
2021-04-19 15:09:03 -07:00
xubaolin
aa7ab10822
BorderRadiusTween.lerp supports null begin/end values ( #79860 )
2021-04-16 17:24:02 -07:00
Abhishek Ghaskata
3cb5942ecd
Update abstract_method_smoke_test to null safety ( #80555 )
2021-04-16 14:27:36 -07:00
Abhishek Ghaskata
c3a15bf985
Migrate the ios_app_with_extensions to null safety ( #80485 )
2021-04-16 14:20:51 -07:00
Dan Field
e7b7ebc066
Shake widget inspector from non-debug builds ( #80157 )
2021-04-14 21:54:03 -07:00
Dan Field
d7da6190ff
roll packages ( #80307 )
2021-04-13 18:19:02 -07:00
Jason Simmons
408c52fd70
Fix an NNBD error in the Gallery text form field demo ( #79816 )
2021-04-07 14:29:07 -07:00
Justin McCandless
0efb28d706
Revert "Fix a legacy TODO ( #77454 ) ( #79061 )" ( #79959 )
...
This reverts commit b070ed3c04
.
2021-04-07 12:24:22 -07:00
Jenn Magder
ba764ebc38
Update Podfile.lock modified timestamp when pod install is run ( #78823 )
2021-04-06 15:54:02 -07:00
Ian Hickson
b070ed3c04
Fix a legacy TODO ( #77454 ) ( #79061 )
2021-04-02 22:39:03 -07:00
LongCatIsLooong
c1c5b492be
Reland 79654 ( #79656 )
2021-04-02 15:44:02 -07:00
Chris Bracken
3e7e06512c
Correct misspellings throughout the codebase ( #79500 )
2021-04-01 10:04:03 -07:00
chunhtai
54c0e7a487
Enable android semantics integration test ( #79295 )
2021-03-31 14:19:03 -07:00
Dan Field
d377c1baed
Always write full timeline before summary ( #79310 )
2021-03-31 13:01:28 -07:00
Jonah Williams
443d07b707
[versions] roll to latest test ( #79099 )
2021-03-31 07:45:40 -07:00
Jia Hao
8158b478d7
Add tests for integration tests to devicelab ( #79258 )
2021-03-30 22:29:03 -07:00
Jason Simmons
a51e597d7d
Fix package declarations for add-to-app integration tests ( #77648 )
2021-03-30 14:19:02 -07:00
Michael Thomsen
2cdd51900c
Enable null safety by default in templates ( #78619 )
2021-03-30 10:16:05 +02:00
chunhtai
ceb0a5fa8d
skip android semantics integration test to enable engine roll ( #79296 )
2021-03-29 21:19:02 -07:00
Alexandre Ardhuin
e384ca7979
use null aware operators for function invocations ( #79049 )
2021-03-26 09:34:03 -07:00
Jonah Williams
dfc134dd9a
[versions] roll many versions ( #79088 )
2021-03-25 15:43:44 -07:00
Tong Mu
5647407f07
Add mouseCursor, onEnter, and onExit to TextSpan ( #77754 )
2021-03-25 00:39:03 -07:00
Jenn Magder
6b22834699
Update packages to pick up new process version ( #78910 )
2021-03-23 17:30:49 -07:00
Zachary Anderson
5efc7169eb
Reverts "Implement dartPluginClass support for plugins #74469 " ( #78623 )
...
* Revert "Enable dart_plugin_registry_test (#76645 )"
This reverts commit 109e0bb9f5
.
* Revert "Apply changes caused by https://github.com/flutter/flutter/pull/76662 (#77093 )"
This reverts commit cdca6485f0
.
* Revert "Disable clang format in the plugin registrants (#76662 )"
This reverts commit dadbd47d09
.
* Revert "Disable warnings for the dart plugin registrant (#76561 )"
This reverts commit 098ece522d
.
* Revert "Remove dart_plugin_registry_test timeouts (#76838 )"
This reverts commit 1610a27476
.
* Revert "Implement dartPluginClass support for plugins (#74469 )"
This reverts commit b7d4806243
.
Kick.
2021-03-23 14:28:11 -07:00
Jenn Magder
2eca1f4033
Migrate dev projects from jcenter to mavenCentral ( #78812 )
2021-03-22 17:39:02 -07:00
Jonah Williams
74a795d165
roll more versions ( #78654 )
2021-03-19 15:46:03 -07:00
Angjie Li
6515806717
Revert "Fix a legacy TODO ( #77454 )" ( #78584 )
...
This reverts commit 5e4e530e93
.
2021-03-19 10:08:12 -07:00
Jonah Williams
28532edaa5
Update all versions and migrate devicelab framework to package:vm_service ( #78557 )
2021-03-18 12:38:12 -07:00
Michael Goderbauer
8364140e51
Clean-up ignores that are not ignoring anything (dev/ edition) ( #78490 )
2021-03-18 11:06:03 -07:00
Marcus Tomlinson
01c772cc8d
Revert "Add libblkid / liblzma / libgcrypt as an explicit dependancy on Linux" ( #78415 )
...
* Revert "Add libgcrypt as an explicit dependancy on Linux"
This reverts commit bf65b3d03c
.
* libblkid & liblzma not explicitly required either
2021-03-18 09:14:44 -07:00
Hans Muller
7c4c3419ae
Remove accentColor et al. from tests ( #78449 )
2021-03-17 13:28:09 -07:00
Hans Muller
87c40326e8
Removed accentColor and accentTextTheme dependencies from flutter_gallery ( #78378 )
2021-03-17 10:24:02 -07:00
Ian Hickson
f3c25fa07a
Align more closely with package:test ( #77118 ) ( #78343 )
2021-03-16 13:58:02 -07:00
Ian Hickson
5e4e530e93
Fix a legacy TODO ( #77454 )
2021-03-16 10:48:02 -07:00
Zachary Anderson
e7e1a04aa3
Revert "Align more closely with package:test ( #77118 )" ( #78329 )
...
This reverts commit 0cbe597540
.
2021-03-16 09:26:34 -07:00
Ian Hickson
0cbe597540
Align more closely with package:test ( #77118 )
2021-03-15 16:28:02 -07:00
Ahmed Saleh
740504d3e6
Refactor: use one subprojects property ( #77942 )
2021-03-12 16:28:03 -08:00
Michael Goderbauer
d637b1874f
non-breaking changes for prefer_mixin lint ( #77837 )
2021-03-11 19:50:03 -08:00
Abhishek Ghaskata
bc9d0e0a4b
Remove one TODO ( #76275 )
2021-03-11 03:55:02 -08:00
Jonah Williams
2edf6b7320
Remove mockito deps from dev/ ( #77749 )
2021-03-10 17:50:44 -08:00
Michael Goderbauer
cb867bbedc
Enable unnecessary_await_in_return lint ( #77434 )
2021-03-05 18:38:15 -08:00
Michael Goderbauer
ed755fba5e
Enable avoid_unnecessary_containers lint ( #77294 )
2021-03-04 15:29:03 -08:00
Michael Goderbauer
67edb63d84
Re-land "Toggable Refactor ( #76745 )" ( #77263 )
2021-03-04 11:34:04 -08:00
Michael Goderbauer
7b251f5f37
Enable use_function_type_syntax_for_parameters lint ( #77163 )
2021-03-04 08:59:17 -08:00
Jenn Magder
eee0dc8441
Exclude arm64 from valid iOS simulators ( #73828 )
2021-03-03 18:58:37 -08:00
Greg Spencer
c6ef4c75d9
Turn on sized_box_for_whitespace lint, fix instances. ( #77099 )
2021-03-03 17:29:02 -08:00
Jonah Williams
ddcb8d7d6d
Update all versions! ( #77153 )
2021-03-03 14:11:30 -08:00
Ian Hickson
cdca6485f0
Apply changes caused by https://github.com/flutter/flutter/pull/76662 ( #77093 )
2021-03-02 21:09:02 -08:00
Michael Goderbauer
ea8e61618a
Enable null_closures ( #77095 )
2021-03-02 15:25:31 -08:00
Michael Goderbauer
0f568298d8
enable use_key_in_widget_constructors lint ( #77032 )
2021-03-02 10:14:02 -08:00
Michael Goderbauer
fc99e7c0d7
Enable missing_whitespace_between_adjacent_strings ( #77027 )
2021-03-01 18:30:17 -08:00
Jenn Magder
d099ae60f0
Add ephemeral iOS directory to put future generated files ( #76830 )
2021-02-25 18:16:03 -08:00
Jenn Magder
a30ebf67e5
Add gallery integration iOS UI integration test ( #76658 )
2021-02-24 13:46:03 -08:00
Jia Hao
1c179c401f
Bump packages ( #76673 )
2021-02-24 09:21:03 -08:00
Jenn Magder
65e94f51c0
Remove unused flutter_driver_screenshot integration test ( #76575 )
2021-02-23 19:56:02 -08:00
Jenn Magder
17c5c4c33a
Revert "Remove unused flutter_driver_screenshot integration test ( #76425 )" ( #76572 )
...
This reverts commit ff8f4717f7
.
2021-02-22 16:28:47 -08:00
Jenn Magder
ff8f4717f7
Remove unused flutter_driver_screenshot integration test ( #76425 )
2021-02-22 15:21:03 -08:00
Jenn Magder
d69e2f10d8
Remove unused android_splash_screens integration test ( #76429 )
2021-02-22 14:46:04 -08:00
Jenn Magder
9ab50033fc
Build more integration tests during pre-submit ( #76554 )
2021-02-22 14:04:09 -08:00
Jenn Magder
b7fcac2fd7
Remove unused ios_add2app integration test ( #76426 )
2021-02-22 10:52:21 -08:00
Jenn Magder
7cd99db0e4
Remove unused image_loading integration test ( #76430 )
2021-02-22 10:51:53 -08:00
Vyacheslav Egorov
2e00fc5ee3
Upgrade packages to pick up vm_snapshot_analysis fixes ( #76511 )
...
Run flutter update-packages --force-upgrade to pick up a new version of vm_snapshot_analysis package which contains fixes for #76313
Fixes #76313
2021-02-22 11:43:39 +01:00
Jason Simmons
73ec544238
Update all packages and upgrade to path_provider 2.0.0-nullsafety ( #76420 )
2021-02-19 16:40:24 -08:00
Jonah Williams
db1e9f053f
update all packages ( #76254 )
2021-02-17 17:33:56 -08:00
Jonah Williams
7088c5ba2a
Update all packages ( #76143 )
2021-02-16 15:29:12 -08:00
Ian Hickson
ce318b7b53
All arguments must be documented. ( #75888 )
2021-02-14 12:56:05 -08:00
Yegor
e7953b3be4
[web] new service worker loading mechanism ( #75535 )
2021-02-11 09:16:21 -08:00
Ian Hickson
b1cc48748d
Only write the pid-file while listening to SIGUSR signals. ( #74533 )
2021-02-10 16:06:05 -08:00
Jenn Magder
f2bb39d6b6
Gallery transition tests pass when device rotated ( #75672 )
2021-02-09 10:08:18 -08:00
Jenn Magder
ac13cd35a5
ios_platform_view tests pass when device rotated ( #75665 )
2021-02-09 10:08:08 -08:00
Dan Field
bc1cf49458
roll packages ( #75370 )
2021-02-04 11:41:03 -08:00
Kate Lovett
7aa17231ac
Revert "Reland "Update PopupMenuButton to match Material Design spec"" ( #75338 )
2021-02-04 10:01:04 -08:00
Ian Hickson
824042f9b2
Catch cases in tests where people try to tap on widgets that aren't reachable. ( #74798 )
2021-02-03 16:11:02 -08:00
Ian Hickson
3c9ae13132
Update to latest templates ( #75193 )
2021-02-03 15:21:03 -08:00
xubaolin
12016e4145
Reland "Update PopupMenuButton to match Material Design spec" ( #74620 )
2021-02-01 14:46:03 -08:00
Ian Hickson
ac3b9e7f89
Unpin mysteriously pinned packages ( #74885 )
2021-02-01 14:31:03 -08:00
Michael Goderbauer
00aa144202
Migrate off e2e ( #75029 )
2021-02-01 10:26:03 -08:00
Michael Goderbauer
0e815a1b87
Bump flutter_gallery_assets ( #75026 )
2021-02-01 04:51:04 -08:00
Dan Field
5575caa118
vm_service 6.0.1-nullsafety.1, dwds 8.0.2 ( #74943 )
2021-01-28 18:39:07 -08:00
Ian Hickson
29e604e241
Update packages ( #74874 )
2021-01-28 00:04:03 -08:00
Jenn Magder
51b3edd45f
Revert "Remove package image dependency ( #74763 )" ( #74869 )
...
This reverts commit ca2d7b3d3c
.
2021-01-27 19:50:58 -08:00
Ian Hickson
ca2d7b3d3c
Remove package image dependency ( #74763 )
2021-01-27 17:19:03 -08:00
Alexandre Ardhuin
d546e1d311
fix for upcoming lint use_named_constants ( #74788 )
2021-01-27 20:20:44 +01:00
Dan Field
71aec53acb
roll packages ( #74781 )
2021-01-26 21:53:04 -08:00
Dan Field
d1538320d2
Roll packages to null safe (vm_service, test, etc.) ( #74671 )
2021-01-26 09:15:54 -08:00
Sam Rawlins
006638839c
Remove "unnecessary" imports. ( #74383 )
2021-01-25 19:04:05 -08:00
Dan Field
1b373f45b7
Remove unused bigquery code and deps ( #74532 )
2021-01-22 16:21:01 -08:00
Jonah Williams
7ee910b0a8
[flutter_tools] ensure --dart-define can parse args with commas ( #73798 )
2021-01-15 13:51:32 -08:00
Ben Konyi
3755f4f018
Update DDS to 1.7.1 ( #74000 )
2021-01-14 22:26:14 -08:00
Jonah Williams
22684ead6f
[versions] update all dependencies ( #73800 )
2021-01-12 15:14:05 -08:00
Jenn Magder
f63055a895
Revert "Exclude arm64 from valid iOS simulators ( #73755 )" ( #73807 )
...
This reverts commit 201e5e4ecb
.
2021-01-12 13:02:46 -08:00
Jenn Magder
201e5e4ecb
Exclude arm64 from valid iOS simulators ( #73755 )
2021-01-12 10:35:24 -08:00
Michael Goderbauer
5d1306e7ab
Update outdated links ( #73514 )
2021-01-07 16:28:12 -08:00
Jenn Magder
45d71e25ab
Build iOS apps using Swift Packages ( #73508 )
2021-01-07 15:59:09 -08:00
Ian Hickson
544a41eb55
Remove an obsolete comment from pubspec.yaml ( #73505 )
2021-01-07 15:59:04 -08:00
Jenn Magder
b78b17630a
Run pod repo update in iOS extension test ( #73442 )
2021-01-07 11:59:40 -08:00
Jenn Magder
74d58105d1
Revert "Build iOS apps using Swift Packages ( #72761 )" ( #73437 )
...
This reverts commit 28db5a0fae
.
2021-01-06 15:04:16 -08:00
Jenn Magder
6891928a1f
Optionally include CocoaPods xcconfig ( #73112 )
2021-01-06 13:55:23 -08:00
Jenn Magder
28db5a0fae
Build iOS apps using Swift Packages ( #72761 )
2021-01-06 13:54:53 -08:00
xubaolin
27b7ec348c
Fix Gallery subtitle not updating correctly upon selection ( #73303 )
2021-01-05 23:27:59 +08:00
Jenn Magder
d6857bc026
Build/copy macOS frameworks to built products instead of ephemeral directory ( #72378 )
2020-12-17 14:47:05 -08:00
Jenn Magder
1c18cf3da8
Move macOS Podfile logic into the tool ( #72020 )
2020-12-17 11:48:16 -08:00
xster
c980c2413e
update cupertino icons to 1.0.2 ( #72420 )
2020-12-16 12:03:51 -08:00
xster
ca82c572b7
Revert "let NOTICES be double gzip wrapped to reduce on-disk installed space ( #71899 )" ( #72438 )
2020-12-16 10:58:19 -08:00
xster
795b23ef44
Fix cupertino icons mapping which was misaligned by 1 ( #72384 )
2020-12-15 16:21:27 -08:00
xster
4ed3432e8f
let NOTICES be double gzip wrapped to reduce on-disk installed space ( #71899 )
2020-12-15 13:29:14 -08:00
Jenn Magder
1129e6f86c
Move embedding and linking macOS Flutter frameworks into the tool ( #72372 )
2020-12-15 12:05:44 -08:00
Jenn Magder
f123f64deb
Reenable module_test_ios UI tests ( #72145 )
2020-12-11 13:52:19 -08:00
Jenn Magder
a48a57d369
macos_content_validation_test integration test ( #72114 )
2020-12-11 13:52:02 -08:00
Jenn Magder
d553aa06c7
Revert "Reland Move embedding and linking macOS Flutter frameworks into the tool ( #71965 )" ( #72012 )
...
This reverts commit 0b6b3eecfe
.
2020-12-09 11:19:49 -08:00
Jenn Magder
0b6b3eecfe
Reland Move embedding and linking macOS Flutter frameworks into the tool ( #71965 )
2020-12-09 09:46:53 -08:00
Jenn Magder
c88ab79bd2
Revert "Move embedding and linking macOS Flutter frameworks into the tool ( #71764 )" ( #71951 )
...
This reverts commit 70f8fdeeed
.
2020-12-08 15:28:30 -08:00
Jenn Magder
70f8fdeeed
Move embedding and linking macOS Flutter frameworks into the tool ( #71764 )
2020-12-08 11:59:17 -08:00
Jenn Magder
e1598c96c0
Update macOS Xcode compatibilityVersion ( #71745 )
2020-12-04 18:35:19 -08:00
Ben Konyi
89ef88c64f
Ensure attaching to an application with an existing DDS instance is not treated as a fatal error ( #70847 )
2020-12-04 17:16:30 -08:00
Jenn Magder
e9abf5a940
Profiling Xcode app should use Flutter profile mode ( #71748 )
2020-12-04 16:59:19 -08:00
Jenn Magder
f0b17f3e26
Remove missing macOS RunnerUITests ( #71750 )
2020-12-04 15:58:03 -08:00
Jenn Magder
e5f2236aba
Turn off flaky module_test_ios FlutterUITests ( #71730 )
2020-12-04 10:30:13 -08:00
xubaolin
8817c0d28c
RefreshIndicator can be shown when dragging from non-zero scroll position ( #71303 )
2020-12-03 13:28:04 -08:00
Jenn Magder
60bdcf55fe
ios_host_app Podfile search paths ( #71525 )
2020-12-01 21:24:21 -08:00
Emmanuel Garcia
8dd0de7f58
Relands: Migrate template to Gradle 6.7 and AGP 4.1.0 ( #71446 )
2020-12-01 19:01:09 -08:00
Gary Roumanis
7477524db6
Upgrade deps ( #71450 )
2020-12-01 09:57:27 -08:00
Amir Hardon
7df04fdbd3
Revert "Migrate template to Gradle 6.7 and AGP 4.1.0 ( #70808 )" ( #71096 )
...
This reverts commit 8e73bab94c
.
2020-11-23 12:27:36 -08:00
Emmanuel Garcia
8e73bab94c
Migrate template to Gradle 6.7 and AGP 4.1.0 ( #70808 )
2020-11-20 13:05:35 -08:00
Greg Spencer
de884f1afe
Remove the nullOk
parameter from Navigator.of
and add Navigator.maybeOf
( #70726 )
...
Adds Navigator.maybeOf to replace calling Navigator.of(context, nullOk: true), and removes the nullOk parameter. Also changes Navigator.of to return a non-nullable value, and removes many (120!) instances of the ! operator, reducing the possible places where a null dereference could occur.
2020-11-20 09:10:46 -08:00
Dan Field
45a7a2c09e
skip flaky test ( #70881 )
...
Skip flaky iOS XCUITest
2020-11-19 15:42:09 -08:00
Jonah Williams
c6290500f8
[flutter_tools] update dependencies ( #70797 )
2020-11-18 17:29:28 -08:00
Jonah Williams
9424474793
[devicelab] update hot reload benchmark to be more representative ( #70643 )
...
update hot reload benchmark to be more representative
2020-11-18 14:54:01 -08:00
Chinmoy
830bdfa301
added none property in a DismissDirection ( #68987 )
2020-11-18 13:28:03 -08:00
Ben Konyi
4cbafda853
Roll package:dds to 1.5.1 and add isCompleted guards around completers in base/dds.dart ( #70712 )
2020-11-17 16:03:18 -08:00
Jenn Magder
9b238a1ff8
Turn off bitcode in ios_app_with_extensions to match normal Flutter projects ( #70724 )
2020-11-17 14:55:40 -08:00
Jenn Magder
95a5cbcb4a
Add extra Flutter settings to ios_app_with_extensions Podfile ( #70719 )
2020-11-17 13:44:51 -08:00
Jenn Magder
2529e358b6
Move Flutter.framework to build directory instead of ios/Flutter ( #70224 )
2020-11-17 10:09:29 -08:00
Dan Field
90ae09334d
Increase timeouts on XCUITests ( #70631 )
2020-11-16 10:21:48 -08:00
tiya
adc8a42b38
Add bottom to search bar ( #68794 )
2020-11-16 12:07:20 -05:00
Jason Simmons
b20a9f8170
Set the mixWithOthers option in the Gallery video demo ( #70396 )
...
This allows the two videos in the demo to play simultaneously
(matching the behavior from before the recent upgrade to the
video player plugin)
2020-11-12 12:07:13 -08:00
Emmanuel Garcia
0436886ed5
Future can return null ( #70324 )
2020-11-12 10:29:04 -08:00
Jonah Williams
28ecf05692
[null-safety] opt driver tests into null safety ( #70245 )
2020-11-10 16:29:13 -08:00
Greg Spencer
bbc0161669
Remove references to Window
, and switch usages to PlatformDispatcher
or SingletonFlutterWindow
( #69617 )
...
* Remove references to dart:ui.Window, and point usages to PlatformDispatcher or SingletonFlutterWindow, as appropriate
* remove new test platform dispatchers
* Amend documentation
2020-11-09 15:26:29 -08:00
Emmanuel Garcia
21e802746b
Migrate Flutter Gallery test to null safety ( #70116 )
2020-11-09 12:29:14 -08:00
Yuqian Li
8e7748e74c
Reland migration ( #69996 )
...
This reverts ae0a9cb560
and therefore relands #69629 .
Additionally, `flutter update-packages --force-upgrade` has been run to update `pubspec.yaml` to resolve the analyze test failures.
2020-11-08 20:32:04 -08:00
Michael Thomsen
e4d94f7ccd
Revert "Migrate Flutter gallery test to null safety ( #69048 )" ( #70023 )
...
This reverts commit 7ba775a994
.
2020-11-07 12:15:22 +01:00
Emmanuel Garcia
7ba775a994
Migrate Flutter gallery test to null safety ( #69048 )
2020-11-06 20:38:12 -08:00
Jonah Williams
6fe800abd5
[null-safety] remove enable experiment flags ( #69930 )
2020-11-05 23:58:11 -08:00
Dan Field
76784651d4
Move package:integration_test to flutter/flutter ( #69622 )
2020-11-05 17:28:47 -08:00
Jonah Williams
e8efde6a54
[versions] update more null safe versions ( #69892 )
2020-11-05 09:09:03 -08:00
Jonah Williams
580cacf4bd
[versions] roll versions ( #69810 )
2020-11-04 15:38:58 -08:00
Emmanuel Garcia
212967449b
Update plugins dependencies for the Gallery test ( #69630 )
2020-11-03 12:03:18 -08:00
Greg Spencer
88809aa247
Standardize dartdoc macro names ( #69445 )
2020-11-02 13:28:05 -08:00
Jonah Williams
3e41962dff
[null-safety] update tests and tool auto-detection for null safe dart ( #69405 )
...
Disable null safety auto-detection for the web
2020-10-30 13:42:54 -07:00
Yegor
2fa03438de
add web_long_running_tests shard containing long-running web tests ( #67324 )
2020-10-29 14:23:02 -07:00
Phil Quitslund
0297b0b8b3
mark test packages publish_to: none
( #69210 )
2020-10-28 11:22:17 -07:00
Jonah Williams
18f0a2288e
[flutter_tools] update to vm_service 5.2.0, update to dwds 7.0.0 ( #69067 )
...
Rolls in several fixes to web tooling, including better handling of absolute file imports. Updates to latest vm service to unblock null safety mode query
Co-authored-by: Gary Roumanis <grouma@google.com>
Co-authored-by: Anna Gringauze <annagrin@google.com>
2020-10-27 13:55:32 -07:00
Dan Field
36f9af3f55
reland driver vm_service migration ( #69126 )
...
* One more reland of "Driver vm service (#68654 )" (#69074 )" (#69077 )" (#69089 )"
This reverts commit e5814756a2
.
* pub run test
2020-10-27 11:30:24 -07:00
Dan Field
e5814756a2
Revert "Revert "Revert "Driver vm service ( #68654 )" ( #69074 )" ( #69077 )" ( #69089 )
...
This reverts commit 05ab0eba19
.
2020-10-27 01:47:03 -07:00
Dan Field
05ab0eba19
Revert "Revert "Driver vm service ( #68654 )" ( #69074 )" ( #69077 )
...
This reverts commit 19ce7a86af
.
2020-10-26 19:22:25 -07:00
Jonah Williams
19ce7a86af
Revert "Driver vm service ( #68654 )" ( #69074 )
...
This reverts commit 3ecac303b4
.
Co-authored-by: Dan Field <dfield@gmail.com>
2020-10-26 18:56:34 -07:00
Dan Field
3ecac303b4
Driver vm service ( #68654 )
...
Migrate flutter_driver to use package:vm_service
2020-10-26 17:09:14 -07:00
Yegor
7a10b46ee0
Print errors in all build modes ( #69046 )
2020-10-26 15:57:02 -07:00
Jacob MacDonald
193fe3e980
Update null safe deps to prepare for the 2.12 sdk version ( #69041 )
...
* update pinned null safety deps
* run update-packages
* add http dep to devicelab package
* rerun update-packages
2020-10-26 14:31:13 -07:00
Jacob MacDonald
78f05dfb9f
add sdk constraints where missing to prepare for nnbd flag flip ( #68611 )
2020-10-21 14:59:44 -07:00
Jonah Williams
86c6b7fa6c
Revert "update packages ( #68569 )" ( #68622 )
...
This reverts commit 5bee809409
.
2020-10-20 09:09:30 -07:00
Dan Field
5bee809409
update packages ( #68569 )
2020-10-20 08:27:02 -07:00
Jenn Magder
d81691d0f4
Revert "Build iOS apps using Swift Packages ( #68361 )" ( #68546 )
...
This reverts commit dd9323bdfb
.
2020-10-19 17:57:32 -07:00
Jenn Magder
dd9323bdfb
Build iOS apps using Swift Packages ( #68361 )
2020-10-19 15:47:04 -07:00
Ming Lyu (CareF)
92f82c7b88
Transport e2e
based perforamnce test to integration_test
and remove duplicate watchPerformance
( #67594 )
2020-10-17 20:37:03 -07:00
xster
3302a12b20
Let Flutter SDK use cupertino_icons 1.0.0 ( #65087 )
2020-10-16 22:36:01 -07:00
Alexandre Ardhuin
c0176c9ee5
use_is_even_rather_than_modulo ( #68301 )
2020-10-16 20:20:00 +02:00
Martin Kustermann
6fae89c8b5
Update package:stack_trace dependency to 1.10.0-nullsafety.4 ( #68132 )
2020-10-16 16:35:20 +02:00
Kate Lovett
cd60da784f
Migrate Scaffold SnackBars in the framework to ScaffoldMessenger ( #67946 )
2020-10-14 13:12:03 -07:00
nturgut
fda735cf31
add links missed in the first pr ( #67780 )
2020-10-12 11:23:34 -07:00
Sam Rawlins
23c7ee9deb
Bump meta to 1.3.0-nullsafety.4 ( #67744 )
2020-10-12 09:50:30 -07:00
nturgut
a755c03819
Add web e2e to the flutter/flutter repo ( #67693 )
...
* adding tests that uses integration_test (e2e) package to flutter
* change the package name for the import
* fix licenses. fix README commands. add links
* adding dependency change auto generated by the tool
* more analyzer error fixes
2020-10-09 12:24:36 -07:00
Mouad Debbar
ffcf419136
[web] Support custom url strategies ( #59797 )
2020-10-08 17:57:02 -07:00
Hans Muller
ab9373bf48
Removed remaining obsolete button widget references ( #67440 )
2020-10-07 08:45:41 -07:00
Justin McCandless
896c19a292
Characters docs ( #67361 )
2020-10-06 17:02:04 -07:00
Jonah Williams
ef6c720d40
[flutter_test] handle breaking change to test main ( #67425 )
...
* [flutter_test] handle breaking change to test main . Fixes #67382
2020-10-06 16:52:23 -07:00
Hans Muller
1a08ce7400
Updated the remaining obsolete button references in flutter_gallery ( #67437 )
2020-10-06 13:21:08 -07:00
keyonghan
74c3ea4d41
Remove deployment to play store for linux case in deploy_gallery test ( #67349 )
2020-10-05 19:12:02 -07:00
Jonah Williams
ddb01a0c81
[null-safety] add integration tests for sound null safety modes, add support for sound null safety in dart2js ( #67171 )
...
Add integration tests to verify that ddc and dart2js can be built and run in sound mode. Updates dart2js compilation to insert a language version comment into the generated entrypoint if necessary.
dart-lang/sdk#42253
2020-10-02 21:52:38 -07:00
Jacob MacDonald
b95c3d7d56
update stack_trace dep (and others) ( #67057 )
2020-10-01 09:54:07 -07:00
Ben Konyi
65a81c7cd3
Roll package:dds to 1.4.0 and update error handling ( #66836 )
2020-09-29 10:28:17 -07:00
Jonah Williams
14722d3166
[gallery] add linux and windows files to gallery example ( #66736 )
...
Check in linux and windows platform code now that they are stable, so that we could use in devicelab in the future. Removed the ICO from the windows example to avoid analysis check, and since it won't be important for benchmarking or UI tests
2020-09-28 10:07:35 -07:00
Darren Austin
11f7ff0049
Complete the migration to the TextSelectionTheme by deprecating the opt-in flag and text selection properties in ThemeData. ( #66482 )
2020-09-24 12:13:00 -07:00
Jonah Williams
90d83e37a6
[flutter_tools] register service worker after first frame event ( #66082 )
...
Registering the service worker immediately after the documented has loaded may cause SW initialization to compete with framework initialization. It was recommended to us that we defer the service worker setup until after the framework is done with setup, which should be sometime after the first frame.
To implement this, I augmented the binding setup to dispatch an event on the document after the binding has initialized. I don't see any obvious risks with this setup.
Fixes #66066
2020-09-23 18:58:05 -07:00
Greg Spencer
bbd7b97664
Change the default visual density to be adaptive based on platform. ( #66370 )
...
Based on feedback from various desktop developers, and to be consistent between the defaults and the sample code, this PR switches the default for visual density in desktop themes to be compact instead of standard.
It also removes the same setting from the sample code generated by "flutter create" because it is no longer needed now that it is the default.
2020-09-23 11:14:58 -07:00
Jacob MacDonald
9cee75ba61
update to the latest null safe packages ( #66384 )
...
Updates all null safe dependencies to versions that allow 2.10 stable and 2.11 dev releases.
Also updates flutter_goldens and flutter_goldens_client to allow 2.11 dev.
2020-09-23 11:03:29 -07:00
Yegor
905feb7771
roll source_span 1.8.0-nullsafety.2 ( #66290 )
2020-09-21 15:02:07 -07:00
Jonah Williams
689ca09cd0
[versions] update to latest source span and roll engine to 4b8477d11573d233e6791204191c0090f733b05d ( #66136 )
2020-09-19 11:22:07 -07:00
chunhtai
70f21de9de
reland always adds alert label for alert dialog in Android ( #66057 )
2020-09-17 16:17:05 -07:00
Ben Konyi
fb08acf10c
Roll packages to fix #66038 ( #66052 )
...
PR #65873 enabled DDS for non-web Flutter applications. This change
surfaced a bug where DDS would not send ServiceRegistered events to VM
service clients when they subscribed to the Service stream. This would
cause tools and tests that rely on these events (e.g., hot reload in
VSCode) to fail.
Fixes #66038 .
2020-09-17 12:28:49 -07:00
Ben Konyi
a17b330980
Reland "Re-enable the Dart Development Service (DDS) ( #64671 )" ( #65873 )
...
This reverts commit 66b01c1f29
.
* Add DDS ipv6 support
* Use --dds-port for DDS instead of hijacking --host-vmservice-port
2020-09-16 16:27:42 -07:00
Michael R Fairhurst
7f3c9b6bda
Remove unused 'dart:async' imports. ( #65568 )
2020-09-16 14:14:06 -07:00
Jenn Magder
7e27b140f0
Avoid thinning frameworks in iOS extensions ( #65198 )
2020-09-15 11:10:25 -07:00
Greg Spencer
94592acb71
Creates a way to test private APIs in the Flutter package. ( #65505 )
2020-09-13 15:52:03 -07:00
Ben Konyi
577de1c44e
Roll forward package:test to 1.16.0-nullsafety.4 to prepare for ( #65571 )
2020-09-10 15:55:03 -07:00
Yuqian Li
484f3f2646
Add FrameTiming delay to watchPerformance ( #64780 )
2020-09-02 11:15:08 -07:00
Pedro Massango
7fdd9218b0
Proposal: deprecate autovalidate parameter of the Form, FormField and TextFormField widget ( #61648 )
2020-09-02 11:15:05 -07:00
Zachary Anderson
dff7ea1c4f
Revert "Avoid thinning frameworks in iOS extensions ( #64674 )" ( #64829 )
...
This reverts commit ce9cde8c4e
.
2020-08-28 15:23:22 -07:00
Jenn Magder
ce9cde8c4e
Avoid thinning frameworks in iOS extensions ( #64674 )
2020-08-28 10:43:04 -07:00
Ming Lyu (CareF)
d30e36ba8c
migrate flutter_gallery_sksl_warmup__transition_perf to e2e ( #64275 )
2020-08-21 19:36:03 -07:00
Yuqian Li
6f0ea92709
Change typo profileDemos to restDemos ( #64364 )
2020-08-21 15:36:04 -07:00
Jim Graham
9e86e9fb1e
report list of detail files so devicelab can save them ( #64009 )
2020-08-20 10:58:25 -07:00
Jonah Williams
04f7c9d52e
[flutter_tools] update dwds, roll to null-safe file and process ( #64195 )
...
Update to latest dwds, file-nullsafety, and process-nullsafety for #62886
2020-08-19 16:59:52 -07:00
Jonah Williams
829ef147d1
[null-safety] roll to null-safe platform ( #64160 )
2020-08-19 15:47:08 -07:00
Jonah Williams
1b69983c6d
[versions] update gallery, roll versions ( #64067 )
2020-08-19 08:07:15 -07:00
Jonah Williams
39c735f408
[flutter_tools] correctly forward error only stdout in non-verbose modes ( #63815 )
2020-08-18 16:56:05 -07:00
Dan Field
d1583fc39b
drop xcpretty for tests ( #63804 )
2020-08-14 20:09:41 -07:00
MH Johnson
bee9522f18
[Text Scaling][Material] Update BottomNavigationBar to show tooltips on long press. ( #59127 )
2020-08-13 22:53:27 -04:00