Jonah Williams
b678d0adec
[flutter_tools] remove globals and mocks from android gradle builder and test ( #76416 )
2021-02-19 21:07:43 -08:00
engine-flutter-autoroll
e204b89656
127c77228 [image_picker] NNBD stable (flutter/plugins#3579) ( #76428 )
2021-02-19 20:11:03 -08:00
Jenn Magder
841f2e082e
Do not show plugin embedding warning with missing example app ( #76406 )
2021-02-19 17:41:02 -08:00
Sam Rawlins
c6a74e0a5e
Remove "unnecessary" imports. ( #76159 )
2021-02-19 17:36:02 -08:00
engine-flutter-autoroll
a070146ebf
Roll Plugins from fa95cde07812 to f6c2ed4f3c5a (12 revisions) ( #76424 )
...
* 982e1ca54 [path_provider] Migrate examples to null-safety (flutter/plugins#3559 )
* e8b38f6e0 [image_picker_for_web] Add doc comments to point out that some arguments aren't supported on the web (flutter/plugins#3566 )
* 849f25818 [google_maps_flutter] Migrate to NNBD (flutter/plugins#3548 )
* 231553133 [url_launcher] Bump platform interface package to stable NNBD (flutter/plugins#3570 )
* 0638189d6 [in_app_purchase] Migrate to NNBD (flutter/plugins#3555 )
* 6c10217bb [path_provider] Bump platform interface package to stable NNBD (flutter/plugins#3568 )
* 51c6eac1a [flutter_plugin_android_lifecycle] Bump version for NNBD stable (flutter/plugins#3569 )
* 72cbcacfe [package_info] Bump version for NNBD stable (flutter/plugins#3571 )
* 4f31f3fa6 [image_picker_platform_interface] Bump NNBD version to stable (flutter/plugins#3573 )
* 5817241b8 [flutter_plugin_android_lifecycle-sdk] Update Flutter SDK constraint
* 8e3893502 [path_provider] Bump platform packages to NNBD stable (flutter/plugins#3575 )
* f6c2ed4f3 [image_picker] use nnbd version of deps to resolve ci failure (flutter/plugins#3580 )
2021-02-19 16:51:33 -08: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
Jason Simmons
5c004eaf65
Roll Gallery (required by the latest engine update and Dart SDK) ( #76409 )
2021-02-19 14:45:54 -08:00
Jonah Williams
75470a0051
[flutter_tools] unify gradle/android sdk reinitialize checks in cache.dart ( #76342 )
2021-02-19 13:47:12 -08:00
engine-flutter-autoroll
c45e459e6c
Roll Engine from 6993cb229b99 to b793775d2a01 (73 revisions) ( #76404 )
2021-02-19 13:46:04 -08:00
George Wright
3f4544611c
Revert "Reland "Roll Engine from 6993cb229b99 to c217d9d06e4f (60 revisions) ( #76352 )" ( #76394 )" ( #76403 )
...
This reverts commit 562f53bf52346d914a3968cd018ce49a981b895d.
2021-02-19 12:39:59 -08:00
Jason Simmons
562f53bf52
Reland "Roll Engine from 6993cb229b99 to c217d9d06e4f (60 revisions) ( #76352 )" ( #76394 )
...
This reverts commit c310717af2c4cc26e2d5cb803bb18f7da4aa4382.
Also update Gallery to a version that is compatible with this roll.
2021-02-19 11:32:59 -08:00
Darren Austin
539510b4a1
Added the ability to bring up the date picker dialogs in calendar or text input only modes that don't allow the user to switch. ( #76343 )
2021-02-19 11:30:59 -08:00
chunhtai
a46139a2ce
fixes TextInputFormatter gets wrong old value of a selection ( #75541 )
2021-02-19 11:16:02 -08:00
Emmanuel Garcia
b7d4806243
Implement dartPluginClass support for plugins ( #74469 )
2021-02-19 09:22:45 -08:00
engine-flutter-autoroll
d9fca66af2
fa95cde07 [video_player_web] Ignore mixWithOthers option (flutter/plugins#3561) ( #76369 )
2021-02-19 09:21:04 -08:00
Zachary Anderson
c310717af2
Revert "Roll Engine from 6993cb229b99 to c217d9d06e4f (60 revisions) ( #76352 )" ( #76385 )
...
This reverts commit bb3e64dae65173c8eaf67d6adea8adce167d84aa.
2021-02-19 08:32:52 -08:00
engine-flutter-autoroll
bb3e64dae6
Roll Engine from 6993cb229b99 to c217d9d06e4f (60 revisions) ( #76352 )
2021-02-18 21:36:03 -08:00
engine-flutter-autoroll
a7acac141e
d2c011f80 [shared_preferences] Migrate examples to NNBD (flutter/plugins#3564) ( #76356 )
2021-02-18 20:56:03 -08:00
Jenn Magder
62d8969203
Adopt Artifacts.test(localEngine:) in a few tests ( #76354 )
2021-02-18 19:31:03 -08:00
Jenn Magder
6fec8b3679
Remove mockito from windows_device_test ( #76355 )
2021-02-18 19:26:02 -08:00
engine-flutter-autoroll
69775c5d0a
4290d18f0 [webview_flutter] Support for loading progress tracking (flutter/plugins#2151) ( #76348 )
2021-02-18 17:21:02 -08:00
engine-flutter-autoroll
934dfde42f
f12533134 [shared_preferences] fix crash when list type is dynaimc (flutter/plugins#3565) ( #76346 )
2021-02-18 16:16:03 -08:00
Jonah Williams
6b14558a68
[flutter_tools] remove global usage of flutterUsage from gradle ( #76330 )
2021-02-18 15:52:00 -08:00
Jenn Magder
050d49ae42
Upload logs before failing module_test_ios ( #76341 )
2021-02-18 15:38:24 -08:00
engine-flutter-autoroll
2659d6d18e
73a75b8a7 Migrate plugin_platform_interface to v2 stable, null-safe (flutter/plugins#3543) ( #76333 )
2021-02-18 14:51:04 -08:00
creativecreatorormaybenot
c51fba9736
Improve lifecycle docs ( #76021 )
2021-02-18 14:31:03 -08:00
Sam Rawlins
ba58ad0385
Remove "unnecessary" imports in test/general.shard ( #75954 )
2021-02-18 13:38:24 -08:00
Jenn Magder
4436334f8a
Adopt TestUsage in flutter_command_test ( #76282 )
2021-02-18 12:52:04 -08:00
Jonah Williams
04182572f7
[flutter_tools] allow bypassing context for FlutterProject creation, remove fromPath ( #76258 )
2021-02-18 12:36:04 -08:00
Chinmoy
c785efadda
Fixed improper assertion of maxCrossAxisExtent ( #75095 )
2021-02-18 14:26:11 -06:00
Gary Qian
ba5cc2cba4
[flutter_tools] Deferred components setup validator ( #75739 )
2021-02-18 12:01:03 -08:00
Jonah Williams
bfcb43d2fc
[flutter_tools] remove local engine from globals in gradle ( #76277 )
2021-02-18 11:30:44 -08:00
Fitz
7233d9639c
Add missing widget of the week video links to API docs ( #76251 )
2021-02-18 11:26:04 -08:00
engine-flutter-autoroll
9254500f79
f784207d0 Publish check ignores prerelease sdk (flutter/plugins#3560) ( #76319 )
2021-02-18 11:16:03 -08:00
Jenn Magder
e5b5e1475c
Adopt FakeProcess, remove MockProcess ( #76276 )
2021-02-18 11:13:26 -08:00
Kate Lovett
1bf6683399
Scrollbar updates for native Android behavior ( #76173 )
2021-02-18 11:11:04 -08:00
engine-flutter-autoroll
03aaf062c6
Roll Plugins from 6d8ea78c5da1 to 361567b9189c (4 revisions) ( #76308 )
2021-02-18 08:51:03 -08:00
fzyzcjy
1b819a047b
Correct the unit of file size from "kb" (maybe "kilo bits") to "KB" ( #76033 )
2021-02-18 08:46:03 -08:00
Hans Muller
4d78435a18
Removed ButtonBar from the Scaffold and About widgets ( #76246 )
2021-02-18 08:32:04 -08:00
Jenn Magder
23e41734e5
Swap Mocks to Fakes in config_test ( #76274 )
2021-02-18 00:46:02 -08:00
Abhishek Ghaskata
86d6d17a4f
removed a14n todos ( #76278 )
2021-02-18 09:41:03 +01:00
Jenn Magder
36203142df
Delete MockResidentCompiler ( #76280 )
2021-02-18 00:01:04 -08:00
Jenn Magder
5e61466794
Adopt FileExceptionHandler in a few tests ( #76279 )
2021-02-17 23:41:04 -08:00
Jenn Magder
90531179f5
MockProcessManager -> FakeProcessManager in os_test ( #76264 )
2021-02-17 23:21:02 -08:00
Jonah Williams
d65c98b4a2
[flutter_tools] replace some mock file/directories with new op handle ( #76268 )
2021-02-17 21:26:03 -08:00
Ian Hickson
341984237e
Const constructor audit. ( #76162 )
2021-02-17 19:46:04 -08:00
Jenn Magder
d3c8a0bd25
Remove mocks from visual_studio_test ( #76260 )
2021-02-17 19:40:51 -08:00
Jenn Magder
805fffd11b
Swap Mocks to Fakes in build_fuchsia_test ( #76266 )
2021-02-17 19:37:31 -08:00
Jonah Williams
db1e9f053f
update all packages ( #76254 )
2021-02-17 17:33:56 -08:00
Jonah Williams
555721de24
[flutter_tools] remove mock process manager from gradle tests ( #76252 )
2021-02-17 17:00:12 -08:00