Ryan Yuan
Results
2
comments of
Ryan Yuan
`psapi.lib` is located in the Windows Kit. Adding its path to `CMAKE_LIBRARY_PATH` resolves this issue. ```cmake set(CMAKE_LIBRARY_PATH ${CMAKE_LIBRARY_PATH} "C:/Program Files (x86)/Windows Kits/10/Lib/10.0.26100.0/um/x64" ) ```
Although the problem is solved, this is not a good solution. A better way is to limit the Flutter SDK version in the *pubspec.yaml*. `MultiChildRenderObjectWidget` is not const in version...