-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
f: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.found in release: 3.7Found to occur in 3.7Found to occur in 3.7found in release: 3.8Found to occur in 3.8Found to occur in 3.8frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
Steps to Reproduce
- Add a
DropdownMenuwidget to your app - Set the
widthproperty toMediaQuery.of(context).size.width - Run the code, then resize the window
Expected results:
When resizing the window, the DropdownMenu should resize accordingly.
Actual results:
The DropdownMenu does not resize when the window is resized.
demo.mp4
Code sample
DropdownMenu(
width: MediaQuery.of(context).size.width,
dropdownMenuEntries: const [
DropdownMenuEntry(value: 1, label: "One"),
DropdownMenuEntry(value: 2, label: "Two"),
DropdownMenuEntry(value: 3, label: "Three"),
],
),I dug into the DropdownMenu code to see how the width is calculated. It's taking the width specified and passing it into the menuStyle property for the minimumSize. When I specify the width using this method, the minimumSize is completely ignored.
DropdownMenu(
// width: MediaQuery.of(context).size.width,
menuStyle: MenuStyle(
minimumSize: MaterialStatePropertyAll(
Size(MediaQuery.of(context).size.width, 0.0),
),
),
dropdownMenuEntries: const [
DropdownMenuEntry(value: 1, label: "One"),
DropdownMenuEntry(value: 2, label: "Two"),
DropdownMenuEntry(value: 3, label: "Three"),
],
),Logs
[ +28 ms] executing: [C:\Users\hans\bin\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +201 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +2 ms] 9944297138845a94256f1cf37beb88ff9a8e811a
[ ] executing: [C:\Users\hans\bin\flutter/] git tag --points-at 9944297138845a94256f1cf37beb88ff9a8e811a
[ +319 ms] Exit code 0 from: git tag --points-at 9944297138845a94256f1cf37beb88ff9a8e811a
[ +1 ms] 3.7.3
[ +35 ms] executing: [C:\Users\hans\bin\flutter/] git rev-parse --abbrev-ref --symbolic @{upstream}
[ +172 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[ ] origin/stable
[ ] executing: [C:\Users\hans\bin\flutter/] git ls-remote --get-url origin
[ +165 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ +200 ms] executing: [C:\Users\hans\bin\flutter/] git rev-parse --abbrev-ref HEAD
[ +186 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ +1 ms] stable
[ +128 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +6 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +167 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +11 ms] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +277 ms] Skipping pub get: version match.
[ +753 ms] Generating C:\Users\hans\test\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java
[ +268 ms] Initializing file store
[ +22 ms] Skipping target: gen_localizations
[ +16 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: C:\Users\hans\test\.dart_tool\package_config_subset}
[ +126 ms] gen_dart_plugin_registrant: Complete
[ +5 ms] Skipping target: _composite
[ +5 ms] complete
[ +14 ms] Launching lib\main.dart on Windows in debug mode...
[ +13 ms] C:\Users\hans\bin\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev C:\Users\hans\bin\flutter\bin\cache\dart-sdk\bin\snapshots\frontend_server.dart.snapshot --sdk-root
C:\Users\hans\bin\flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --incremental --target=flutter --experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill
C:\Users\hans\AppData\Local\Temp\flutter_tools.61f11930\flutter_tool.36f96a88\app.dill --packages C:\Users\hans\test\.dart_tool\package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts
--track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build\c075001b96339384a97db4862b8ab8db.cache.dill.track.dill --verbosity=error --enable-experiment=alternative-invalidation-strategy
[ +78 ms] executing: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe -format json -products * -utf8 -latest -version 16 -requires Microsoft.VisualStudio.Workload.NativeDesktop
Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.VC.CMake.Project
[ +100 ms] Exit code 0 from: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe -format json -products * -utf8 -latest -version 16 -requires Microsoft.VisualStudio.Workload.NativeDesktop
Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.VC.CMake.Project
[ +1 ms] [
{
"instanceId": "d37c33e8",
"installDate": "2021-12-02T01:46:13Z",
"installationName": "VisualStudio/17.4.4+33213.308",
"installationPath": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community",
"installationVersion": "17.4.33213.308",
"productId": "Microsoft.VisualStudio.Product.Community",
"productPath": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\IDE\\devenv.exe",
"state": 4294967295,
"isComplete": true,
"isLaunchable": true,
"isPrerelease": false,
"isRebootRequired": false,
"displayName": "Visual Studio Community 2022",
"description": "Powerful IDE, free for students, open-source contributors, and individuals",
"channelId": "VisualStudio.17.Release",
"channelUri": "https://aka.ms/vs/17/release/channel",
"enginePath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\resources\\app\\ServiceHub\\Services\\Microsoft.VisualStudio.Setup.Service",
"installedChannelId": "VisualStudio.17.Release",
"installedChannelUri": "https://aka.ms/vs/17/release/channel",
"releaseNotes": "https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes-v17.4#17.4.4",
"thirdPartyNotices": "https://go.microsoft.com/fwlink/?LinkId=661288",
"updateDate": "2023-02-03T03:36:02.7129112Z",
"catalog": {
"buildBranch": "d17.4",
"buildVersion": "17.4.33213.308",
"id": "VisualStudio/17.4.4+33213.308",
"localBuild": "build-lab",
"manifestName": "VisualStudio",
"manifestType": "installer",
"productDisplayVersion": "17.4.4",
"productLine": "Dev17",
"productLineVersion": "2022",
"productMilestone": "RTW",
"productMilestoneIsPreRelease": "False",
"productName": "Visual Studio",
"productPatchVersion": "4",
"productPreReleaseMilestoneSuffix": "1.0",
"productSemanticVersion": "17.4.4+33213.308",
"requiredEngineVersion": "3.4.2246.31370"
},
"properties": {
"campaignId": "538",
"channelManifestId": "VisualStudio.17.Release/17.4.4+33213.308",
"nickname": "",
"setupEngineFilePath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\setup.exe"
}
}
]
[ +9 ms] Building Windows application...
[ +40 ms] <- compile package:demo/main.dart
[ +5 ms] executing: C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -S C:\Users\hans\test\windows -B build\windows -G Visual Studio 17 2022
[ +248 ms] -- Configuring done
[ +415 ms] -- Generating done
[ +32 ms] -- Build files have been written to: C:/Users/hans/test/build/windows
[ +14 ms] executing: C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe --build build\windows --config Debug --target INSTALL --verbose
[ +354 ms] MSBuild version 17.4.1+9a89d02ff for .NET Framework
[ +126 ms] Build started 2/12/2023 6:33:18 PM.
[ +615 ms] Project "C:\Users\hans\test\build\windows\INSTALL.vcxproj" on node 1 (default targets).
[ +4 ms] Project "C:\Users\hans\test\build\windows\INSTALL.vcxproj" (1) is building "C:\Users\hans\test\build\windows\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
[ +11 ms] InitializeBuildStatus:
[ +4 ms] Creating "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[ +48 ms] CustomBuild:
[ +2 ms] All outputs are up-to-date.
[ +120 ms] FinalizeBuildStatus:
[ +1 ms] Deleting file "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
[ +2 ms] Touching "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
[ +22 ms] Done Building Project "C:\Users\hans\test\build\windows\ZERO_CHECK.vcxproj" (default targets).
[ +265 ms] Project "C:\Users\hans\test\build\windows\INSTALL.vcxproj" (1) is building "C:\Users\hans\test\build\windows\ALL_BUILD.vcxproj" (3) on node 1 (default targets).
[ +1 ms] Project "C:\Users\hans\test\build\windows\ALL_BUILD.vcxproj" (3) is building "C:\Users\hans\test\build\windows\flutter\flutter_wrapper_app.vcxproj" (4) on node 1 (default targets).
[ +1 ms] Project "C:\Users\hans\test\build\windows\flutter\flutter_wrapper_app.vcxproj" (4) is building "C:\Users\hans\test\build\windows\flutter\flutter_assemble.vcxproj" (5) on node 1 (default targets).
[ +1 ms] InitializeBuildStatus:
[ +1 ms] Creating "x64\Debug\flutter_assemble\flutter_assemble.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[ +18 ms] CustomBuild:
[ +11 ms] "The build of 'C:\Users\hans\test\build\windows\CMakeFiles\e20d9b4b27898fbba01a4b401d77d7d7\flutter_assemble.rule' depends on 'C:\USERS\HANS\TEST\WINDOWS\FLUTTER\EPHEMERAL\FLUTTER_WINDOWS.DLL' which is produced by the
build of 'C:\Users\hans\test\build\windows\CMakeFiles\9e04d3d9c5dc63de0113776dcf1adc9f\flutter_windows.dll.rule'. The items cannot be built in parallel."
[ +228 ms] Generating C:/Users/hans/test/windows/flutter/ephemeral/flutter_windows.dll, C:/Users/hans/test/windows/flutter/ephemeral/flutter_export.h, C:/Users/hans/test/windows/flutter/ephemeral/flutter_windows.h,
C:/Users/hans/test/windows/flutter/ephemeral/flutter_messenger.h, C:/Users/hans/test/windows/flutter/ephemeral/flutter_plugin_registrar.h, C:/Users/hans/test/windows/flutter/ephemeral/flutter_texture_registrar.h,
C:/Users/hans/test/windows/flutter/ephemeral/cpp_client_wrapper/core_implementations.cc, C:/Users/hans/test/windows/flutter/ephemeral/cpp_client_wrapper/standard_codec.cc,
C:/Users/hans/test/windows/flutter/ephemeral/cpp_client_wrapper/plugin_registrar.cc, C:/Users/hans/test/windows/flutter/ephemeral/cpp_client_wrapper/flutter_engine.cc,
C:/Users/hans/test/windows/flutter/ephemeral/cpp_client_wrapper/flutter_view_controller.cc, _phony_
[+1066 ms] [ +22 ms] executing: [C:\Users\hans\bin\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +208 ms] [ +238 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +1 ms] [ +1 ms] 9944297138845a94256f1cf37beb88ff9a8e811a
[ +1 ms] [ ] executing: [C:\Users\hans\bin\flutter/] git tag --points-at 9944297138845a94256f1cf37beb88ff9a8e811a
[ +302 ms] [ +304 ms] Exit code 0 from: git tag --points-at 9944297138845a94256f1cf37beb88ff9a8e811a
[ +1 ms] [ ] 3.7.3
[ +42 ms] [ +35 ms] executing: [C:\Users\hans\bin\flutter/] git rev-parse --abbrev-ref HEAD
[ +190 ms] [ +198 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] [ ] stable
[ +103 ms] [ +103 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ +86 ms] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ +33 ms] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ +15 ms] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +3 ms] [ +8 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ +6 ms] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ +2 ms] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ +3 ms] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ +21 ms] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ +4 ms] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ +2 ms] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +122 ms] [ +291 ms] executing: [C:\Users\hans\bin\flutter/] git rev-parse --abbrev-ref --symbolic @{upstream}
[ +196 ms] [ +193 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[ +1 ms] [ ] origin/stable
[ +1 ms] [ ] executing: [C:\Users\hans\bin\flutter/] git ls-remote --get-url origin
[ +213 ms] [ +219 ms] Exit code 0 from: git ls-remote --get-url origin
[ +2 ms] [ ] https://github.com/flutter/flutter.git
[ +2 ms] [ +1 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[ +22 ms] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ +3 ms] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ +2 ms] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ +2 ms] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +2 ms] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[ +5 ms] [ +4 ms] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ +2 ms] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +2 ms] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ +2 ms] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ +2 ms] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ +2 ms] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[ +94 ms] [ +150 ms] Initializing file store
[ +37 ms] [ +37 ms] Done initializing file store
[ +122 ms] [ +122 ms] Skipping target: gen_localizations
[ +33 ms] [ +32 ms] Skipping target: gen_dart_plugin_registrant
[+8674 ms] [+8674 ms] Skipping target: unpack_windows
[+1226 ms] [+1226 ms] kernel_snapshot: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: C:\Users\hans\test\lib\main.dart}
[ +31 ms] [ +30 ms] C:\Users\hans\bin\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev C:\Users\hans\bin\flutter\bin\cache\dart-sdk\bin\snapshots\frontend_server.dart.snapshot --sdk-root
C:\Users\hans\bin\flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --target=flutter --no-print-incremental-dependencies -DFLUTTER_WEB_AUTO_DETECT=true -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts
--track-widget-creation --packages C:\Users\hans\test\.dart_tool\package_config.json --output-dill C:\Users\hans\test\.dart_tool\flutter_build\d1cc59c1147db371d615c38efb7587b6\app.dill --depfile
C:\Users\hans\test\.dart_tool\flutter_build\d1cc59c1147db371d615c38efb7587b6\kernel_snapshot.d --incremental --initialize-from-dill C:\Users\hans\test\.dart_tool\flutter_build\d1cc59c1147db371d615c38efb7587b6\app.dill --verbosity=error
package:demo/main.dart
[+2900 ms] [+2901 ms] kernel_snapshot: Complete
[+1218 ms] [+1218 ms] debug_bundle_windows_assets: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents:
C:\Users\hans\test\.dart_tool\flutter_build\d1cc59c1147db371d615c38efb7587b6\app.dill}
[ +413 ms] [ +413 ms] shaderc command: [C:\Users\hans\bin\flutter\bin\cache\artifacts\engine\windows-x64\impellerc.exe, --sksl, --iplr, --sl=C:\Users\hans\test\build\flutter_assets\shaders/ink_sparkle.frag,
--spirv=C:\Users\hans\test\build\flutter_assets\shaders/ink_sparkle.frag.spirv, --input=C:\Users\hans\bin\flutter\packages\flutter\lib\src\material\shaders\ink_sparkle.frag, --input-type=frag, --remap-samplers,
--include=C:\Users\hans\bin\flutter\packages\flutter\lib\src\material\shaders, --include=C:\Users\hans\bin\flutter\bin\cache\artifacts\engine\windows-x64\shader_lib]
[ +687 ms] [ +688 ms] debug_bundle_windows_assets: Complete
[ +658 ms] [ +658 ms] Persisting file store
[ +24 ms] [ +23 ms] Done persisting file store
[ +13 ms] [ +15 ms] build succeeded.
[ +29 ms] [ +28 ms] "flutter assemble" took 17,226ms.
[ +22 ms] [ +22 ms] ensureAnalyticsSent: 9ms
[ +12 ms] [ +1 ms] Running 0 shutdown hooks
[ +3 ms] [ ] Shutdown hooks complete
[ +3 ms] [ ] exiting with code 0
[+1195 ms] FinalizeBuildStatus:
[ +2 ms] Deleting file "x64\Debug\flutter_assemble\flutter_assemble.tlog\unsuccessfulbuild".
[ +2 ms] Touching "x64\Debug\flutter_assemble\flutter_assemble.tlog\flutter_assemble.lastbuildstate".
[ +1 ms] Done Building Project "C:\Users\hans\test\build\windows\flutter\flutter_assemble.vcxproj" (default targets).
[ +31 ms] InitializeBuildStatus:
[ +2 ms] Creating "flutter_wrapper_app.dir\Debug\flutter_.C056886D.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[ +5 ms] CustomBuild:
[ +2 ms] All outputs are up-to-date.
[ +175 ms] ClCompile:
[ +2 ms] All outputs are up-to-date.
[ +65 ms] Lib:
[ +1 ms] All outputs are up-to-date.
[ +3 ms] flutter_wrapper_app.vcxproj -> C:\Users\hans\test\build\windows\flutter\Debug\flutter_wrapper_app.lib
[ +50 ms] FinalizeBuildStatus:
[ +3 ms] Deleting file "flutter_wrapper_app.dir\Debug\flutter_.C056886D.tlog\unsuccessfulbuild".
[ +1 ms] Touching "flutter_wrapper_app.dir\Debug\flutter_.C056886D.tlog\flutter_wrapper_app.lastbuildstate".
[ +1 ms] Done Building Project "C:\Users\hans\test\build\windows\flutter\flutter_wrapper_app.vcxproj" (default targets).
[ +84 ms] Project "C:\Users\hans\test\build\windows\ALL_BUILD.vcxproj" (3) is building "C:\Users\hans\test\build\windows\flutter\flutter_wrapper_plugin.vcxproj" (6) on node 1 (default targets).
[ +1 ms] InitializeBuildStatus:
[ +2 ms] Creating "flutter_wrapper_plugin.dir\Debug\flutter_.8DD20313.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[ +5 ms] CustomBuild:
[ +1 ms] All outputs are up-to-date.
[ +28 ms] ClCompile:
[ +5 ms] All outputs are up-to-date.
[ +17 ms] Lib:
[ +2 ms] All outputs are up-to-date.
[ +3 ms] flutter_wrapper_plugin.vcxproj -> C:\Users\hans\test\build\windows\flutter\Debug\flutter_wrapper_plugin.lib
[ +28 ms] FinalizeBuildStatus:
[ ] Deleting file "flutter_wrapper_plugin.dir\Debug\flutter_.8DD20313.tlog\unsuccessfulbuild".
[ +2 ms] Touching "flutter_wrapper_plugin.dir\Debug\flutter_.8DD20313.tlog\flutter_wrapper_plugin.lastbuildstate".
[ +1 ms] Done Building Project "C:\Users\hans\test\build\windows\flutter\flutter_wrapper_plugin.vcxproj" (default targets).
[ +96 ms] Project "C:\Users\hans\test\build\windows\ALL_BUILD.vcxproj" (3) is building "C:\Users\hans\test\build\windows\runner\test.vcxproj" (7) on node 1 (default targets).
[ +1 ms] InitializeBuildStatus:
[ +3 ms] Creating "test.dir\Debug\test.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[ +5 ms] CustomBuild:
[ +2 ms] All outputs are up-to-date.
[ +78 ms] ClCompile:
[ +1 ms] C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\bin\HostX64\x64\CL.exe /c /IC:\Users\hans\test\windows /IC:\Users\hans\test\windows\flutter\ephemeral
/IC:\Users\hans\test\windows\flutter\ephemeral\cpp_client_wrapper\include /Zi /nologo /W4 /WX /diagnostics:column /Od /Ob0 /D _UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D _HAS_EXCEPTIONS=0 /D _DEBUG /D NOMINMAX /D UNICODE /D _UNICODE /D
"CMAKE_INTDIR=\"Debug\"" /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++17 /Fo"test.dir\Debug\\" /Fd"test.dir\Debug\vc143.pdb" /external:W4 /Gd /TP /wd4100 /errorReport:queue
C:\Users\hans\test\windows\flutter\generated_plugin_registrant.cc C:\Users\hans\test\windows\runner\flutter_window.cpp
[ +171 ms] generated_plugin_registrant.cc
[+1040 ms] flutter_window.cpp
[+2017 ms] Generating Code...
[ +201 ms] ResourceCompile:
[ +1 ms] All outputs are up-to-date.
[ +105 ms] Link:
[ +1 ms] C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\hans\test\build\windows\runner\Debug\test.exe" /INCREMENTAL
/ILK:"test.dir\Debug\test.ilk" /NOLOGO ..\flutter\Debug\flutter_wrapper_app.lib C:\Users\hans\test\windows\flutter\ephemeral\flutter_windows.dll.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib
uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /manifestinput:C:\Users\hans\test\windows\runner\runner.exe.manifest /DEBUG
/PDB:"C:/Users/hans/test/build/windows/runner/Debug/test.pdb" /SUBSYSTEM:WINDOWS /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/hans/test/build/windows/runner/Debug/test.lib" /MACHINE:X64 /machine:x64 test.dir\Debug\Runner.res
[ +3 ms] test.dir\Debug\flutter_window.obj
[ +5 ms] test.dir\Debug\main.obj
[ +26 ms] test.dir\Debug\utils.obj
[ +2 ms] test.dir\Debug\win32_window.obj
[ +2 ms] test.dir\Debug\generated_plugin_registrant.obj
[ +452 ms] test.vcxproj -> C:\Users\hans\test\build\windows\runner\Debug\test.exe
[ +18 ms] FinalizeBuildStatus:
[ +1 ms] Deleting file "test.dir\Debug\test.tlog\unsuccessfulbuild".
[ +1 ms] Touching "test.dir\Debug\test.tlog\test.lastbuildstate".
[ +1 ms] Done Building Project "C:\Users\hans\test\build\windows\runner\test.vcxproj" (default targets).
[ +29 ms] InitializeBuildStatus:
[ +2 ms] Creating "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[ +5 ms] CustomBuild:
[ +2 ms] All outputs are up-to-date.
[ +26 ms] FinalizeBuildStatus:
[ ] Deleting file "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild".
[ +1 ms] Touching "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\ALL_BUILD.lastbuildstate".
[ +3 ms] Done Building Project "C:\Users\hans\test\build\windows\ALL_BUILD.vcxproj" (default targets).
[ +20 ms] InitializeBuildStatus:
[ +3 ms] Creating "x64\Debug\INSTALL\INSTALL.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[ +136 ms] PostBuildEvent:
[ +1 ms] setlocal
[ +5 ms] "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -DBUILD_TYPE=Debug -P cmake_install.cmake
[ +9 ms] if %errorlevel% neq 0 goto :cmEnd
[ +12 ms] :cmEnd
[ +9 ms] endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
[ +2 ms] :cmErrorLevel
[ +2 ms] exit /b %1
[ +3 ms] :cmDone
[ +2 ms] if %errorlevel% neq 0 goto :VCEnd
[ +2 ms] :VCEnd
[ +95 ms] -- Install configuration: "Debug"
[ +174 ms] -- Up-to-date: C:/Users/hans/test/build/windows/runner/Debug/data/icudtl.dat
[ ] -- Up-to-date: C:/Users/hans/test/build/windows/runner/Debug/flutter_windows.dll
[ +30 ms] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets
[ +2 ms] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets/AssetManifest.json
[ +22 ms] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets/assets
[ +16 ms] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets/FontManifest.json
[ +23 ms] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets/fonts
[ ] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets/fonts/MaterialIcons-Regular.otf
[ ] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets/kernel_blob.bin
[ +355 ms] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets/NOTICES
[ +14 ms] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets/NOTICES.Z
[ +5 ms] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets/packages
[ +2 ms] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets/packages/cupertino_icons
[ +3 ms] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets/packages/cupertino_icons/assets
[ +3 ms] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf
[ +4 ms] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets/packages/yaru
[ +1 ms] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets/packages/yaru/src
[ +1 ms] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets/packages/yaru/src/text
[ +1 ms] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets/packages/yaru/src/text/fonts
[ +2 ms] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets/shaders
[ +2 ms] -- Installing: C:/Users/hans/test/build/windows/runner/Debug/data/flutter_assets/shaders/ink_sparkle.frag
[ +36 ms] FinalizeBuildStatus:
[ ] Deleting file "x64\Debug\INSTALL\INSTALL.tlog\unsuccessfulbuild".
[ +2 ms] Touching "x64\Debug\INSTALL\INSTALL.tlog\INSTALL.lastbuildstate".
[ +1 ms] Done Building Project "C:\Users\hans\test\build\windows\INSTALL.vcxproj" (default targets).
[ +8 ms] Build succeeded.
[ +1 ms] 0 Warning(s)
[ ] 0 Error(s)
[ +1 ms] Time Elapsed 00:00:27.35
[ +66 ms] Building Windows application... (completed in 28.6s)
[ +655 ms] Observatory URL on device: http://127.0.0.1:55169/OlCF3nUvV2Y=/
[ +13 ms] Caching compiled dill
[ +99 ms] Connecting to service protocol: http://127.0.0.1:55169/OlCF3nUvV2Y=/
[ +381 ms] Launching a Dart Developer Service (DDS) instance at http://127.0.0.1:0, connecting to VM service at http://127.0.0.1:55169/OlCF3nUvV2Y=/.
[ +222 ms] DDS is listening at http://127.0.0.1:55178/rGD7hWBIH80=/.
[ +147 ms] Successfully connected to service protocol: http://127.0.0.1:55169/OlCF3nUvV2Y=/
[ +43 ms] DevFS: Creating new filesystem on the device (null)
[ +46 ms] DevFS: Created new filesystem on the device (file:///C:/Users/hans/AppData/Local/Temp/testa1c38d57/test/)
[ +16 ms] Updating assets
[ +320 ms] Syncing files to device Windows...
[ +4 ms] Compiling dart to kernel with 0 updated files
[ +1 ms] Processing bundle.
[ +3 ms] <- recompile package:demo/main.dart 9d4ce537-3cd8-4e38-a40c-83b1858eeee0
[ +1 ms] <- 9d4ce537-3cd8-4e38-a40c-83b1858eeee0
[ +6 ms] Bundle processing done.
[ +230 ms] Updating files.
[ +1 ms] DevFS: Sync finished
[ +4 ms] Syncing files to device Windows... (completed in 252ms)
[ +2 ms] Synced 0.0MB.
[ +3 ms] <- accept
[ +49 ms] Connected to _flutterView/0x200de8b43e0.
[ +8 ms] Flutter run key commands.
[ +8 ms] r Hot reload.
[ +47 ms] R Hot restart.
[ +8 ms] h List all available interactive commands.
[ +4 ms] d Detach (terminate "flutter run" but leave application running).
[ +2 ms] c Clear the screen
[ +2 ms] q Quit (terminate the application on the device).
[ +2 ms] Running with sound null safety
[ +4 ms] An Observatory debugger and profiler on Windows is available at: http://127.0.0.1:55178/rGD7hWBIH80=/
[ +712 ms] The Flutter DevTools debugger and profiler on Windows is available at: http://127.0.0.1:9102?uri=http://127.0.0.1:55178/rGD7hWBIH80=/
[+19918 ms] Application finished.
Analyzing test...
No issues found! (ran in 4.7s)
[√] Flutter (Channel stable, 3.7.3, on Microsoft Windows [Version 10.0.22621.1194], locale en-US)
• Flutter version 3.7.3 on channel stable at C:\Users\hans\bin\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 9944297138 (4 days ago), 2023-02-08 15:46:04 -0800
• Engine revision 248290d6d5
• Dart version 2.19.2
• DevTools version 2.20.1
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
• Android SDK at C:\Users\hans\AppData\Local\Android\Sdk
• Platform android-33, build-tools 33.0.0
• Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)
• All Android licenses accepted.
[X] Chrome - develop for the web (Cannot find Chrome executable at .\Google\Chrome\Application\chrome.exe)
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.4.4)
• Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
• Visual Studio Community 2022 version 17.4.33213.308
• Windows 10 SDK version 10.0.22621.0
[√] Android Studio (version 2021.3)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)
[√] VS Code (version 1.75.1)
• VS Code at C:\Users\hans\AppData\Local\Programs\Microsoft VS Code
• Flutter extension version 3.58.0
[√] Connected device (2 available)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.22621.1194]
• Edge (web) • edge • web-javascript • Microsoft Edge 110.0.1587.41
[√] HTTP Host Availability
• All required HTTP hosts are available
! Doctor found issues in 1 category.
binemmanuel, ljmatan and sudormrfbin
Metadata
Metadata
Assignees
Labels
f: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.found in release: 3.7Found to occur in 3.7Found to occur in 3.7found in release: 3.8Found to occur in 3.8Found to occur in 3.8frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version